File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed
bundle-restricted/manifests Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 7474# Current Operator image name
7575OPERATOR_IMAGE_NAME ?= ibm-namespace-scope-operator
7676# Current Operator version
77- OPERATOR_VERSION ?= 1.13.5
77+ OPERATOR_VERSION ?= 1.13.6
7878
7979# Options for 'bundle-build'
8080CHANNELS ?= v3
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ metadata:
2323 ]
2424 capabilities : Seamless Upgrades
2525 containerImage : icr.io/cpopen/ibm-namespace-scope-operator:latest
26- createdAt : " 2022-09-07T13:52:44Z "
27- olm.skipRange : ' <1.13.5 '
26+ createdAt : " 2022-11-14T10:48:41Z "
27+ olm.skipRange : ' <1.13.6 '
2828 operators.operatorframework.io/builder : operator-sdk-v1.19.0+git
2929 operators.operatorframework.io/project_layout : go.kubebuilder.io/v2
3030 repository : https://github.com/IBM/ibm-namespace-scope-operator
3131 support : IBM
32- name : ibm-namespace-scope-operator-restricted.v1.13.5
32+ name : ibm-namespace-scope-operator-restricted.v1.13.6
3333 namespace : placeholder
3434spec :
3535 apiservicedefinitions : {}
@@ -161,7 +161,7 @@ spec:
161161 provider :
162162 name : IBM
163163 relatedImages :
164- - image : icr.io/cpopen/ibm-namespace-scope-operator:1.13.5
164+ - image : icr.io/cpopen/ibm-namespace-scope-operator:1.13.6
165165 name : IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE
166- replaces : ibm-namespace-scope-operator-restricted.v1.13.4
167- version : 1.13.5
166+ replaces : ibm-namespace-scope-operator-restricted.v1.13.5
167+ version : 1.13.6
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ metadata:
2323 ]
2424 capabilities : Seamless Upgrades
2525 containerImage : icr.io/cpopen/ibm-namespace-scope-operator:latest
26- createdAt : " 2022-09-07T13:52:44Z "
27- olm.skipRange : ' <1.13.5 '
26+ createdAt : " 2022-11-14T10:48:41Z "
27+ olm.skipRange : ' <1.13.6 '
2828 operators.operatorframework.io/builder : operator-sdk-v1.19.0+git
2929 operators.operatorframework.io/project_layout : go.kubebuilder.io/v2
3030 repository : https://github.com/IBM/ibm-namespace-scope-operator
3131 support : IBM
32- name : ibm-namespace-scope-operator.v1.13.5
32+ name : ibm-namespace-scope-operator.v1.13.6
3333 namespace : placeholder
3434spec :
3535 apiservicedefinitions : {}
@@ -161,7 +161,7 @@ spec:
161161 provider :
162162 name : IBM
163163 relatedImages :
164- - image : icr.io/cpopen/ibm-namespace-scope-operator:1.13.5
164+ - image : icr.io/cpopen/ibm-namespace-scope-operator:1.13.6
165165 name : IBM_NAMESPACE_SCOPE_OPERATOR_IMAGE
166- replaces : ibm-namespace-scope-operator.v1.13.4
167- version : 1.13.5
166+ replaces : ibm-namespace-scope-operator.v1.13.5
167+ version : 1.13.6
Original file line number Diff line number Diff line change 1717package version
1818
1919var (
20- Version = "1.13.5 "
20+ Version = "1.13.6 "
2121)
You can’t perform that action at this time.
0 commit comments