Skip to content

Commit 3dbe574

Browse files
authored
Update sample app (#765)
Signed-off-by: Leo Christy Jesuraj <[email protected]>
1 parent 5f5935c commit 3dbe574

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:29220c85330a584ab1a22de6771d8b10a36796dd666f2b5b8c4dd92a8f8e76e0",
14+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8",
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:29220c85330a584ab1a22de6771d8b10a36796dd666f2b5b8c4dd92a8f8e76e0",
68+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8",
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-09-05T18:45:10Z"
107+
createdAt: "2025-09-08T03:08:31Z"
108108
description: Deploy and manage containerized Liberty applications
109109
features.operators.openshift.io/disconnected: "true"
110110
features.operators.openshift.io/fips-compliant: "true"
@@ -1204,7 +1204,7 @@ spec:
12041204
fieldRef:
12051205
fieldPath: metadata.annotations['olm.targetNamespaces']
12061206
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
1207-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:29220c85330a584ab1a22de6771d8b10a36796dd666f2b5b8c4dd92a8f8e76e0
1207+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8
12081208
- name: RELATED_IMAGE_OPEN_LIBERTY_OPERATOR
12091209
value: icr.io/appcafe/open-liberty-operator:daily
12101210
image: icr.io/appcafe/open-liberty-operator:daily
@@ -1503,7 +1503,7 @@ spec:
15031503
provider:
15041504
name: IBM
15051505
relatedImages:
1506-
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:29220c85330a584ab1a22de6771d8b10a36796dd666f2b5b8c4dd92a8f8e76e0
1506+
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8
15071507
name: liberty-sample-app
15081508
- image: icr.io/appcafe/open-liberty-operator:daily
15091509
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:29220c85330a584ab1a22de6771d8b10a36796dd666f2b5b8c4dd92a8f8e76e0
73+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8
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:29220c85330a584ab1a22de6771d8b10a36796dd666f2b5b8c4dd92a8f8e76e0
6+
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8
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:29220c85330a584ab1a22de6771d8b10a36796dd666f2b5b8c4dd92a8f8e76e0
7+
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8
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.20250819191004-e7c72e158a1c
6+
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250902185901-28fab0958c43
77
github.com/cert-manager/cert-manager v1.16.5
88
github.com/go-logr/logr v1.4.2
99
github.com/openshift/api v0.0.0-20230928134114-673ed0cfc7f1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1/go.mod h1:xomTg6
88
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
99
github.com/MakeNowJust/heredoc v1.0.0 h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=
1010
github.com/MakeNowJust/heredoc v1.0.0/go.mod h1:mG5amYoWBHf8vpLOuehzbGGw0EHxpZZ6lCpQ4fNJ8LE=
11-
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250819191004-e7c72e158a1c h1:4lPD9kNTeyy0Q8UnSAxC/hXLnaQyF6AtVYklhsA9rzU=
12-
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250819191004-e7c72e158a1c/go.mod h1:Hs5AbE9J+rLM34IAc75X7dtxnrzFg2AvG1XYLcX/ApU=
11+
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250902185901-28fab0958c43 h1:LKDWp8yhFzvnqKjPCzbPi/VzQAG6nj4wFnS7zD27lOs=
12+
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20250902185901-28fab0958c43/go.mod h1:Hs5AbE9J+rLM34IAc75X7dtxnrzFg2AvG1XYLcX/ApU=
1313
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
1414
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
1515
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=

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:29220c85330a584ab1a22de6771d8b10a36796dd666f2b5b8c4dd92a8f8e76e0
305+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8
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:29220c85330a584ab1a22de6771d8b10a36796dd666f2b5b8c4dd92a8f8e76e0
53+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:1862d437f8a3b85bdfb455f91dba3c039268ff8811ed9084d81a02956ce8d6b8
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)