mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-09-01 09:09:30 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user