Skip to content

Commit becf646

Browse files
authored
Update getting-started sample + DNS entries update (#626)
* Update getting-started sample Signed-off-by: Leo Christy Jesuraj <[email protected]> * Update RCO module Signed-off-by: Leo Christy Jesuraj <[email protected]> --------- Signed-off-by: Leo Christy Jesuraj <[email protected]>
1 parent 962798e commit becf646

8 files changed

+13
-13
lines changed

Diff for: bundle/manifests/open-liberty.clusterserviceversion.yaml

+5-5
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:91589e8e215d416595b045c739724385ffe34364df06d36794dca0d6964053e7",
14+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:3999aa86f788e601d305896e48a043a91861cdbf71951a1959887151390b3650",
1515
"expose": true,
1616
"manageTLS": true,
1717
"replicas": 1,
@@ -53,7 +53,7 @@ metadata:
5353
"name": "openliberty-app-sample"
5454
},
5555
"spec": {
56-
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:91589e8e215d416595b045c739724385ffe34364df06d36794dca0d6964053e7",
56+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:3999aa86f788e601d305896e48a043a91861cdbf71951a1959887151390b3650",
5757
"expose": true,
5858
"replicas": 1,
5959
"service": {
@@ -92,7 +92,7 @@ metadata:
9292
categories: Application Runtime
9393
certified: "true"
9494
containerImage: icr.io/appcafe/open-liberty-operator:daily
95-
createdAt: "2024-09-16T15:38:08Z"
95+
createdAt: "2024-09-20T19:04:14Z"
9696
description: Deploy and manage containerized Liberty applications
9797
features.operators.openshift.io/disconnected: "true"
9898
features.operators.openshift.io/fips-compliant: "true"
@@ -1151,7 +1151,7 @@ spec:
11511151
fieldRef:
11521152
fieldPath: metadata.annotations['olm.targetNamespaces']
11531153
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
1154-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:91589e8e215d416595b045c739724385ffe34364df06d36794dca0d6964053e7
1154+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:3999aa86f788e601d305896e48a043a91861cdbf71951a1959887151390b3650
11551155
- name: RELATED_IMAGE_OPEN_LIBERTY_OPERATOR
11561156
value: icr.io/appcafe/open-liberty-operator:daily
11571157
image: icr.io/appcafe/open-liberty-operator:daily
@@ -1458,7 +1458,7 @@ spec:
14581458
provider:
14591459
name: IBM
14601460
relatedImages:
1461-
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:91589e8e215d416595b045c739724385ffe34364df06d36794dca0d6964053e7
1461+
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:3999aa86f788e601d305896e48a043a91861cdbf71951a1959887151390b3650
14621462
name: liberty-sample-app
14631463
- image: icr.io/appcafe/open-liberty-operator:daily
14641464
name: open-liberty-operator

Diff for: config/manager/manager.yaml

+1-1
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:91589e8e215d416595b045c739724385ffe34364df06d36794dca0d6964053e7
73+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:3999aa86f788e601d305896e48a043a91861cdbf71951a1959887151390b3650
7474
- name: RELATED_IMAGE_OPEN_LIBERTY_OPERATOR
7575
value: OPERATOR_IMAGE
7676
securityContext:

Diff for: config/samples/apps.openliberty.io_v1_openlibertyapplications.yaml

+1-1
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:91589e8e215d416595b045c739724385ffe34364df06d36794dca0d6964053e7
6+
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:3999aa86f788e601d305896e48a043a91861cdbf71951a1959887151390b3650
77
expose: true
88
manageTLS: true
99
replicas: 1

Diff for: config/samples/apps.openliberty.io_v1beta2_openlibertyapplications.yaml

+1-1
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:91589e8e215d416595b045c739724385ffe34364df06d36794dca0d6964053e7
7+
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:3999aa86f788e601d305896e48a043a91861cdbf71951a1959887151390b3650
88
expose: true
99
replicas: 1
1010
service:

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/OpenLiberty/open-liberty-operator
33
go 1.23
44

55
require (
6-
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20240918145808-74c596c22d88
6+
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20240920184731-58836ec570f6
77
github.com/cert-manager/cert-manager v1.13.6
88
github.com/go-logr/logr v1.3.0
99
github.com/openshift/api v0.0.0-20230928134114-673ed0cfc7f1

Diff for: go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d h
22
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d/go.mod h1:IshRmMJBhDfFj5Y67nVhMYTTIze91RUeT73ipWKs/GY=
33
contrib.go.opencensus.io/exporter/prometheus v0.4.2 h1:sqfsYl5GIY/L570iT+l93ehxaWJs2/OwXtiWwew3oAg=
44
contrib.go.opencensus.io/exporter/prometheus v0.4.2/go.mod h1:dvEHbiKmgvbr5pjaF9fpw1KeYcjrnC1J8B+JKjsZyRQ=
5-
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20240918145808-74c596c22d88 h1:BeJTSuOUKwz6QQXTbsMtVQN661uACWiMz5RVuFxMe3Y=
6-
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20240918145808-74c596c22d88/go.mod h1:Q//a3yubxjR3+COorasymYRuuiDPs0Usgl9YuADkD6U=
5+
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20240920184731-58836ec570f6 h1:ltEk49dxle0XgNgVSGWspfBqcx2nkd1SBMLoWOD1ETA=
6+
github.com/application-stacks/runtime-component-operator v1.0.0-20220602-0850.0.20240920184731-58836ec570f6/go.mod h1:Q//a3yubxjR3+COorasymYRuuiDPs0Usgl9YuADkD6U=
77
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
88
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
99
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=

Diff for: internal/deploy/kubectl/openliberty-app-operator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ spec:
322322
- name: WATCH_NAMESPACE
323323
value: OPEN_LIBERTY_WATCH_NAMESPACE
324324
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
325-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:91589e8e215d416595b045c739724385ffe34364df06d36794dca0d6964053e7
325+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:3999aa86f788e601d305896e48a043a91861cdbf71951a1959887151390b3650
326326
- name: RELATED_IMAGE_OPEN_LIBERTY_OPERATOR
327327
value: icr.io/appcafe/open-liberty-operator:daily
328328
image: icr.io/appcafe/open-liberty-operator:daily

Diff for: internal/deploy/kustomize/daily/base/open-liberty-operator.yaml

+1-1
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:91589e8e215d416595b045c739724385ffe34364df06d36794dca0d6964053e7
53+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:3999aa86f788e601d305896e48a043a91861cdbf71951a1959887151390b3650
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)