Skip to content

Commit b333bb9

Browse files
authored
Update Liberty getting-started sample image (#534)
Signed-off-by: Leo Christy Jesuraj <[email protected]>
1 parent 999b9e1 commit b333bb9

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:e32f0eb0feff73c6bc8416fe2f7aa0cb74cbaa325cae5fad636325ee0ac4a105",
14+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:6bf52d536e94d6aa6eaa3ca9639e0fe9f5e71dbd891c50362939dd6aca519d02",
1515
"expose": true,
1616
"license": {
1717
"accept": false,
@@ -59,7 +59,7 @@ metadata:
5959
capabilities: Auto Pilot
6060
categories: Application Runtime
6161
containerImage: icr.io/cpopen/websphere-liberty-operator:daily
62-
createdAt: "2023-07-31T18:03:44Z"
62+
createdAt: "2023-08-16T12:55:57Z"
6363
description: Deploy and manage containerized Liberty applications
6464
olm.skipRange: '>=1.0.0 <1.2.2'
6565
operators.openshift.io/infrastructure-features: '["disconnected"]'
@@ -859,7 +859,7 @@ spec:
859859
fieldRef:
860860
fieldPath: metadata.annotations['olm.targetNamespaces']
861861
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
862-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:e32f0eb0feff73c6bc8416fe2f7aa0cb74cbaa325cae5fad636325ee0ac4a105
862+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:6bf52d536e94d6aa6eaa3ca9639e0fe9f5e71dbd891c50362939dd6aca519d02
863863
- name: RELATED_IMAGE_WEBSPHERE_LIBERTY_OPERATOR
864864
value: icr.io/cpopen/websphere-liberty-operator:daily
865865
image: icr.io/cpopen/websphere-liberty-operator:daily
@@ -1134,7 +1134,7 @@ spec:
11341134
provider:
11351135
name: IBM
11361136
relatedImages:
1137-
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:e32f0eb0feff73c6bc8416fe2f7aa0cb74cbaa325cae5fad636325ee0ac4a105
1137+
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:6bf52d536e94d6aa6eaa3ca9639e0fe9f5e71dbd891c50362939dd6aca519d02
11381138
name: liberty-sample-app
11391139
- image: icr.io/cpopen/websphere-liberty-operator:daily
11401140
name: websphere-liberty-operator

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
fieldRef:
7373
fieldPath: metadata.annotations['olm.targetNamespaces']
7474
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
75-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:e32f0eb0feff73c6bc8416fe2f7aa0cb74cbaa325cae5fad636325ee0ac4a105
75+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:6bf52d536e94d6aa6eaa3ca9639e0fe9f5e71dbd891c50362939dd6aca519d02
7676
- name: RELATED_IMAGE_WEBSPHERE_LIBERTY_OPERATOR
7777
value: OPERATOR_IMAGE
7878
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:e32f0eb0feff73c6bc8416fe2f7aa0cb74cbaa325cae5fad636325ee0ac4a105
10+
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:6bf52d536e94d6aa6eaa3ca9639e0fe9f5e71dbd891c50362939dd6aca519d02
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
@@ -305,7 +305,7 @@ spec:
305305
- name: WATCH_NAMESPACE
306306
value: WEBSPHERE_LIBERTY_WATCH_NAMESPACE
307307
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
308-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:e32f0eb0feff73c6bc8416fe2f7aa0cb74cbaa325cae5fad636325ee0ac4a105
308+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:6bf52d536e94d6aa6eaa3ca9639e0fe9f5e71dbd891c50362939dd6aca519d02
309309
- name: RELATED_IMAGE_WEBSPHERE_LIBERTY_OPERATOR
310310
value: icr.io/cpopen/websphere-liberty-operator:daily
311311
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:e32f0eb0feff73c6bc8416fe2f7aa0cb74cbaa325cae5fad636325ee0ac4a105
58+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:6bf52d536e94d6aa6eaa3ca9639e0fe9f5e71dbd891c50362939dd6aca519d02
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)