Skip to content

Commit 4bd0149

Browse files
authored
chore(ci): bump java-spiffe-helper ci charts versions (#408)
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
1 parent 753812a commit 4bd0149

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/ci-k8s-configs/spire-values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
spire-server:
2-
ca_subject:
3-
common_name: common_name
2+
caSubject:
3+
commonName: common_name
44
controllerManager:
55
identities:
66
clusterSPIFFEIDs:

.github/workflows/java-spiffe-helper-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
matrix:
1313
spire-chart-version:
14-
- spire: '0.17.x'
15-
crds: '0.3.x'
14+
- spire: '0.28.x'
15+
crds: '0.5.x'
1616

1717
env:
1818
HELM_REPOSITORY: https://spiffe.github.io/helm-charts-hardened/
@@ -57,7 +57,7 @@ jobs:
5757
--repo ${{ env.HELM_REPOSITORY }} \
5858
--version ${{ matrix.spire-chart-version.spire }} \
5959
--values .github/ci-k8s-configs/spire-values.yaml \
60-
--set spire-server.ca_subject.common_name="$TRUSTSTORE_COMMON_NAME" \
60+
--set spire-server.caSubject.commonName="$TRUSTSTORE_COMMON_NAME" \
6161
--set spire-server.controllerManager.identities.clusterSPIFFEIDs.java-spiffe-helper.dnsNameTemplates[0]="$KEYSTORE_COMMON_NAME"
6262
- name: Deploy java-spiffe-helper pod to local cluster
6363
run: kubectl apply -f .github/ci-k8s-configs/java-spiffe-helper.yaml

0 commit comments

Comments
 (0)