Skip to content

Commit 6e32cc4

Browse files
Merge pull request #2 from VikingCloud/update/argo-cd
Updated manifest for argocd
2 parents 2e9a36d + 5e5e853 commit 6e32cc4

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/v2.9.6/manifests/install.yaml
4+
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.3/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/v2.9.6/manifests/ha/install.yaml
4+
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.3/manifests/ha/install.yaml
55

66
configMapGenerator:
77
- name: argocd-cm

0 commit comments

Comments
 (0)