Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docker.io/bitnami/kubectl Docker tag to v1.27.5
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
vshn-renovate committed Aug 24, 2023
1 parent cff8475 commit e1d6f1c
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ parameters:
kubectl:
registry: docker.io
repository: bitnami/kubectl
tag: 1.25.4
tag: 1.27.5

# Fixes cluster upgrades on OCP4.10 clusters with custom `privileged` SCCs.
clusterUpgradeSCCPermissionFix:
Original file line number Diff line number Diff line change
@@ -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.27.5
name: clean
imagePullSecrets: []
initContainers: []
@@ -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.27.5
imagePullPolicy: IfNotPresent
name: update
ports: []

0 comments on commit e1d6f1c

Please sign in to comment.