File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -234,3 +234,14 @@ tasks:
234
234
- oc describe is thv-operator -n {{.OCP_PROJECT}} || echo "thv-operator image stream not found"
235
235
- echo "Describing thv-proxyrunner image stream..."
236
236
- oc describe is thv-proxyrunner -n {{.OCP_PROJECT}} || echo "thv-proxyrunner image stream not found"
237
+
238
+ ocp-deploy-operator :
239
+ desc : Deploy ToolHive Operator to OpenShift using locally built images
240
+ cmds :
241
+ - |
242
+ helm upgrade --install toolhive-operator deploy/charts/operator \
243
+ --set operator.image=image-registry.openshift-image-registry.svc:5000/{{.OCP_PROJECT}}/thv-operator:latest \
244
+ --set operator.toolhiveRunnerImage=image-registry.openshift-image-registry.svc:5000/{{.OCP_PROJECT}}/thv-proxyrunner:latest \
245
+ --namespace {{.OCP_PROJECT}} \
246
+ --create-namespace \
247
+ {{ .CLI_ARGS }}
You can’t perform that action at this time.
0 commit comments