We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228e226 commit 1d8291cCopy full SHA for 1d8291c
csdp/components/argo-cd/kustomization.yaml
@@ -2,11 +2,13 @@ apiVersion: kustomize.config.k8s.io/v1beta1
2
kind: Kustomization
3
namespace: argocd
4
resources:
5
- - https://raw.githubusercontent.com/codefresh-io/argo-cd/component-field/manifests/install.yaml
+ - https://raw.githubusercontent.com/codefresh-io/argo-cd/release-2.3/manifests/install.yaml
6
- default-rbac.yaml
7
images:
8
- name: quay.io/codefresh/argocd
9
- newTag: component-field
+ newTag: v2.3.3-cap-CR-kustomize-components
10
+ - name: quay.io/codefresh/applicationset
11
+ newTag: v0.4.2
12
13
# will be effective on argo-cd 2.1
14
configMapGenerator:
0 commit comments