Skip to content

Commit 951a4ad

Browse files
committed
Use the latest image. Latest tag points to the latest release
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
1 parent 9b0be63 commit 951a4ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/k8s/overlays/openshift/prod/kustomization.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ patches:
3636
patch: |-
3737
- op: replace
3838
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
4040
4141
# Override the pathservice image for Openshift production deployment
4242
- target:
@@ -45,4 +45,4 @@ patches:
4545
patch: |-
4646
- op: replace
4747
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

0 commit comments

Comments
 (0)