diff --git a/components/argocd/README.md b/components/argocd/README.md index ac7cbe2..0f0da0d 100644 --- a/components/argocd/README.md +++ b/components/argocd/README.md @@ -7,6 +7,7 @@ The current *overlays* available are for the following versions: * [4.11](overlays/4.11) * [4.12](overlays/4.12) * [4.13](overlays/4.13) +* [4.14](overlays/4.14) There is also a default included if you want to not have this ztp argocd patch included. @@ -31,5 +32,5 @@ As part of a different overlay in your own GitOps repo: apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization bases: - - github.com/redhat-partner-solutions/vse-catalog/components/argocd/overlays/?ref=mai + - github.com/redhat-partner-solutions/vse-catalog/components/argocd/overlays/?ref=main ``` diff --git a/components/argocd/overlays/4.14/kustomization.yaml b/components/argocd/overlays/4.14/kustomization.yaml new file mode 100644 index 0000000..1b464ca --- /dev/null +++ b/components/argocd/overlays/4.14/kustomization.yaml @@ -0,0 +1,14 @@ +--- +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +resources: + - ../../base + +patches: + - target: + kind: ArgoCD + patch: |- + - op: replace + path: /spec/repo/initContainers/0/image + value: registry.redhat.io/openshift4/ztp-site-generate-rhel8:v4.14