Skip to content

Commit 94b8ae7

Browse files
authored
Update references to getting-started sample app (#811)
Signed-off-by: Leo Christy Jesuraj <[email protected]>
1 parent be57a03 commit 94b8ae7

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
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:752fe4e5133dd87c7266142cd1b954a2a96b08c077cecb10e91e1070e8276921",
14+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f",
1515
"expose": true,
1616
"manageTLS": true,
1717
"replicas": 1,
@@ -65,7 +65,7 @@ metadata:
6565
"name": "openliberty-app-sample"
6666
},
6767
"spec": {
68-
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:752fe4e5133dd87c7266142cd1b954a2a96b08c077cecb10e91e1070e8276921",
68+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f",
6969
"expose": true,
7070
"replicas": 1,
7171
"service": {
@@ -104,7 +104,7 @@ metadata:
104104
categories: Application Runtime
105105
certified: "true"
106106
containerImage: icr.io/appcafe/open-liberty-operator:daily
107-
createdAt: "2025-11-21T19:28:49Z"
107+
createdAt: "2025-12-08T17:02:43Z"
108108
description: Deploy and manage containerized Liberty applications
109109
features.operators.openshift.io/disconnected: "true"
110110
features.operators.openshift.io/fips-compliant: "true"
@@ -1229,7 +1229,7 @@ spec:
12291229
fieldRef:
12301230
fieldPath: metadata.annotations['olm.targetNamespaces']
12311231
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
1232-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:752fe4e5133dd87c7266142cd1b954a2a96b08c077cecb10e91e1070e8276921
1232+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f
12331233
- name: RELATED_IMAGE_OPEN_LIBERTY_OPERATOR
12341234
value: icr.io/appcafe/open-liberty-operator:daily
12351235
image: icr.io/appcafe/open-liberty-operator:daily
@@ -1530,7 +1530,7 @@ spec:
15301530
provider:
15311531
name: IBM
15321532
relatedImages:
1533-
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:752fe4e5133dd87c7266142cd1b954a2a96b08c077cecb10e91e1070e8276921
1533+
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f
15341534
name: liberty-sample-app
15351535
- image: icr.io/appcafe/open-liberty-operator:daily
15361536
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:752fe4e5133dd87c7266142cd1b954a2a96b08c077cecb10e91e1070e8276921
73+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f
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:752fe4e5133dd87c7266142cd1b954a2a96b08c077cecb10e91e1070e8276921
6+
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f
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:752fe4e5133dd87c7266142cd1b954a2a96b08c077cecb10e91e1070e8276921
7+
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f
88
expose: true
99
replicas: 1
1010
service:

go.mod

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

55
require (
6-
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20251120112423-05f65c81aa36
6+
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20251208162659-852f55862db5
77
github.com/cert-manager/cert-manager v1.16.5
88
github.com/distribution/distribution/v3 v3.0.0
99
github.com/docker/docker v27.5.0+incompatible

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ github.com/MakeNowJust/heredoc v1.0.0 h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ
44
github.com/MakeNowJust/heredoc v1.0.0/go.mod h1:mG5amYoWBHf8vpLOuehzbGGw0EHxpZZ6lCpQ4fNJ8LE=
55
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
66
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
7-
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20251120112423-05f65c81aa36 h1:fweyU4TX3vSrbWecLy6FYjIgnoybPdoJbOiZsoV+iDw=
8-
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20251120112423-05f65c81aa36/go.mod h1:Hs5AbE9J+rLM34IAc75X7dtxnrzFg2AvG1XYLcX/ApU=
7+
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20251208162659-852f55862db5 h1:9N2JQ6e5VsK+AbGhw3sR/INq8OWDpX236U82qiK9p9A=
8+
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20251208162659-852f55862db5/go.mod h1:pmfannSJv1Tby0uSPXLPg3A+mC1WahsMJTNa2oU3SHk=
99
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
1010
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
1111
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ spec:
302302
- name: WATCH_NAMESPACE
303303
value: OPEN_LIBERTY_WATCH_NAMESPACE
304304
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
305-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:752fe4e5133dd87c7266142cd1b954a2a96b08c077cecb10e91e1070e8276921
305+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f
306306
- name: RELATED_IMAGE_OPEN_LIBERTY_OPERATOR
307307
value: icr.io/appcafe/open-liberty-operator:daily
308308
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:752fe4e5133dd87c7266142cd1b954a2a96b08c077cecb10e91e1070e8276921
53+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f
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)