Skip to content

Commit d50c54e

Browse files
Bradley MayoBradley Mayo
Bradley Mayo
authored and
Bradley Mayo
committed
Re-add generated output from "make bundle"
1 parent 4b09a1c commit d50c54e

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

bundle/manifests/runtime-component.clusterserviceversion.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ metadata:
6868
categories: Application Runtime
6969
certified: "true"
7070
containerImage: icr.io/appcafe/runtime-component-operator:daily
71-
createdAt: "2023-08-01T06:51:41Z"
71+
createdAt: "2023-08-01T13:24:02Z"
7272
description: Deploys any runtime component with dynamic and auto-tuning configuration
7373
olm.skipRange: '>=0.8.0 <1.2.2'
7474
operators.openshift.io/infrastructure-features: '["disconnected"]'
@@ -977,6 +977,8 @@ spec:
977977
fieldPath: metadata.annotations['olm.targetNamespaces']
978978
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
979979
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:e32f0eb0feff73c6bc8416fe2f7aa0cb74cbaa325cae5fad636325ee0ac4a105
980+
- name: RELATED_IMAGE_RUNTIME_COMPONENT_OPERATOR
981+
value: icr.io/appcafe/runtime-component-operator:daily
980982
image: icr.io/appcafe/runtime-component-operator:daily
981983
livenessProbe:
982984
failureThreshold: 3
@@ -1259,4 +1261,6 @@ spec:
12591261
relatedImages:
12601262
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:e32f0eb0feff73c6bc8416fe2f7aa0cb74cbaa325cae5fad636325ee0ac4a105
12611263
name: liberty-sample-app
1264+
- image: icr.io/appcafe/runtime-component-operator:daily
1265+
name: runtime-component-operator
12621266
version: 1.2.2

internal/deploy/kubectl/runtime-component-operator.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,8 @@ spec:
304304
value: RUNTIME_COMPONENT_WATCH_NAMESPACE
305305
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
306306
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:e32f0eb0feff73c6bc8416fe2f7aa0cb74cbaa325cae5fad636325ee0ac4a105
307+
- name: RELATED_IMAGE_RUNTIME_COMPONENT_OPERATOR
308+
value: icr.io/appcafe/runtime-component-operator:daily
307309
image: icr.io/appcafe/runtime-component-operator:daily
308310
livenessProbe:
309311
failureThreshold: 3

internal/deploy/kustomize/daily/base/runtime-component-operator.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ spec:
5151
fieldPath: metadata.namespace
5252
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
5353
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:e32f0eb0feff73c6bc8416fe2f7aa0cb74cbaa325cae5fad636325ee0ac4a105
54+
- name: RELATED_IMAGE_RUNTIME_COMPONENT_OPERATOR
55+
value: icr.io/appcafe/runtime-component-operator:daily
5456
image: icr.io/appcafe/runtime-component-operator:daily
5557
livenessProbe:
5658
failureThreshold: 3

0 commit comments

Comments
 (0)