Update spike to 0.4.2 (#632)

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
kfox1111
2025-07-22 11:21:11 +00:00
committed by GitHub
parent 8904b96be8
commit d516de01bd
6 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name: spike-keeper
description: A Helm chart to deploy SPIKE Keeper description: A Helm chart to deploy SPIKE Keeper
type: application type: application
version: 0.1.0 version: 0.1.0
appVersion: "0.4.1" appVersion: "0.4.2"
home: https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire home: https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire
sources: sources:
- https://github.com/spiffe/spike - https://github.com/spiffe/spike
+1 -1
View File
@@ -3,7 +3,7 @@ name: spike-nexus
description: A Helm chart to deploy SPIKE Nexus description: A Helm chart to deploy SPIKE Nexus
type: application type: application
version: 0.1.0 version: 0.1.0
appVersion: "0.4.1" appVersion: "0.4.2"
home: https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire home: https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire
sources: sources:
- https://github.com/spiffe/spike - https://github.com/spiffe/spike
@@ -34,6 +34,7 @@ A Helm chart to deploy spike nexus
| `image.repository` | The repository within the registry | `spiffe/spike-nexus` | | `image.repository` | The repository within the registry | `spiffe/spike-nexus` |
| `image.pullPolicy` | The image pull policy | `IfNotPresent` | | `image.pullPolicy` | The image pull policy | `IfNotPresent` |
| `image.tag` | Overrides the image tag whose default is the chart appVersion | `""` | | `image.tag` | Overrides the image tag whose default is the chart appVersion | `""` |
| `backendStore` | The backend store to use. Must be one of [sqlite, memory, lite] | `sqlite` |
| `replicas` | The number of keepers to launch | `1` | | `replicas` | The number of keepers to launch | `1` |
| `shamir.shares` | How many shares to configure for shamir secrets | `3` | | `shamir.shares` | How many shares to configure for shamir secrets | `3` |
| `shamir.threshold` | How many shares needed to recover | `2` | | `shamir.threshold` | How many shares needed to recover | `2` |
@@ -36,6 +36,8 @@ spec:
containerPort: 8443 containerPort: 8443
protocol: TCP protocol: TCP
env: env:
- name: SPIKE_NEXUS_BACKEND_STORE
value: {{ .Values.backendStore | quote }}
- name: SPIKE_NEXUS_SHAMIR_SHARES - name: SPIKE_NEXUS_SHAMIR_SHARES
value: {{ .Values.shamir.shares | quote }} value: {{ .Values.shamir.shares | quote }}
- name: SPIKE_NEXUS_SHAMIR_THRESHOLD - name: SPIKE_NEXUS_SHAMIR_THRESHOLD
@@ -17,6 +17,9 @@ image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "" tag: ""
## @param backendStore The backend store to use. Must be one of [sqlite, memory, lite]
backendStore: sqlite
## @param replicas The number of keepers to launch ## @param replicas The number of keepers to launch
replicas: 1 replicas: 1
+1 -1
View File
@@ -3,7 +3,7 @@ name: spike-pilot
description: A Helm chart to deploy SPIKE Pilot description: A Helm chart to deploy SPIKE Pilot
type: application type: application
version: 0.1.0 version: 0.1.0
appVersion: "0.4.1" appVersion: "0.4.2"
home: https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire home: https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire
sources: sources:
- https://github.com/spiffe/spike - https://github.com/spiffe/spike