From 0d6894037cb34b18ba88b2e5576eb955cb0ac820 Mon Sep 17 00:00:00 2001 From: kfox1111 Date: Sun, 12 Jul 2026 16:44:15 -0700 Subject: [PATCH] Bump spire to 1.15.2 (#875) Signed-off-by: Kevin Fox --- charts/spire-identity-exchange/README.md | 2 +- charts/spire-identity-exchange/values.yaml | 2 +- charts/spire-nested/Chart.yaml | 2 +- charts/spire-nested/README.md | 2 +- charts/spire/README.md | 2 +- charts/spire/charts/spiffe-oidc-discovery-provider/Chart.yaml | 2 +- charts/spire/charts/spire-agent/Chart.yaml | 2 +- charts/spire/charts/spire-server/Chart.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/spire-identity-exchange/README.md b/charts/spire-identity-exchange/README.md index 96ecad8..83cc815 100644 --- a/charts/spire-identity-exchange/README.md +++ b/charts/spire-identity-exchange/README.md @@ -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 | `{}` | diff --git a/charts/spire-identity-exchange/values.yaml b/charts/spire-identity-exchange/values.yaml index 1ced735..ed97c24 100644 --- a/charts/spire-identity-exchange/values.yaml +++ b/charts/spire-identity-exchange/values.yaml @@ -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: [] diff --git a/charts/spire-nested/Chart.yaml b/charts/spire-nested/Chart.yaml index 8c49753..bb2ebe0 100644 --- a/charts/spire-nested/Chart.yaml +++ b/charts/spire-nested/Chart.yaml @@ -5,7 +5,7 @@ description: > type: application version: 0.29.0 -appVersion: "1.15.1" +appVersion: "1.15.2" keywords: ["spiffe", "spire", "spire-server", "spire-agent", "oidc", "spire-controller-manager"] home: https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire sources: diff --git a/charts/spire-nested/README.md b/charts/spire-nested/README.md index 139e1b0..ccc3053 100644 --- a/charts/spire-nested/README.md +++ b/charts/spire-nested/README.md @@ -1,6 +1,6 @@ # spire -![Version: 0.28.5](https://img.shields.io/badge/Version-0.28.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.15.1](https://img.shields.io/badge/AppVersion-1.15.1-informational?style=flat-square) +![Version: 0.28.5](https://img.shields.io/badge/Version-0.28.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.15.2](https://img.shields.io/badge/AppVersion-1.15.2-informational?style=flat-square) [![Development Phase](https://github.com/spiffe/spiffe/blob/main/.img/maturity/dev.svg)](https://github.com/spiffe/spiffe/blob/main/MATURITY.md#development) A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager. diff --git a/charts/spire/README.md b/charts/spire/README.md index dec4f48..c1393b7 100644 --- a/charts/spire/README.md +++ b/charts/spire/README.md @@ -1,6 +1,6 @@ # spire -![Version: 0.28.5](https://img.shields.io/badge/Version-0.28.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.15.1](https://img.shields.io/badge/AppVersion-1.15.1-informational?style=flat-square) +![Version: 0.28.5](https://img.shields.io/badge/Version-0.28.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.15.2](https://img.shields.io/badge/AppVersion-1.15.2-informational?style=flat-square) [![Development Phase](https://github.com/spiffe/spiffe/blob/main/.img/maturity/dev.svg)](https://github.com/spiffe/spiffe/blob/main/MATURITY.md#development) A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager. diff --git a/charts/spire/charts/spiffe-oidc-discovery-provider/Chart.yaml b/charts/spire/charts/spiffe-oidc-discovery-provider/Chart.yaml index cbcc808..fd6d93b 100644 --- a/charts/spire/charts/spiffe-oidc-discovery-provider/Chart.yaml +++ b/charts/spire/charts/spiffe-oidc-discovery-provider/Chart.yaml @@ -3,7 +3,7 @@ name: spiffe-oidc-discovery-provider description: A Helm chart to install the SPIFFE OIDC discovery provider. type: application version: 0.1.0 -appVersion: "1.15.1" +appVersion: "1.15.2" keywords: ["spiffe", "oidc"] home: https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire sources: diff --git a/charts/spire/charts/spire-agent/Chart.yaml b/charts/spire/charts/spire-agent/Chart.yaml index 004c3dd..17b4048 100644 --- a/charts/spire/charts/spire-agent/Chart.yaml +++ b/charts/spire/charts/spire-agent/Chart.yaml @@ -3,7 +3,7 @@ name: spire-agent description: A Helm chart to install the SPIRE agent. type: application version: 0.1.0 -appVersion: "1.15.1" +appVersion: "1.15.2" keywords: ["spiffe", "spire-agent"] home: https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire sources: diff --git a/charts/spire/charts/spire-server/Chart.yaml b/charts/spire/charts/spire-server/Chart.yaml index 6620cd8..8a5b7c4 100644 --- a/charts/spire/charts/spire-server/Chart.yaml +++ b/charts/spire/charts/spire-server/Chart.yaml @@ -3,7 +3,7 @@ name: spire-server description: A Helm chart to install the SPIRE server. type: application version: 0.1.0 -appVersion: "1.15.1" +appVersion: "1.15.2" keywords: ["spiffe", "spire-server", "spire-controller-manager"] home: https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire sources: