Skip to content

Commit

Permalink
Add OpenShift GitOps 1.13 overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
pittar committed Aug 27, 2024
1 parent 119602d commit c496012
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions openshift-gitops-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The current *overlays* available are for the following channels:
* [gitops-1.10](operator/overlays/gitops-1.10)
* [gitops-1.11](operator/overlays/gitops-1.11)
* [gitops-1.12](operator/overlays/gitops-1.12)
* [gitops-1.13](operator/overlays/gitops-1.13)
* [latest](operator/overlays/latest)
* [preview](operator/overlays/preview)

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../base

components:
- ../../components/openshift-gitops-operator

patches:
- target:
kind: Subscription
name: openshift-gitops-operator
path: patch-subscription.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- op: replace
path: /spec/channel
value: gitops-1.13
- op: replace
path: /metadata/namespace
value: openshift-gitops-operator

0 comments on commit c496012

Please sign in to comment.