Skip to content

Commit e7fa203

Browse files
authored
Update getting-started sample app (#741)
Signed-off-by: Leo Christy Jesuraj <[email protected]>
1 parent 25f39fb commit e7fa203

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

bundle/manifests/open-liberty.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
"name": "openliberty-app-sample"
1212
},
1313
"spec": {
14-
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:f55b852d939f7ac3234c08e23c0d1ab183b68079d5b93b87b0945c937043f523",
14+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:494f54bd1476465a4226cb62f0d97cd59cd85b55ff955073e176bda4bd2afbd3",
1515
"expose": true,
1616
"manageTLS": true,
1717
"replicas": 1,
@@ -53,7 +53,7 @@ metadata:
5353
"name": "openliberty-app-sample"
5454
},
5555
"spec": {
56-
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:f55b852d939f7ac3234c08e23c0d1ab183b68079d5b93b87b0945c937043f523",
56+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:494f54bd1476465a4226cb62f0d97cd59cd85b55ff955073e176bda4bd2afbd3",
5757
"expose": true,
5858
"replicas": 1,
5959
"service": {
@@ -92,7 +92,7 @@ metadata:
9292
categories: Application Runtime
9393
certified: "true"
9494
containerImage: icr.io/appcafe/open-liberty-operator:daily
95-
createdAt: "2025-06-25T21:42:13Z"
95+
createdAt: "2025-07-18T20:45:06Z"
9696
description: Deploy and manage containerized Liberty applications
9797
features.operators.openshift.io/disconnected: "true"
9898
features.operators.openshift.io/fips-compliant: "true"
@@ -1163,7 +1163,7 @@ spec:
11631163
fieldRef:
11641164
fieldPath: metadata.annotations['olm.targetNamespaces']
11651165
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
1166-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:f55b852d939f7ac3234c08e23c0d1ab183b68079d5b93b87b0945c937043f523
1166+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:494f54bd1476465a4226cb62f0d97cd59cd85b55ff955073e176bda4bd2afbd3
11671167
- name: RELATED_IMAGE_OPEN_LIBERTY_OPERATOR
11681168
value: icr.io/appcafe/open-liberty-operator:daily
11691169
image: icr.io/appcafe/open-liberty-operator:daily
@@ -1477,7 +1477,7 @@ spec:
14771477
provider:
14781478
name: IBM
14791479
relatedImages:
1480-
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:f55b852d939f7ac3234c08e23c0d1ab183b68079d5b93b87b0945c937043f523
1480+
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:494f54bd1476465a4226cb62f0d97cd59cd85b55ff955073e176bda4bd2afbd3
14811481
name: liberty-sample-app
14821482
- image: icr.io/appcafe/open-liberty-operator:daily
14831483
name: open-liberty-operator

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
fieldRef:
7171
fieldPath: metadata.annotations['olm.targetNamespaces']
7272
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
73-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:f55b852d939f7ac3234c08e23c0d1ab183b68079d5b93b87b0945c937043f523
73+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:494f54bd1476465a4226cb62f0d97cd59cd85b55ff955073e176bda4bd2afbd3
7474
- name: RELATED_IMAGE_OPEN_LIBERTY_OPERATOR
7575
value: OPERATOR_IMAGE
7676
securityContext:

config/samples/apps.openliberty.io_v1_openlibertyapplications.yaml

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

config/samples/apps.openliberty.io_v1beta2_openlibertyapplications.yaml

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

internal/deploy/kubectl/openliberty-app-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ spec:
322322
- name: WATCH_NAMESPACE
323323
value: OPEN_LIBERTY_WATCH_NAMESPACE
324324
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
325-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:f55b852d939f7ac3234c08e23c0d1ab183b68079d5b93b87b0945c937043f523
325+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:494f54bd1476465a4226cb62f0d97cd59cd85b55ff955073e176bda4bd2afbd3
326326
- name: RELATED_IMAGE_OPEN_LIBERTY_OPERATOR
327327
value: icr.io/appcafe/open-liberty-operator:daily
328328
image: icr.io/appcafe/open-liberty-operator:daily

internal/deploy/kustomize/daily/base/open-liberty-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:f55b852d939f7ac3234c08e23c0d1ab183b68079d5b93b87b0945c937043f523
53+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:494f54bd1476465a4226cb62f0d97cd59cd85b55ff955073e176bda4bd2afbd3
5454
- name: RELATED_IMAGE_OPEN_LIBERTY_OPERATOR
5555
value: icr.io/appcafe/open-liberty-operator:daily
5656
image: icr.io/appcafe/open-liberty-operator:daily

0 commit comments

Comments
 (0)