Skip to content

Commit

Permalink
Merge pull request #293 from martineg/openshift-gitops-operator-1.12
Browse files Browse the repository at this point in the history
Add OpenShift GitOps 1.12 channel
  • Loading branch information
strangiato authored Apr 17, 2024
2 parents 693eea9 + ff96d52 commit 4dd150d
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 @@ -15,6 +15,7 @@ The current *overlays* available are for the following channels:
* [gitops-1.9](operator/overlays/gitops-1.9)
* [gitops-1.10](operator/overlays/gitops-1.10)
* [gitops-1.11](operator/overlays/gitops-1.11)
* [gitops-1.12](operator/overlays/gitops-1.12)
* [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.12
- op: replace
path: /metadata/namespace
value: openshift-gitops-operator

0 comments on commit 4dd150d

Please sign in to comment.