Skip to content

Commit

Permalink
fix(charts/jenkins/templates/test): bump image bats/bats to `v1.10.…
Browse files Browse the repository at this point in the history
…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 <[email protected]>

* Update charts/jenkins/templates/tests/jenkins-test.yaml

---------

Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo authored Sep 2, 2023
1 parent d61ee42 commit 3708231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/jenkins/templates/tests/jenkins-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3708231

Please sign in to comment.