Skip to content

Commit 50516f4

Browse files
committed
Upgrade to argo-cd v1.3
1 parent 93d1d72 commit 50516f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

argo-cd/demo/kustomization.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

4-
bases:
5-
- github.com/argoproj/argo-cd//manifests/ha/cluster-install?ref=release-1.2
6-
74
patchesStrategicMerge:
85
- ../common/patches/argocd-application-controller-deployment.yaml
96
- ../common/patches/argocd-repo-server-deployment.yaml
@@ -15,6 +12,7 @@ patchesStrategicMerge:
1512
- patches/argocd-repo-server.yaml
1613

1714
resources:
15+
- github.com/argoproj/argo-cd//manifests/ha/cluster-install?ref=v1.3.0-rc1
1816
- ../common/resources/argocd-namespace.yaml
1917
- resources/argocd-server-ingress.yaml
2018
# - ../common/resources/argocd-metrics-servicemonitor.yaml

argo-cd/demo/patches/argocd-cm.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ data:
2626
generate:
2727
command: [sh, -c]
2828
args: ["helm template . --kube-version v1.13 --name $ARGOCD_APP_NAME --namespace $ARGOCD_APP_NAMESPACE"]
29+
30+
kustomize.buildOptions: --load_restrictor none

0 commit comments

Comments
 (0)