Skip to content

Commit 67dc952

Browse files
Merge pull request #3 from VikingCloud/update/2.12.3
Updated manifests for argocd
2 parents 6e32cc4 + c0dd71d commit 67dc952

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

66
configMapGenerator:
77
- name: argocd-cm

0 commit comments

Comments
 (0)