Skip to content

Commit 406ff3a

Browse files
authored
Update Getting Started Sample app (#781)
1 parent 929a87b commit 406ff3a

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

bundle/manifests/runtime-component.clusterserviceversion.yaml

Lines changed: 5 additions & 5 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:1762625d6217dfeac43443b37e7fede08e8a63525f601443e5e672a4b970b8bd",
14+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:1f21552048e7ce6b96564f60025d4d57388de97cb5dd7c243c5372ef14a77d34",
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:1762625d6217dfeac43443b37e7fede08e8a63525f601443e5e672a4b970b8bd",
47+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:1f21552048e7ce6b96564f60025d4d57388de97cb5dd7c243c5372ef14a77d34",
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: "2026-06-01T17:54:11Z"
74+
createdAt: "2026-06-11T20:52:57Z"
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"
@@ -1071,7 +1071,7 @@ spec:
10711071
fieldRef:
10721072
fieldPath: metadata.annotations['olm.targetNamespaces']
10731073
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
1074-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1762625d6217dfeac43443b37e7fede08e8a63525f601443e5e672a4b970b8bd
1074+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1f21552048e7ce6b96564f60025d4d57388de97cb5dd7c243c5372ef14a77d34
10751075
- name: RELATED_IMAGE_RUNTIME_COMPONENT_OPERATOR
10761076
value: icr.io/appcafe/runtime-component-operator:daily
10771077
image: icr.io/appcafe/runtime-component-operator:daily
@@ -1346,7 +1346,7 @@ spec:
13461346
provider:
13471347
name: Community
13481348
relatedImages:
1349-
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1762625d6217dfeac43443b37e7fede08e8a63525f601443e5e672a4b970b8bd
1349+
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1f21552048e7ce6b96564f60025d4d57388de97cb5dd7c243c5372ef14a77d34
13501350
name: liberty-sample-app
13511351
- image: icr.io/appcafe/runtime-component-operator:daily
13521352
name: 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:1762625d6217dfeac43443b37e7fede08e8a63525f601443e5e672a4b970b8bd
72+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1f21552048e7ce6b96564f60025d4d57388de97cb5dd7c243c5372ef14a77d34
7373
- name: RELATED_IMAGE_RUNTIME_COMPONENT_OPERATOR
7474
value: OPERATOR_IMAGE
7575
ports: []

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:1762625d6217dfeac43443b37e7fede08e8a63525f601443e5e672a4b970b8bd
6+
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1f21552048e7ce6b96564f60025d4d57388de97cb5dd7c243c5372ef14a77d34
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:1762625d6217dfeac43443b37e7fede08e8a63525f601443e5e672a4b970b8bd
7+
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1f21552048e7ce6b96564f60025d4d57388de97cb5dd7c243c5372ef14a77d34
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:1762625d6217dfeac43443b37e7fede08e8a63525f601443e5e672a4b970b8bd
293+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1f21552048e7ce6b96564f60025d4d57388de97cb5dd7c243c5372ef14a77d34
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:1762625d6217dfeac43443b37e7fede08e8a63525f601443e5e672a4b970b8bd
53+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1f21552048e7ce6b96564f60025d4d57388de97cb5dd7c243c5372ef14a77d34
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)