Skip to content

Commit

Permalink
fix(charts/jenkins/templates/test): bump image bats/bats to 1.10.0
Browse files Browse the repository at this point in the history
The `1.2.0` has no arm64 container image published, and the `1.10.0` has multi-arch image published.

Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo committed Aug 22, 2023
1 parent 715e35b commit fe46759
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:1.10.0"
command:
- "bash"
- "-c"
Expand Down

0 comments on commit fe46759

Please sign in to comment.