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.5 Docker digest to 744f84c #144

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.5@sha256:c85f429088cea9ad968752e6d59e7edbc74b5750526f9a04531dce6b37f3ac87'
tag: '1.30.5@sha256:744f84cf7493cace5e272a140f320c200497015f50a2976a449f7d09db257913'
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.5@sha256:c85f429088cea9ad968752e6d59e7edbc74b5750526f9a04531dce6b37f3ac87
image: docker.io/bitnami/kubectl:1.30.5@sha256:744f84cf7493cace5e272a140f320c200497015f50a2976a449f7d09db257913
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.5@sha256:c85f429088cea9ad968752e6d59e7edbc74b5750526f9a04531dce6b37f3ac87
image: docker.io/bitnami/kubectl:1.30.5@sha256:744f84cf7493cace5e272a140f320c200497015f50a2976a449f7d09db257913
imagePullPolicy: IfNotPresent
name: cleanup-old-clusterserviceversions
ports: []
Expand Down
Loading