fix(argocd): Pin the version of ArgoCD to 2.7.11

Plugin management seems to have changed in 2.8 giving the error
'Failed to load target state: failed to generate manifest for source 1 of 1: rpc error: code = Unknown desc = Manifest generation error (cached): plugin sidecar failed. couldn't find cmp-server plugin with name kustomize-build-with-helm supporting the given repository'
This commit is contained in:
Vegard Hagen
2023-08-11 18:10:21 +02:00
parent e18d3796de
commit fafdac7f04
+1 -1
View File
@@ -4,7 +4,7 @@ namespace: argocd
resources:
- namespace.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.11/manifests/install.yaml
- ingress.yaml
patchesStrategicMerge: