Skip to content

Commit

Permalink
bump kustomize to 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diogosilva30 committed Nov 12, 2024
1 parent ddb6250 commit ac28023
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bootstrap/argo-cd/manifests/repo-server-deployment-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
path: /spec/template/spec/initContainers/- # "-" means append to the array
value:
# We don't include "-" here because we already appending to the array above
name: download-kustomize-v5-2-1
name: download-kustomize-v5-5-0
image: alpine:3.8
command: [sh, -c]
args:
- wget -qO- https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv5.2.1/kustomize_v5.2.1_linux_amd64.tar.gz | tar -xvzf - &&
- wget -qO- https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv5.5.0/kustomize_v5.5.0_linux_amd64.tar.gz | tar -xvzf - &&
mkdir -p /custom-tools/ &&
mv kustomize /custom-tools/kustomize_5_2_1
mv kustomize /custom-tools/kustomize_5_5_0
volumeMounts:
- mountPath: /custom-tools
name: custom-tools
Expand All @@ -34,4 +34,4 @@
# We don't include "-" here because we already appending to the array above
mountPath: /usr/local/bin/kustomize
name: custom-tools
subPath: kustomize_5_2_1
subPath: kustomize_5_5_0

0 comments on commit ac28023

Please sign in to comment.