Skip to content

Commit

Permalink
seed 4.14 version of the ZTP plugin (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
novacain1 authored Nov 20, 2023
1 parent a6c29c2 commit e9dad4f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
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

0 comments on commit e9dad4f

Please sign in to comment.