File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ metadata:
68
68
categories : Application Runtime
69
69
certified : " true"
70
70
containerImage : icr.io/appcafe/runtime-component-operator:daily
71
- createdAt : " 2023-08-01T06:51:41Z "
71
+ createdAt : " 2023-08-01T13:24:02Z "
72
72
description : Deploys any runtime component with dynamic and auto-tuning configuration
73
73
olm.skipRange : ' >=0.8.0 <1.2.2'
74
74
operators.openshift.io/infrastructure-features : ' ["disconnected"]'
@@ -977,6 +977,8 @@ spec:
977
977
fieldPath : metadata.annotations['olm.targetNamespaces']
978
978
- name : RELATED_IMAGE_LIBERTY_SAMPLE_APP
979
979
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
980
982
image : icr.io/appcafe/runtime-component-operator:daily
981
983
livenessProbe :
982
984
failureThreshold : 3
@@ -1259,4 +1261,6 @@ spec:
1259
1261
relatedImages :
1260
1262
- image : icr.io/appcafe/open-liberty/samples/getting-started@sha256:e32f0eb0feff73c6bc8416fe2f7aa0cb74cbaa325cae5fad636325ee0ac4a105
1261
1263
name : liberty-sample-app
1264
+ - image : icr.io/appcafe/runtime-component-operator:daily
1265
+ name : runtime-component-operator
1262
1266
version : 1.2.2
Original file line number Diff line number Diff line change @@ -304,6 +304,8 @@ spec:
304
304
value : RUNTIME_COMPONENT_WATCH_NAMESPACE
305
305
- name : RELATED_IMAGE_LIBERTY_SAMPLE_APP
306
306
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
307
309
image : icr.io/appcafe/runtime-component-operator:daily
308
310
livenessProbe :
309
311
failureThreshold : 3
Original file line number Diff line number Diff line change 51
51
fieldPath : metadata.namespace
52
52
- name : RELATED_IMAGE_LIBERTY_SAMPLE_APP
53
53
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
54
56
image : icr.io/appcafe/runtime-component-operator:daily
55
57
livenessProbe :
56
58
failureThreshold : 3
You can’t perform that action at this time.
0 commit comments