From fafdac7f04d7c0c186bfdbf61f9065aed9dc3eda Mon Sep 17 00:00:00 2001 From: Vegard Hagen Date: Fri, 11 Aug 2023 18:10:21 +0200 Subject: [PATCH] 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' --- infra/argocd/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/argocd/kustomization.yaml b/infra/argocd/kustomization.yaml index 492aae8..008a6b8 100644 --- a/infra/argocd/kustomization.yaml +++ b/infra/argocd/kustomization.yaml @@ -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: