Skip to content

Commit 113eb63

Browse files
Upgrade kustomize to 2.5.3
1 parent 75f0e29 commit 113eb63

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

argocd_deploy/apps/argocd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
targetRevision: HEAD
1212
path: argocd_deploy
1313
kustomize:
14-
version: v4.2.0
14+
version: v4.5.3
1515

1616
destination:
1717
server: https://kubernetes.default.svc

argocd_deploy/overlays/argocd-cm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ kind: ConfigMap
33
metadata:
44
name: argocd-cm
55
data:
6-
kustomize.version.v4.2.0: /custom-tools/kustomize_4_2_0
6+
kustomize.version.v4.5.3: /custom-tools/kustomize_4_5_3

argocd_deploy/overlays/argocd-repo-server-deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ spec:
1616
image: busybox:stable
1717
command: [sh, -c]
1818
args:
19-
- wget -qO- https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv4.2.0/kustomize_v4.2.0_linux_amd64.tar.gz | tar -xvzf - &&
20-
mv kustomize /custom-tools/kustomize_4_2_0
19+
- wget -qO- https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv4.5.3/kustomize_v4.5.3_linux_amd64.tar.gz | tar -xvzf - &&
20+
mv kustomize /custom-tools/kustomize_4_5_3
2121
volumeMounts:
2222
- mountPath: /custom-tools
2323
name: custom-tools

docs/argo_upgrade.md

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ If the waiting is too long, you can force Argo to refresh the definition
1515
manually by opening the web interface and pressing the `Refresh` button
1616
under the `argocd` application.
1717

18+
You might have to restart the `kubectl proxy` command in order to see the
19+
new interface. That's because a new Argo Pod will be created.
20+
1821
It is possible for Argo to receive webhook from Github whenever a new
1922
commit is pushed
2023
([docs](https://argoproj.github.io/argo-cd/operator-manual/webhook/)).

0 commit comments

Comments
 (0)