Files
helm-charts-hardened/charts/spire/charts/spike-pilot
e78400ebcd Initial spike support (#591)
* Initial spike support

Signed-off-by: Kevin Fox <[email protected]>

* Fix lint and docs

Signed-off-by: Kevin Fox <[email protected]>

* Update spike to 0.4.1

Signed-off-by: Kevin Fox <[email protected]>

* Update for multiarch

Signed-off-by: Kevin Fox <[email protected]>

* Update

Signed-off-by: Kevin Fox <[email protected]>

* Fix values and docs

Signed-off-by: Kevin Fox <[email protected]>

* Pull in changes from Volkan

Signed-off-by: Kevin Fox <[email protected]>

* Fix service

Signed-off-by: Kevin Fox <[email protected]>

* Typo fix

Signed-off-by: Volkan Özçelik <[email protected]>

* Apply suggestions from code review

Co-authored-by: Faisal Memon <[email protected]>
Signed-off-by: kfox1111 <[email protected]>

* Update docs

Signed-off-by: Kevin Fox <[email protected]>

---------

Signed-off-by: Kevin Fox <[email protected]>
Signed-off-by: Volkan Özçelik <[email protected]>
Signed-off-by: kfox1111 <[email protected]>
Co-authored-by: Volkan Özçelik <[email protected]>
Co-authored-by: Faisal Memon <[email protected]>
2025-06-23 23:07:40 -07:00
..
2025-06-23 23:07:40 -07:00
2025-06-23 23:07:40 -07:00
2025-06-23 23:07:40 -07:00
2025-06-23 23:07:40 -07:00

spike-pilot

Version: 0.1.0 Type: application AppVersion: v0.4.1 Development Phase

A Helm chart to deploy spike pilot

Homepage: https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire

Version support

Note

This Chart is still in development and still subject to change the API (values.yaml). Until we reach a 1.0.0 version of the chart we can't guarantee backwards compatibility although we do aim for as much stability as possible.

Dependency Supported Versions
Helm 3.x

Source Code

Parameters

Chart parameters

Name Description Value
image.registry The OCI registry to pull the image from ghcr.io
image.repository The repository within the registry spiffe/spike-pilot
image.pullPolicy The image pull policy IfNotPresent
image.tag Overrides the image tag whose default is the chart appVersion ""
shell.image.registry The OCI registry to pull the image from ""
shell.image.repository The repository within the registry busybox
shell.image.pullPolicy The image pull policy IfNotPresent
shell.image.tag Overrides the image tag whose default is the chart appVersion 1.37.0-uclibc
tools.busybox.image.registry The OCI registry to pull the image from ""
tools.busybox.image.repository The repository within the registry busybox
tools.busybox.image.pullPolicy The image pull policy IfNotPresent
tools.busybox.image.tag Overrides the image tag whose default is the chart appVersion 1.37.0-uclibc
replicas The number of keepers to launch 1
trustRoot.nexus Override which trustRoot Nexus is in ""
logLevel The log level, valid values are "debug", "info", "warn", and "error" debug
agentSocketName The name of the spire-agent unix socket spire-agent.sock
csiDriverName The csi driver to use csi.spiffe.io
imagePullSecrets Pull secrets for images []
nameOverride Name override ""
namespaceOverride Namespace override ""
fullnameOverride Fullname override ""
serviceAccount.create Specifies whether a service account should be created true
serviceAccount.annotations Annotations to add to the service account {}
serviceAccount.name The name of the service account to use. If not set and create is true, a name is generated. ""
labels Labels for pods {}
podSecurityContext Pod security context {}
securityContext Security context {}
nodeSelector (Optional) Select specific nodes to run on. {}
affinity Affinity rules {}
tolerations List of tolerations []
topologySpreadConstraints List of topology spread constraints for resilience []