Skip to content

Commit 28dce87

Browse files
authored
Update getting-started sample image references (#674)
Signed-off-by: Leo Christy Jesuraj <[email protected]>
1 parent 762c4a3 commit 28dce87

6 files changed

+10
-10
lines changed

bundle/manifests/runtime-component.clusterserviceversion.yaml

+5-5
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:3999aa86f788e601d305896e48a043a91861cdbf71951a1959887151390b3650",
14+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:1ac4699f934128ed62da43b3720120d469e930458355152e547a574bb7b70c07",
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:3999aa86f788e601d305896e48a043a91861cdbf71951a1959887151390b3650",
47+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:1ac4699f934128ed62da43b3720120d469e930458355152e547a574bb7b70c07",
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: "2024-11-22T17:03:31Z"
74+
createdAt: "2024-12-13T20:28:38Z"
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"
@@ -1031,7 +1031,7 @@ spec:
10311031
fieldRef:
10321032
fieldPath: metadata.annotations['olm.targetNamespaces']
10331033
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
1034-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:3999aa86f788e601d305896e48a043a91861cdbf71951a1959887151390b3650
1034+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1ac4699f934128ed62da43b3720120d469e930458355152e547a574bb7b70c07
10351035
- name: RELATED_IMAGE_RUNTIME_COMPONENT_OPERATOR
10361036
value: icr.io/appcafe/runtime-component-operator:daily
10371037
image: icr.io/appcafe/runtime-component-operator:daily
@@ -1318,7 +1318,7 @@ spec:
13181318
provider:
13191319
name: Community
13201320
relatedImages:
1321-
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:3999aa86f788e601d305896e48a043a91861cdbf71951a1959887151390b3650
1321+
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1ac4699f934128ed62da43b3720120d469e930458355152e547a574bb7b70c07
13221322
name: liberty-sample-app
13231323
- image: icr.io/appcafe/runtime-component-operator:daily
13241324
name: runtime-component-operator

config/manager/manager.yaml

+1-1
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:3999aa86f788e601d305896e48a043a91861cdbf71951a1959887151390b3650
72+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1ac4699f934128ed62da43b3720120d469e930458355152e547a574bb7b70c07
7373
- name: RELATED_IMAGE_RUNTIME_COMPONENT_OPERATOR
7474
value: OPERATOR_IMAGE
7575
securityContext:

config/samples/rc.app.stacks_v1_runtimecomponent.yaml

+1-1
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:3999aa86f788e601d305896e48a043a91861cdbf71951a1959887151390b3650
6+
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1ac4699f934128ed62da43b3720120d469e930458355152e547a574bb7b70c07
77
expose: true
88
manageTLS: true
99
replicas: 1

config/samples/rc.app.stacks_v1beta2_runtimecomponent.yaml

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ spec:
302302
- name: WATCH_NAMESPACE
303303
value: RUNTIME_COMPONENT_WATCH_NAMESPACE
304304
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
305-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:3999aa86f788e601d305896e48a043a91861cdbf71951a1959887151390b3650
305+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1ac4699f934128ed62da43b3720120d469e930458355152e547a574bb7b70c07
306306
- name: RELATED_IMAGE_RUNTIME_COMPONENT_OPERATOR
307307
value: icr.io/appcafe/runtime-component-operator:daily
308308
image: icr.io/appcafe/runtime-component-operator:daily

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

+1-1
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:3999aa86f788e601d305896e48a043a91861cdbf71951a1959887151390b3650
53+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1ac4699f934128ed62da43b3720120d469e930458355152e547a574bb7b70c07
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)