Skip to content

Commit a5fc952

Browse files
committed
fix configs
1 parent 256237e commit a5fc952

File tree

4 files changed

+2
-13
lines changed

4 files changed

+2
-13
lines changed

config/default/kustomization.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ bases:
1010
- ../crd
1111
- ../rbac/cluster
1212
- ../manager
13-
14-
#patchesJson6902:
15-
#- target: { group: apps, version: v1, kind: Deployment, name: pgo }
16-
# path: selectors.yaml

installers/olm/bundle.annotations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ annotations:
2626
# the value from the bundle with the highest semantic version.
2727
#
2828
# https://olm.operatorframework.io/docs/best-practices/channel-naming/
29-
operators.operatorframework.io.bundle.channels.v1: v5
30-
operators.operatorframework.io.bundle.channel.default.v1: v5
29+
operators.operatorframework.io.bundle.channels.v1: v2
30+
operators.operatorframework.io.bundle.channel.default.v1: v2
3131

3232
# OpenShift v4.9 is the lowest version supported for v5.3.0+.
3333
# https://github.com/operator-framework/community-operators/blob/8a36a33/docs/packaging-required-criteria-ocp.md

installers/olm/config/operator/kustomization.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,3 @@ kind: Kustomization
33

44
resources:
55
- ../../../../config/bundle
6-
#- ../../../../config/default
7-
#
8-
#patches:
9-
#- path: target-namespace.yaml

installers/olm/config/redhat/kustomization.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@ kind: Kustomization
44
resources:
55
- ../operator
66
- ../examples
7-
#
8-
#patches:
9-
#- path: related-images.yaml

0 commit comments

Comments
 (0)