From 37082315cdc26ad5ba4c2bdbba9bc93b9df34d98 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Sat, 2 Sep 2023 16:38:13 +0800 Subject: [PATCH] fix(charts/jenkins/templates/test): bump image `bats/bats` to `v1.10.0` (#671) * fix(charts/jenkins/templates/test): bump image `bats/bats` to `1.10.0` The `1.2.0` has no arm64 container image published, and the `1.10.0` has multi-arch image published. Signed-off-by: wuhuizuo * Update charts/jenkins/templates/tests/jenkins-test.yaml --------- Signed-off-by: wuhuizuo --- charts/jenkins/Chart.yaml | 2 +- charts/jenkins/templates/tests/jenkins-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/jenkins/Chart.yaml b/charts/jenkins/Chart.yaml index f8e35f12e..8febd1187 100644 --- a/charts/jenkins/Chart.yaml +++ b/charts/jenkins/Chart.yaml @@ -40,4 +40,4 @@ sources: - https://github.com/jenkinsci/docker-inbound-agent - https://github.com/maorfr/kube-tasks - https://github.com/jenkinsci/configuration-as-code-plugin -version: 4.1.21 +version: 4.1.22 diff --git a/charts/jenkins/templates/tests/jenkins-test.yaml b/charts/jenkins/templates/tests/jenkins-test.yaml index e013e5e38..97ed700d4 100644 --- a/charts/jenkins/templates/tests/jenkins-test.yaml +++ b/charts/jenkins/templates/tests/jenkins-test.yaml @@ -17,7 +17,7 @@ spec: {{- end }} initContainers: - name: "test-framework" - image: "bats/bats:1.2.1" + image: "bats/bats:v1.10.0" command: - "bash" - "-c"