We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55eb562 commit fe2896dCopy full SHA for fe2896d
manifests/base/kustomization.yaml
@@ -1,7 +1,7 @@
1
apiVersion: kustomize.config.k8s.io/v1beta1
2
kind: Kustomization
3
resources:
4
- - https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
+ - https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.6/manifests/install.yaml
5
6
configMapGenerator:
7
- name: argocd-cm
manifests/ha/kustomization.yaml
- - https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/ha/install.yaml
+ - https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.6/manifests/ha/install.yaml
0 commit comments