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
@@ -34,6 +34,7 @@ A Helm chart to deploy spike nexus
| `image.repository` | The repository within the registry | `spiffe/spike-nexus` |
| `image.pullPolicy` | The image pull policy | `IfNotPresent` |
| `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` |
| `shamir.shares` | How many shares to configure for shamir secrets | `3` |
| `shamir.threshold` | How many shares needed to recover | `2` |