Skip to content

Commit 5e5e853

Browse files
Updated manifest for argocd
Updated the referenced manifests to argo-cd version 2.11.3
1 parent 2e9a36d commit 5e5e853

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)