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:1.30.4 Docker digest to 6223d1c #138

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.4@sha256:94dc550b37e6a0fc0e47563dff907d71b47fdfa0d3765fc7474ae68854e08492'
tag: '1.30.4@sha256:6223d1c0c55819ee837a89982b56f0e0c2872f8e4785862c7e8e920e7a527957'
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.4@sha256:94dc550b37e6a0fc0e47563dff907d71b47fdfa0d3765fc7474ae68854e08492
image: docker.io/bitnami/kubectl:1.30.4@sha256:6223d1c0c55819ee837a89982b56f0e0c2872f8e4785862c7e8e920e7a527957
imagePullPolicy: IfNotPresent
name: sleep
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
env:
- name: HOME
value: /home
image: docker.io/bitnami/kubectl:1.30.4@sha256:94dc550b37e6a0fc0e47563dff907d71b47fdfa0d3765fc7474ae68854e08492
image: docker.io/bitnami/kubectl:1.30.4@sha256:6223d1c0c55819ee837a89982b56f0e0c2872f8e4785862c7e8e920e7a527957
imagePullPolicy: IfNotPresent
name: cleanup-old-clusterserviceversions
ports: []
Expand Down
Loading