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.25.15 #19

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 @@ -7,7 +7,7 @@ parameters:
kubectl:
registry: docker.io
repository: bitnami/kubectl
tag: 1.25.4
tag: 1.25.15

# Fixes cluster upgrades on OCP4.10 clusters with custom `privileged` SCCs.
clusterUpgradeSCCPermissionFix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
- kubectl label secret pull-secret argocd.argoproj.io/instance-;kubectl
annotate secret pull-secret kubectl.kubernetes.io/last-applied-configuration-;kubectl
annotate secret pull-secret argocd.argoproj.io/sync-options-;
image: docker.io/bitnami/kubectl:1.25.4
image: docker.io/bitnami/kubectl:1.25.15
name: clean
imagePullSecrets: []
initContainers: []
Expand Down Expand Up @@ -126,7 +126,7 @@ spec:
command:
- /script/sync-secret.sh
env: []
image: docker.io/bitnami/kubectl:1.25.4
image: docker.io/bitnami/kubectl:1.25.15
imagePullPolicy: IfNotPresent
name: update
ports: []
Expand Down
Loading