Skip to content

Commit

Permalink
Merge pull request redhat-cop#289 from shane-snyder/quay-updates
Browse files Browse the repository at this point in the history
Adding channels for 3.9, 3.10 and 3.11
  • Loading branch information
strangiato authored Mar 18, 2024
2 parents ea04fee + 341d2bf commit 62eb987
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 0 deletions.
11 changes: 11 additions & 0 deletions quay-operator/operator/overlays/stable-3.10/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../base

patches:
- target:
kind: Subscription
name: quay-operator
path: patch-channel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/channel
value: stable-3.10
11 changes: 11 additions & 0 deletions quay-operator/operator/overlays/stable-3.11/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../base

patches:
- target:
kind: Subscription
name: quay-operator
path: patch-channel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/channel
value: stable-3.11
11 changes: 11 additions & 0 deletions quay-operator/operator/overlays/stable-3.9/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../base

patches:
- target:
kind: Subscription
name: quay-operator
path: patch-channel.yaml
3 changes: 3 additions & 0 deletions quay-operator/operator/overlays/stable-3.9/patch-channel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: replace
path: /spec/channel
value: stable-3.9

0 comments on commit 62eb987

Please sign in to comment.