Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seed 4.14 version of the ZTP plugin #44

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion components/argocd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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/<version>?ref=mai
- github.com/redhat-partner-solutions/vse-catalog/components/argocd/overlays/<version>?ref=main
```
14 changes: 14 additions & 0 deletions components/argocd/overlays/4.14/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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
Loading