File tree 1 file changed +2
-2
lines changed
deploy/k8s/overlays/openshift/prod
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ patches:
36
36
patch : |-
37
37
- op: replace
38
38
path: /spec/template/spec/containers/0/image
39
- value: quay.io/instructlab-ui/ui:v1.0.0-beta # Override this image if you want to use a different UI image
39
+ value: quay.io/instructlab-ui/ui:latest # Override this image if you want to use a different UI image
40
40
41
41
# Override the pathservice image for Openshift production deployment
42
42
- target :
@@ -45,4 +45,4 @@ patches:
45
45
patch : |-
46
46
- op: replace
47
47
path: /spec/template/spec/containers/0/image
48
- value: quay.io/instructlab-ui/pathservice:v1.0.0-beta # Override this image if you want to use a different pathservice image
48
+ value: quay.io/instructlab-ui/pathservice:latest # Override this image if you want to use a different pathservice image
You can’t perform that action at this time.
0 commit comments