Update spire to 1.15.3 (#926)

This commit is contained in:
kfox1111
2026-08-21 12:23:46 -07:00
committed by GitHub
parent b47ab6c197
commit 8a28a1b94f
11 changed files with 181 additions and 248 deletions
+1 -25
View File
@@ -37,30 +37,6 @@ image:
pullPolicy: IfNotPresent
tag: ""
spireServerAttestorSPIFFEWorkloadAPI:
## @param spireServerAttestorSPIFFEWorkloadAPI.resources [object] Resource requests and limits
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# requests:
# cpu: 50m
# memory: 32Mi
# limits:
# cpu: 100m
# memory: 64Mi
image:
## @param spireServerAttestorSPIFFEWorkloadAPI.image.registry The OCI registry to pull the image from
## @param spireServerAttestorSPIFFEWorkloadAPI.image.repository The repository within the registry
## @param spireServerAttestorSPIFFEWorkloadAPI.image.pullPolicy The image pull policy
## @param spireServerAttestorSPIFFEWorkloadAPI.image.tag Overrides the image tag whose default is the chart appVersion
##
registry: ghcr.io
repository: spiffe/spire-server-attestor-spiffe-workload-api
pullPolicy: IfNotPresent
tag: ""
spireAgent:
## @param spireAgent.resources [object] Resource requests and limits
resources: {}
@@ -83,7 +59,7 @@ spireAgent:
registry: ghcr.io
repository: spiffe/spire-agent
pullPolicy: IfNotPresent
tag: "1.15.2"
tag: "1.15.3"
## @param extraEnv [array] Extra environment variables to add to the spire identity exchange
extraEnv: []