Skip to content

Commit 1dca2a9

Browse files
authored
update sample CR (#499)
Signed-off-by: Leo Christy Jesuraj <[email protected]>
1 parent 05847fb commit 1dca2a9

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

bundle/manifests/runtime-component.clusterserviceversion.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ metadata:
1212
},
1313
"spec": {
1414
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:9a6f6352bee814302fcf939dd640b7d3b3e02307330f82bc32b782e7a9feb8a3",
15+
"expose": true,
1516
"manageTLS": true,
17+
"replicas": 1,
1618
"service": {
1719
"port": 9443
1820
}
@@ -66,7 +68,7 @@ metadata:
6668
categories: Application Runtime
6769
certified: "true"
6870
containerImage: icr.io/appcafe/runtime-component-operator:daily
69-
createdAt: "2023-04-11T11:57:04Z"
71+
createdAt: "2023-04-12T22:46:14Z"
7072
description: Deploys any runtime component with dynamic and auto-tuning configuration
7173
olm.skipRange: '>=0.8.0 <1.2.0'
7274
operators.openshift.io/infrastructure-features: '["disconnected"]'

config/samples/rc.app.stacks_v1_runtimecomponent.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ metadata:
44
name: runtimecomponent-sample
55
spec:
66
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:9a6f6352bee814302fcf939dd640b7d3b3e02307330f82bc32b782e7a9feb8a3
7+
expose: true
78
manageTLS: true
9+
replicas: 1
810
service:
911
port: 9443

deploy/kustomize/daily/base/runtime-component-crd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3661,12 +3661,12 @@ spec:
36613661
to false.
36623662
type: boolean
36633663
certificate:
3664-
description: Certificate parameters for a certificate request.
3664+
description: Configure service certificate.
36653665
properties:
36663666
annotations:
36673667
additionalProperties:
36683668
type: string
3669-
description: Annotations to be added to the service.
3669+
description: Annotations to be added to the service certificate.
36703670
type: object
36713671
type: object
36723672
certificateSecretRef:

ebcDockerBuilderRCO.jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ timestamps {
8585
def gitCloneAndStash() {
8686
dir('runtime-component-operator') {
8787
git branch: RELEASE_TARGET, url: "[email protected]:${scriptOrg}/runtime-component-operator.git"
88-
sh "git checkout ${RELEASE_TARGET}"
8988
}
9089
dir('operators') {
9190
git branch: "main", url: "[email protected]:websphere/operators.git"

0 commit comments

Comments
 (0)