diff --git a/csdp/base_components/apps/app-proxy/_components/codefresh-base/kustomization.yaml b/csdp/base_components/apps/app-proxy/_components/codefresh-base/kustomization.yaml index c295036e..4ec91940 100644 --- a/csdp/base_components/apps/app-proxy/_components/codefresh-base/kustomization.yaml +++ b/csdp/base_components/apps/app-proxy/_components/codefresh-base/kustomization.yaml @@ -4,7 +4,7 @@ kind: Component images: - name: quay.io/codefresh/cap-app-proxy newName: quay.io/codefresh/cap-app-proxy - newTag: 1.2264.1 + newTag: 1.2268.0 resources: - app-proxy.deploy.yaml diff --git a/csdp/hybrid/_components/apps/argo-cd/codefresh-hybrid/kustomization.yaml b/csdp/hybrid/_components/apps/argo-cd/codefresh-hybrid/kustomization.yaml new file mode 100644 index 00000000..0f9099d4 --- /dev/null +++ b/csdp/hybrid/_components/apps/argo-cd/codefresh-hybrid/kustomization.yaml @@ -0,0 +1,5 @@ +apiVersion: kustomize.config.k8s.io/v1alpha1 +kind: Component +images: + - name: quay.io/codefresh/argocd + newTag: v2.6.0-cap-CR-18430-del-app diff --git a/csdp/hybrid/basic/apps/argo-cd/kustomization.yaml b/csdp/hybrid/basic/apps/argo-cd/kustomization.yaml index fed45edc..aa41dbb7 100644 --- a/csdp/hybrid/basic/apps/argo-cd/kustomization.yaml +++ b/csdp/hybrid/basic/apps/argo-cd/kustomization.yaml @@ -1,5 +1,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: argocd +resources: + - https://raw.githubusercontent.com/codefresh-io/argo-cd/release-2.6-with-appset/manifests/install.yaml components: - - ../../../../base_components/apps/argo-cd/_bundles/basic + - ../../../../base_components/apps/argo-cd/_components/codefresh-base + - ../../../_components/apps/argo-cd/codefresh-hybrid \ No newline at end of file