From 8cb808c6c69b1e7ae5dfd6a0ef4349baba731cb6 Mon Sep 17 00:00:00 2001 From: Max Lambrecht Date: Tue, 24 Feb 2026 08:52:40 -0600 Subject: [PATCH] chore(ci): bump java-spiffe-helper ci charts versions Signed-off-by: Max Lambrecht --- .github/ci-k8s-configs/spire-values.yaml | 4 ++-- .github/workflows/java-spiffe-helper-ci.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ci-k8s-configs/spire-values.yaml b/.github/ci-k8s-configs/spire-values.yaml index e4e17085..f31533b8 100644 --- a/.github/ci-k8s-configs/spire-values.yaml +++ b/.github/ci-k8s-configs/spire-values.yaml @@ -1,6 +1,6 @@ spire-server: - ca_subject: - common_name: common_name + caSubject: + commonName: common_name controllerManager: identities: clusterSPIFFEIDs: diff --git a/.github/workflows/java-spiffe-helper-ci.yaml b/.github/workflows/java-spiffe-helper-ci.yaml index 927c10c1..de75168b 100644 --- a/.github/workflows/java-spiffe-helper-ci.yaml +++ b/.github/workflows/java-spiffe-helper-ci.yaml @@ -11,8 +11,8 @@ jobs: strategy: matrix: spire-chart-version: - - spire: '0.17.x' - crds: '0.3.x' + - spire: '0.28.x' + crds: '0.5.x' env: HELM_REPOSITORY: https://spiffe.github.io/helm-charts-hardened/ @@ -57,7 +57,7 @@ jobs: --repo ${{ env.HELM_REPOSITORY }} \ --version ${{ matrix.spire-chart-version.spire }} \ --values .github/ci-k8s-configs/spire-values.yaml \ - --set spire-server.ca_subject.common_name="$TRUSTSTORE_COMMON_NAME" \ + --set spire-server.caSubject.commonName="$TRUSTSTORE_COMMON_NAME" \ --set spire-server.controllerManager.identities.clusterSPIFFEIDs.java-spiffe-helper.dnsNameTemplates[0]="$KEYSTORE_COMMON_NAME" - name: Deploy java-spiffe-helper pod to local cluster run: kubectl apply -f .github/ci-k8s-configs/java-spiffe-helper.yaml