Skip to content

Commit 2e9a36d

Browse files
Merge pull request #1 from VikingCloud/rollback/2.9.6
Using manifests for v2.9.6
2 parents 55eb562 + fe2896d commit 2e9a36d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/base/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
4+
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.6/manifests/install.yaml
55

66
configMapGenerator:
77
- name: argocd-cm

manifests/ha/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/ha/install.yaml
4+
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.6/manifests/ha/install.yaml
55

66
configMapGenerator:
77
- name: argocd-cm

0 commit comments

Comments
 (0)