Skip to content

Commit 14a6739

Browse files
authored
Update getting-started sample app references and OLO (#822)
Signed-off-by: Leo Christy Jesuraj <leojc@ca.ibm.com>
1 parent 724d177 commit 14a6739

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

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:752fe4e5133dd87c7266142cd1b954a2a96b08c077cecb10e91e1070e8276921",
14+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f",
1515
"expose": true,
1616
"license": {
1717
"accept": false,
@@ -67,7 +67,7 @@ metadata:
6767
capabilities: Auto Pilot
6868
categories: Application Runtime
6969
containerImage: icr.io/cpopen/websphere-liberty-operator:daily
70-
createdAt: "2025-11-21T19:45:52Z"
70+
createdAt: "2025-12-02T05:26:31Z"
7171
description: Deploy and manage containerized Liberty applications
7272
features.operators.openshift.io/disconnected: "true"
7373
olm.skipRange: '>=1.0.0 <1.5.2'
@@ -1001,7 +1001,7 @@ spec:
10011001
fieldRef:
10021002
fieldPath: metadata.annotations['olm.targetNamespaces']
10031003
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
1004-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:752fe4e5133dd87c7266142cd1b954a2a96b08c077cecb10e91e1070e8276921
1004+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f
10051005
- name: RELATED_IMAGE_WEBSPHERE_LIBERTY_OPERATOR
10061006
value: icr.io/cpopen/websphere-liberty-operator:daily
10071007
image: icr.io/cpopen/websphere-liberty-operator:daily
@@ -1297,7 +1297,7 @@ spec:
12971297
provider:
12981298
name: IBM
12991299
relatedImages:
1300-
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:752fe4e5133dd87c7266142cd1b954a2a96b08c077cecb10e91e1070e8276921
1300+
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f
13011301
name: liberty-sample-app
13021302
- image: icr.io/cpopen/websphere-liberty-operator:daily
13031303
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:752fe4e5133dd87c7266142cd1b954a2a96b08c077cecb10e91e1070e8276921
77+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f
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:752fe4e5133dd87c7266142cd1b954a2a96b08c077cecb10e91e1070e8276921
10+
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f
1111
expose: true
1212
manageTLS: true
1313
replicas: 1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/WASdev/websphere-liberty-operator
33
go 1.25
44

55
require (
6-
github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20251120172046-ca2e00e6cd3b
6+
github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20251124214343-4fee1b0d8d1e
77
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20251120112423-05f65c81aa36
88
github.com/cert-manager/cert-manager v1.16.5
99
github.com/go-logr/logr v1.4.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 h1:L/gRVlceqvL25
22
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E=
33
github.com/MakeNowJust/heredoc v1.0.0 h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=
44
github.com/MakeNowJust/heredoc v1.0.0/go.mod h1:mG5amYoWBHf8vpLOuehzbGGw0EHxpZZ6lCpQ4fNJ8LE=
5-
github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20251120172046-ca2e00e6cd3b h1:qKKKPcnqS1rH5WNzIrc6qXPIC7imAmdLTmsALFYW7sg=
6-
github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20251120172046-ca2e00e6cd3b/go.mod h1:ghwA2Fvfq6YphR93lp8vKEJ7mLYT1+sEvI6re16Kn0c=
5+
github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20251124214343-4fee1b0d8d1e h1:7pCncY3KcsAge1E1E9tYo1ZM2bcfsg7dJ4XLKraVmkI=
6+
github.com/OpenLiberty/open-liberty-operator v0.8.1-0.20251124214343-4fee1b0d8d1e/go.mod h1:ghwA2Fvfq6YphR93lp8vKEJ7mLYT1+sEvI6re16Kn0c=
77
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
88
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
99
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20251120112423-05f65c81aa36 h1:fweyU4TX3vSrbWecLy6FYjIgnoybPdoJbOiZsoV+iDw=

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ spec:
307307
- name: WATCH_NAMESPACE
308308
value: WEBSPHERE_LIBERTY_WATCH_NAMESPACE
309309
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
310-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:752fe4e5133dd87c7266142cd1b954a2a96b08c077cecb10e91e1070e8276921
310+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f
311311
- name: RELATED_IMAGE_WEBSPHERE_LIBERTY_OPERATOR
312312
value: icr.io/cpopen/websphere-liberty-operator:daily
313313
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:752fe4e5133dd87c7266142cd1b954a2a96b08c077cecb10e91e1070e8276921
58+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f
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)