Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker.io/bitnami/kubectl Docker tag to v1.28.15 #195

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ parameters:
kubectl:
registry: docker.io
image: bitnami/kubectl
tag: '1.28.14@sha256:cdd8d0fe214dd57090236515aee5680e3dccbe69bcdf540de45a98061c536fb2'
tag: '1.28.15@sha256:9b505047db54dfa91e00f89711bbd6d43ba81dfac23f73d3dc1e3c6a5b447ecc'

charts:
# We do not support helm chart versions older than v1.7.0
Expand Down
2 changes: 1 addition & 1 deletion tests/golden/cephfs/rook-ceph/rook-ceph/99_cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
env:
- name: HOME
value: /home
image: docker.io/bitnami/kubectl:1.28.14@sha256:cdd8d0fe214dd57090236515aee5680e3dccbe69bcdf540de45a98061c536fb2
image: docker.io/bitnami/kubectl:1.28.15@sha256:9b505047db54dfa91e00f89711bbd6d43ba81dfac23f73d3dc1e3c6a5b447ecc
imagePullPolicy: IfNotPresent
name: cleanup-alertrules
ports: []
Expand Down
2 changes: 1 addition & 1 deletion tests/golden/defaults/rook-ceph/rook-ceph/99_cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
env:
- name: HOME
value: /home
image: docker.io/bitnami/kubectl:1.28.14@sha256:cdd8d0fe214dd57090236515aee5680e3dccbe69bcdf540de45a98061c536fb2
image: docker.io/bitnami/kubectl:1.28.15@sha256:9b505047db54dfa91e00f89711bbd6d43ba81dfac23f73d3dc1e3c6a5b447ecc
imagePullPolicy: IfNotPresent
name: cleanup-alertrules
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
env:
- name: HOME
value: /home
image: docker.io/bitnami/kubectl:1.28.14@sha256:cdd8d0fe214dd57090236515aee5680e3dccbe69bcdf540de45a98061c536fb2
image: docker.io/bitnami/kubectl:1.28.15@sha256:9b505047db54dfa91e00f89711bbd6d43ba81dfac23f73d3dc1e3c6a5b447ecc
imagePullPolicy: IfNotPresent
name: cleanup-alertrules
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
env:
- name: HOME
value: /home
image: docker.io/bitnami/kubectl:1.28.14@sha256:cdd8d0fe214dd57090236515aee5680e3dccbe69bcdf540de45a98061c536fb2
image: docker.io/bitnami/kubectl:1.28.15@sha256:9b505047db54dfa91e00f89711bbd6d43ba81dfac23f73d3dc1e3c6a5b447ecc
imagePullPolicy: IfNotPresent
name: cleanup-alertrules
ports: []
Expand Down
Loading