Bump spire to 1.15.2 (#875)

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
kfox1111
2026-07-12 16:44:15 -07:00
committed by GitHub
parent c273251dc7
commit 0d6894037c
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ A Helm chart to install the SPIRE Identity Exchange.
| `spireAgent.image.registry` | The OCI registry to pull the image from | `ghcr.io` |
| `spireAgent.image.repository` | The repository within the registry | `spiffe/spire-agent` |
| `spireAgent.image.pullPolicy` | The image pull policy | `IfNotPresent` |
| `spireAgent.image.tag` | Overrides the image tag whose default is the chart appVersion | `1.15.1` |
| `spireAgent.image.tag` | Overrides the image tag whose default is the chart appVersion | `1.15.2` |
| `extraEnv` | Extra environment variables to add to the spire identity exchange | `[]` |
| `resources` | Resource requests and limits | `{}` |
| `configMap.annotations` | Annotations to add to the SPIRE Identity Exchange ConfigMap | `{}` |
+1 -1
View File
@@ -83,7 +83,7 @@ spireAgent:
registry: ghcr.io
repository: spiffe/spire-agent
pullPolicy: IfNotPresent
tag: "1.15.1"
tag: "1.15.2"
## @param extraEnv [array] Extra environment variables to add to the spire identity exchange
extraEnv: []