Skip to content

Commit 901bd46

Browse files
authored
Update Operator version to 1.5.1 and update sample app (#727)
Signed-off-by: Leo Christy Jesuraj <[email protected]>
1 parent 35048b6 commit 901bd46

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
3939
ARG USER_ID=65532
4040
ARG GROUP_ID=65532
4141

42-
ARG VERSION_LABEL=1.5.0
42+
ARG VERSION_LABEL=1.5.1
4343
ARG RELEASE_LABEL=XX
4444
ARG VCS_REF=0123456789012345678901234567890123456789
4545
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.5.0
6+
VERSION ?= 1.5.1
77
OPERATOR_SDK_RELEASE_VERSION ?= v1.39.2
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:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8",
14+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4",
1515
"expose": true,
1616
"manageTLS": true,
1717
"replicas": 1,
@@ -44,7 +44,7 @@ metadata:
4444
"name": "runtimecomponent-sample"
4545
},
4646
"spec": {
47-
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8",
47+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4",
4848
"expose": true,
4949
"replicas": 1,
5050
"service": {
@@ -71,7 +71,7 @@ metadata:
7171
categories: Application Runtime
7272
certified: "true"
7373
containerImage: icr.io/appcafe/runtime-component-operator:daily
74-
createdAt: "2025-09-15T18:08:27Z"
74+
createdAt: "2025-10-30T19:51:52Z"
7575
description: Deploys any runtime component with dynamic and auto-tuning configuration
7676
features.operators.openshift.io/disconnected: "true"
7777
features.operators.openshift.io/fips-compliant: "true"
@@ -80,7 +80,7 @@ metadata:
8080
features.operators.openshift.io/token-auth-aws: "false"
8181
features.operators.openshift.io/token-auth-azure: "false"
8282
features.operators.openshift.io/token-auth-gcp: "false"
83-
olm.skipRange: '>=0.8.0 <1.5.0'
83+
olm.skipRange: '>=0.8.0 <1.5.1'
8484
operators.operatorframework.io/builder: operator-sdk-v1.39.2
8585
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
8686
repository: https://github.com/application-stacks/runtime-component-operator
@@ -90,7 +90,7 @@ metadata:
9090
operatorframework.io/arch.ppc64le: supported
9191
operatorframework.io/arch.s390x: supported
9292
operatorframework.io/os.linux: supported
93-
name: runtime-component.v1.5.0
93+
name: runtime-component.v1.5.1
9494
namespace: placeholder
9595
spec:
9696
apiservicedefinitions: {}
@@ -1058,7 +1058,7 @@ spec:
10581058
fieldRef:
10591059
fieldPath: metadata.annotations['olm.targetNamespaces']
10601060
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
1061-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8
1061+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4
10621062
- name: RELATED_IMAGE_RUNTIME_COMPONENT_OPERATOR
10631063
value: icr.io/appcafe/runtime-component-operator:daily
10641064
image: icr.io/appcafe/runtime-component-operator:daily
@@ -1333,8 +1333,8 @@ spec:
13331333
provider:
13341334
name: Community
13351335
relatedImages:
1336-
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8
1336+
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4
13371337
name: liberty-sample-app
13381338
- image: icr.io/appcafe/runtime-component-operator:daily
13391339
name: runtime-component-operator
1340-
version: 1.5.0
1340+
version: 1.5.1

catalog.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.18 AS builder
22
FROM registry.redhat.io/ubi9/ubi-minimal
33

44
# Add label for location of Declarative Config root directory & required OpenShift labels
5-
ARG VERSION_LABEL=1.5.0
5+
ARG VERSION_LABEL=1.5.1
66
ARG RELEASE_LABEL=XX
77
ARG VCS_REF=0123456789012345678901234567890123456789
88
ARG VCS_URL="https://github.com/application-stacks/runtime-component-operator"

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ spec:
6969
fieldRef:
7070
fieldPath: metadata.annotations['olm.targetNamespaces']
7171
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
72-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8
72+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4
7373
- name: RELATED_IMAGE_RUNTIME_COMPONENT_OPERATOR
7474
value: OPERATOR_IMAGE
7575
securityContext:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ metadata:
1616
features.operators.openshift.io/token-auth-aws: "false"
1717
features.operators.openshift.io/token-auth-azure: "false"
1818
features.operators.openshift.io/token-auth-gcp: "false"
19-
olm.skipRange: '>=0.8.0 <1.5.0'
19+
olm.skipRange: '>=0.8.0 <1.5.1'
2020
repository: https://github.com/application-stacks/runtime-component-operator
2121
support: Community
2222
labels:

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:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8
6+
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4
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:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8
7+
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4
88
expose: true
99
replicas: 1
1010
service:

internal/deploy/kubectl/runtime-component-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ spec:
290290
- name: WATCH_NAMESPACE
291291
value: RUNTIME_COMPONENT_WATCH_NAMESPACE
292292
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
293-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8
293+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4
294294
- name: RELATED_IMAGE_RUNTIME_COMPONENT_OPERATOR
295295
value: icr.io/appcafe/runtime-component-operator:daily
296296
image: icr.io/appcafe/runtime-component-operator:daily

internal/deploy/kustomize/daily/base/runtime-component-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
fieldRef:
5151
fieldPath: metadata.namespace
5252
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
53-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8
53+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4
5454
- name: RELATED_IMAGE_RUNTIME_COMPONENT_OPERATOR
5555
value: icr.io/appcafe/runtime-component-operator:daily
5656
image: icr.io/appcafe/runtime-component-operator:daily

0 commit comments

Comments
 (0)