Skip to content

Commit 228e226

Browse files
committed
changed argocd
1 parent d7710ef commit 228e226

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

csdp/components/argo-cd/kustomization.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
3-
namespace:
4-
argocd
5-
#- https://raw.githubusercontent.com/argoproj-labs/applicationset/master/manifests/install.yaml?ref=2c62537a8e5a # TODO: switch to the next release when available
3+
namespace: argocd
64
resources:
7-
- https://raw.githubusercontent.com/codefresh-io/argo-cd/kustomize-components/manifests/install.yaml
5+
- https://raw.githubusercontent.com/codefresh-io/argo-cd/component-field/manifests/install.yaml
86
- default-rbac.yaml
97
images:
10-
- name: quay.io/argoproj/argocd
11-
newName: quay.io/codefresh/argocd
12-
newTag: kustomize-components
8+
- name: quay.io/codefresh/argocd
9+
newTag: component-field
1310

1411
# will be effective on argo-cd 2.1
1512
configMapGenerator:

0 commit comments

Comments
 (0)