Skip to content

Commit c0dd71d

Browse files
Updated manifests for argocd
Updating to the latest version 2.12.3
1 parent 6e32cc4 commit c0dd71d

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)