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.30.7 #151

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 @@ -130,4 +130,4 @@ parameters:
kubectl:
registry: docker.io
image: bitnami/kubectl
tag: '1.30.6@sha256:41eecd058e5c54c60de1cfed5f3fb8c9e9186b3cfc9be956ae2c9593faff1dd3'
tag: '1.30.7@sha256:878d8e243b1d73fe6e085aab0f2d1229202cb5b23c738a839a687684eea34475'
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- -c
- 'trap : TERM INT; sleep infinity & wait'
env: []
image: docker.io/bitnami/kubectl:1.30.6@sha256:41eecd058e5c54c60de1cfed5f3fb8c9e9186b3cfc9be956ae2c9593faff1dd3
image: docker.io/bitnami/kubectl:1.30.7@sha256:878d8e243b1d73fe6e085aab0f2d1229202cb5b23c738a839a687684eea34475
imagePullPolicy: IfNotPresent
name: sleep
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
env:
- name: HOME
value: /home
image: docker.io/bitnami/kubectl:1.30.6@sha256:41eecd058e5c54c60de1cfed5f3fb8c9e9186b3cfc9be956ae2c9593faff1dd3
image: docker.io/bitnami/kubectl:1.30.7@sha256:878d8e243b1d73fe6e085aab0f2d1229202cb5b23c738a839a687684eea34475
imagePullPolicy: IfNotPresent
name: cleanup-old-clusterserviceversions
ports: []
Expand Down
Loading