mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-11-01 18:37:52 +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:
|
||||
- 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
|
||||
- cm-argocd-plugin.yaml
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ spec:
|
||||
containers:
|
||||
- name: kustomize-build-with-helm
|
||||
command: [/var/run/argocd/argocd-cmp-server]
|
||||
image: quay.io/argoproj/argocd:v2.7.11
|
||||
image: quay.io/argoproj/argocd:v2.8.2
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 999
|
||||
|
||||
Reference in New Issue
Block a user