File tree Expand file tree Collapse file tree 6 files changed +16
-16
lines changed
bundle-restricted/manifests Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 74
74
# Current Operator image name
75
75
OPERATOR_IMAGE_NAME ?= ibm-namespace-scope-operator
76
76
# Current Operator version
77
- OPERATOR_VERSION ?= 1.17.0
77
+ OPERATOR_VERSION ?= 1.17.1
78
78
79
79
# Options for 'bundle-build'
80
80
CHANNELS ?= v3
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
4
4
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
5
5
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
6
6
LABEL operators.operatorframework.io.bundle.package.v1=ibm-namespace-scope-operator-restricted
7
- LABEL operators.operatorframework.io.bundle.channels.v1=beta
8
- LABEL operators.operatorframework.io.bundle.channel.default.v1=beta
7
+ LABEL operators.operatorframework.io.bundle.channels.v1=v3.23
8
+ LABEL operators.operatorframework.io.bundle.channel.default.v1=v3.23
9
9
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.1.0
10
10
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
11
11
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v2
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ metadata:
23
23
]
24
24
capabilities : Seamless Upgrades
25
25
containerImage : icr.io/cpopen/ibm-namespace-scope-operator:latest
26
- createdAt : " 2020-12-2T15:38:33Z "
27
- olm.skipRange : ' <1.17.0 '
26
+ createdAt : " 2023-01-30T18:44:48Z "
27
+ olm.skipRange : ' <1.17.1 '
28
28
operators.operatorframework.io/builder : operator-sdk-v1.19.0+git
29
29
operators.operatorframework.io/project_layout : go.kubebuilder.io/v2
30
30
repository : https://github.com/IBM/ibm-namespace-scope-operator
31
31
support : IBM
32
- name : ibm-namespace-scope-operator-restricted.v1.17.0
32
+ name : ibm-namespace-scope-operator-restricted.v1.17.1
33
33
namespace : placeholder
34
34
spec :
35
35
apiservicedefinitions : {}
@@ -154,6 +154,6 @@ spec:
154
154
provider :
155
155
name : IBM
156
156
relatedImages :
157
- - image : icr.io/cpopen/ibm-namespace-scope-operator:1.17.0
157
+ - image : icr.io/cpopen/ibm-namespace-scope-operator:1.17.1
158
158
name : IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE
159
- version : 1.17.0
159
+ version : 1.17.1
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
5
5
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
6
6
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
7
7
LABEL operators.operatorframework.io.bundle.package.v1=ibm-namespace-scope-operator
8
- LABEL operators.operatorframework.io.bundle.channels.v1=v3
9
- LABEL operators.operatorframework.io.bundle.channel.default.v1=v3
8
+ LABEL operators.operatorframework.io.bundle.channels.v1=v3.23
9
+ LABEL operators.operatorframework.io.bundle.channel.default.v1=v3.23
10
10
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.19.0+git
11
11
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
12
12
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v2
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ metadata:
23
23
]
24
24
capabilities : Seamless Upgrades
25
25
containerImage : icr.io/cpopen/ibm-namespace-scope-operator:latest
26
- createdAt : " 2020-12-2T15:38:33Z "
27
- olm.skipRange : ' <1.17.0 '
26
+ createdAt : " 2023-01-30T18:44:48Z "
27
+ olm.skipRange : ' <1.17.1 '
28
28
operators.operatorframework.io/builder : operator-sdk-v1.19.0+git
29
29
operators.operatorframework.io/project_layout : go.kubebuilder.io/v2
30
30
repository : https://github.com/IBM/ibm-namespace-scope-operator
31
31
support : IBM
32
- name : ibm-namespace-scope-operator.v1.17.0
32
+ name : ibm-namespace-scope-operator.v1.17.1
33
33
namespace : placeholder
34
34
spec :
35
35
apiservicedefinitions : {}
@@ -154,6 +154,6 @@ spec:
154
154
provider :
155
155
name : IBM
156
156
relatedImages :
157
- - image : icr.io/cpopen/ibm-namespace-scope-operator:1.17.0
157
+ - image : icr.io/cpopen/ibm-namespace-scope-operator:1.17.1
158
158
name : IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE
159
- version : 1.17.0
159
+ version : 1.17.1
Original file line number Diff line number Diff line change 17
17
package version
18
18
19
19
var (
20
- Version = "1.17.0 "
20
+ Version = "1.17.1 "
21
21
)
You can’t perform that action at this time.
0 commit comments