mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-11-02 10:57:53 +00:00
chore(argocd): Updating ArgoCD from v2.7.11 to v2.8.2
Had to fix ArgoCD plugins before upgrading due to removal of deprecated argocd-cm plugins
This commit is contained in:
@@ -4,7 +4,7 @@ namespace: argocd
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.11/manifests/install.yaml
|
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.2/manifests/install.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
- cm-argocd-plugin.yaml
|
- cm-argocd-plugin.yaml
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: kustomize-build-with-helm
|
- name: kustomize-build-with-helm
|
||||||
command: [/var/run/argocd/argocd-cmp-server]
|
command: [/var/run/argocd/argocd-cmp-server]
|
||||||
image: quay.io/argoproj/argocd:v2.7.11
|
image: quay.io/argoproj/argocd:v2.8.2
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
runAsUser: 999
|
runAsUser: 999
|
||||||
|
|||||||
Reference in New Issue
Block a user