Skip to content

Commit b365088

Browse files
authored
Update RCO version to 1.2.1 and update catalog base image and OPM versions (#552)
* Update version to 1.2.1 Signed-off-by: Leo Christy Jesuraj <[email protected]> * Update sample app Signed-off-by: Leo Christy Jesuraj <[email protected]> * Update catalog and opm version to 4.12 Signed-off-by: Leo Christy Jesuraj <[email protected]> --------- Signed-off-by: Leo Christy Jesuraj <[email protected]>
1 parent bf7f842 commit b365088

File tree

15 files changed

+23
-23
lines changed

15 files changed

+23
-23
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
2626
ARG USER_ID=65532
2727
ARG GROUP_ID=65532
2828

29-
ARG VERSION_LABEL=1.2.0
29+
ARG VERSION_LABEL=1.2.1
3030
ARG RELEASE_LABEL=XX
3131
ARG VCS_REF=0123456789012345678901234567890123456789
3232
ARG VCS_URL="https://github.com/application-stacks/runtime-component-operator"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 1.2.0
6+
VERSION ?= 1.2.1
77
OPERATOR_SDK_RELEASE_VERSION ?= v1.24.0
88

99
# CHANNELS define the bundle channels used in the bundle.

bundle/manifests/runtime-component.clusterserviceversion.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
"name": "runtimecomponent-sample"
1212
},
1313
"spec": {
14-
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:e22dd56a05e44618a10d275d3ff07a38eb364c0f04f86ffe9618d83dd5467860",
14+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:b0d658e07e656a8cb3b02bf7194f788f4456c7ffe9d3361f96ac2807045dad80",
1515
"expose": true,
1616
"manageTLS": true,
1717
"replicas": 1,
@@ -41,7 +41,7 @@ metadata:
4141
"name": "runtimecomponent-sample"
4242
},
4343
"spec": {
44-
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:e22dd56a05e44618a10d275d3ff07a38eb364c0f04f86ffe9618d83dd5467860",
44+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:b0d658e07e656a8cb3b02bf7194f788f4456c7ffe9d3361f96ac2807045dad80",
4545
"expose": true,
4646
"replicas": 1,
4747
"service": {
@@ -68,9 +68,9 @@ metadata:
6868
categories: Application Runtime
6969
certified: "true"
7070
containerImage: icr.io/appcafe/runtime-component-operator:daily
71-
createdAt: "2023-05-01T09:45:40Z"
71+
createdAt: "2023-06-15T17:18:00Z"
7272
description: Deploys any runtime component with dynamic and auto-tuning configuration
73-
olm.skipRange: '>=0.8.0 <1.2.0'
73+
olm.skipRange: '>=0.8.0 <1.2.1'
7474
operators.openshift.io/infrastructure-features: '["disconnected"]'
7575
operators.operatorframework.io/builder: operator-sdk-v1.24.0
7676
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
@@ -81,7 +81,7 @@ metadata:
8181
operatorframework.io/arch.ppc64le: supported
8282
operatorframework.io/arch.s390x: supported
8383
operatorframework.io/os.linux: supported
84-
name: runtime-component.v1.2.0
84+
name: runtime-component.v1.2.1
8585
namespace: placeholder
8686
spec:
8787
apiservicedefinitions: {}
@@ -976,7 +976,7 @@ spec:
976976
fieldRef:
977977
fieldPath: metadata.annotations['olm.targetNamespaces']
978978
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
979-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:e22dd56a05e44618a10d275d3ff07a38eb364c0f04f86ffe9618d83dd5467860
979+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:b0d658e07e656a8cb3b02bf7194f788f4456c7ffe9d3361f96ac2807045dad80
980980
image: icr.io/appcafe/runtime-component-operator:daily
981981
livenessProbe:
982982
failureThreshold: 3
@@ -1257,6 +1257,6 @@ spec:
12571257
provider:
12581258
name: Community
12591259
relatedImages:
1260-
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:e22dd56a05e44618a10d275d3ff07a38eb364c0f04f86ffe9618d83dd5467860
1260+
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:b0d658e07e656a8cb3b02bf7194f788f4456c7ffe9d3361f96ac2807045dad80
12611261
name: liberty-sample-app
1262-
version: 1.2.0
1262+
version: 1.2.1

bundle/tests/scorecard/kuttl/basic/00-assert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ metadata:
1313
name: example-runtime-component
1414
status:
1515
versions:
16-
reconciled: 1.2.0
16+
reconciled: 1.2.1

bundle/tests/scorecard/kuttl/day2operation/01-assert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ status:
1212
- status: 'True'
1313
type: Completed
1414
versions:
15-
reconciled: 1.2.0
15+
reconciled: 1.2.1

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
fieldRef:
6868
fieldPath: metadata.annotations['olm.targetNamespaces']
6969
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
70-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:e22dd56a05e44618a10d275d3ff07a38eb364c0f04f86ffe9618d83dd5467860
70+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:b0d658e07e656a8cb3b02bf7194f788f4456c7ffe9d3361f96ac2807045dad80
7171
securityContext:
7272
allowPrivilegeEscalation: false
7373
privileged: false

config/manifests/bases/runtime-component.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
containerImage: icr.io/appcafe/runtime-component-operator:daily
1010
createdAt: "2022-02-25T09:00:00Z"
1111
description: Deploys any runtime component with dynamic and auto-tuning configuration
12-
olm.skipRange: '>=0.8.0 <1.2.0'
12+
olm.skipRange: '>=0.8.0 <1.2.1'
1313
operators.openshift.io/infrastructure-features: '["disconnected"]'
1414
repository: https://github.com/application-stacks/runtime-component-operator
1515
support: Community

config/samples/rc.app.stacks_v1_runtimecomponent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: RuntimeComponent
33
metadata:
44
name: runtimecomponent-sample
55
spec:
6-
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:e22dd56a05e44618a10d275d3ff07a38eb364c0f04f86ffe9618d83dd5467860
6+
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:b0d658e07e656a8cb3b02bf7194f788f4456c7ffe9d3361f96ac2807045dad80
77
expose: true
88
manageTLS: true
99
replicas: 1

config/samples/rc.app.stacks_v1beta2_runtimecomponent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: runtimecomponent-sample
55
spec:
66
# Add fields here
7-
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:e22dd56a05e44618a10d275d3ff07a38eb364c0f04f86ffe9618d83dd5467860
7+
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:b0d658e07e656a8cb3b02bf7194f788f4456c7ffe9d3361f96ac2807045dad80
88
expose: true
99
replicas: 1
1010
service:

ebcDockerBuilderRCO.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ properties([
1111
string(name: 'command', defaultValue: "make build-operator-pipeline REGISTRY=cp.stg.icr.io", description: 'Build command to execute on target arch machine, e.g. make build-pipeline-releases'),
1212
string(name: 'PIPELINE_OPERATOR_IMAGE', defaultValue: "cp/runtime-component-operator", description: 'namespace to push image to in registry'),
1313
string(name: 'RELEASE_TARGET', defaultValue: "main", description: 'release branch to use'),
14-
string(name: 'OPM_VERSION', defaultValue: "4.10", description: 'Redhat CLI OPM version'),
14+
string(name: 'OPM_VERSION', defaultValue: "4.12", description: 'Redhat CLI OPM version'),
1515
string(name: 'PIPELINE_PRODUCTION_IMAGE', defaultValue: "icr.io/cpopen/runtime-component-operator", description: 'namespace in prod registry'),
1616
string(name: 'REDHAT_BASE_IMAGE', defaultValue: "registry.redhat.io/openshift4/ose-operator-registry", description: 'base image for operator'),
1717
string(name: 'REDHAT_REGISTRY', defaultValue: "registry.redhat.io", description: 'RH registry used for docker login'),

0 commit comments

Comments
 (0)