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:
Vegard Hagen
2023-09-04 20:43:24 +02:00
parent d3f66914c1
commit 43d1cdce08
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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