Skip to content

Commit 1d8291c

Browse files
committed
update manifests
1 parent 228e226 commit 1d8291c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

csdp/components/argo-cd/kustomization.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
namespace: argocd
44
resources:
5-
- https://raw.githubusercontent.com/codefresh-io/argo-cd/component-field/manifests/install.yaml
5+
- https://raw.githubusercontent.com/codefresh-io/argo-cd/release-2.3/manifests/install.yaml
66
- default-rbac.yaml
77
images:
88
- name: quay.io/codefresh/argocd
9-
newTag: component-field
9+
newTag: v2.3.3-cap-CR-kustomize-components
10+
- name: quay.io/codefresh/applicationset
11+
newTag: v0.4.2
1012

1113
# will be effective on argo-cd 2.1
1214
configMapGenerator:

0 commit comments

Comments
 (0)