Skip to content

Commit 9c39951

Browse files
committed
Update getting-started sample app reference
Signed-off-by: Leo Christy Jesuraj <[email protected]>
1 parent a3036ce commit 9c39951

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

bundle/manifests/ibm-websphere-liberty.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
"name": "websphereliberty-app-sample"
1212
},
1313
"spec": {
14-
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:4d527962b6866e27f47f8f3f31f2a4c0fd7c657e9baa91126466387ad56fe923",
14+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:f55b852d939f7ac3234c08e23c0d1ab183b68079d5b93b87b0945c937043f523",
1515
"expose": true,
1616
"license": {
1717
"accept": false,
@@ -61,7 +61,7 @@ metadata:
6161
capabilities: Auto Pilot
6262
categories: Application Runtime
6363
containerImage: icr.io/cpopen/websphere-liberty-operator:daily
64-
createdAt: "2025-04-24T02:49:26Z"
64+
createdAt: "2025-04-24T02:52:09Z"
6565
description: Deploy and manage containerized Liberty applications
6666
features.operators.openshift.io/disconnected: "true"
6767
olm.skipRange: '>=1.0.0 <1.4.3'
@@ -927,7 +927,7 @@ spec:
927927
fieldRef:
928928
fieldPath: metadata.annotations['olm.targetNamespaces']
929929
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
930-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:4d527962b6866e27f47f8f3f31f2a4c0fd7c657e9baa91126466387ad56fe923
930+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:f55b852d939f7ac3234c08e23c0d1ab183b68079d5b93b87b0945c937043f523
931931
- name: RELATED_IMAGE_WEBSPHERE_LIBERTY_OPERATOR
932932
value: icr.io/cpopen/websphere-liberty-operator:daily
933933
image: icr.io/cpopen/websphere-liberty-operator:daily
@@ -1236,7 +1236,7 @@ spec:
12361236
provider:
12371237
name: IBM
12381238
relatedImages:
1239-
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:4d527962b6866e27f47f8f3f31f2a4c0fd7c657e9baa91126466387ad56fe923
1239+
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:f55b852d939f7ac3234c08e23c0d1ab183b68079d5b93b87b0945c937043f523
12401240
name: liberty-sample-app
12411241
- image: icr.io/cpopen/websphere-liberty-operator:daily
12421242
name: websphere-liberty-operator

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
fieldRef:
7575
fieldPath: metadata.annotations['olm.targetNamespaces']
7676
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
77-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:4d527962b6866e27f47f8f3f31f2a4c0fd7c657e9baa91126466387ad56fe923
77+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:f55b852d939f7ac3234c08e23c0d1ab183b68079d5b93b87b0945c937043f523
7878
- name: RELATED_IMAGE_WEBSPHERE_LIBERTY_OPERATOR
7979
value: OPERATOR_IMAGE
8080
securityContext:

config/samples/liberty.websphere.ibm.com_v1_webspherelibertyapplications.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
accept: false
88
edition: IBM WebSphere Application Server
99
productEntitlementSource: Standalone
10-
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:4d527962b6866e27f47f8f3f31f2a4c0fd7c657e9baa91126466387ad56fe923
10+
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:f55b852d939f7ac3234c08e23c0d1ab183b68079d5b93b87b0945c937043f523
1111
expose: true
1212
manageTLS: true
1313
replicas: 1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ spec:
327327
- name: WATCH_NAMESPACE
328328
value: WEBSPHERE_LIBERTY_WATCH_NAMESPACE
329329
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
330-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:4d527962b6866e27f47f8f3f31f2a4c0fd7c657e9baa91126466387ad56fe923
330+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:f55b852d939f7ac3234c08e23c0d1ab183b68079d5b93b87b0945c937043f523
331331
- name: RELATED_IMAGE_WEBSPHERE_LIBERTY_OPERATOR
332332
value: icr.io/cpopen/websphere-liberty-operator:daily
333333
image: icr.io/cpopen/websphere-liberty-operator:daily

internal/deploy/kustomize/daily/base/websphere-liberty-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
fieldRef:
5656
fieldPath: metadata.namespace
5757
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
58-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:4d527962b6866e27f47f8f3f31f2a4c0fd7c657e9baa91126466387ad56fe923
58+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:f55b852d939f7ac3234c08e23c0d1ab183b68079d5b93b87b0945c937043f523
5959
- name: RELATED_IMAGE_WEBSPHERE_LIBERTY_OPERATOR
6060
value: cp.stg.icr.io/cp/websphere-liberty-operator:main
6161
image: cp.stg.icr.io/cp/websphere-liberty-operator:main

0 commit comments

Comments
 (0)