Skip to content

Commit

Permalink
Use the latest image. Latest tag points to the latest release
Browse files Browse the repository at this point in the history
Signed-off-by: Anil Vishnoi <[email protected]>
  • Loading branch information
vishnoianil committed Sep 27, 2024
1 parent 800c3a4 commit 508699a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/k8s/overlays/openshift/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ patches:
patch: |-
- op: replace
path: /spec/template/spec/containers/0/image
value: quay.io/instructlab-ui/ui:v1.0.0-beta # Override this image if you want to use a different UI image
value: quay.io/instructlab-ui/ui:latest #Override this image if you want to use a different UI image
# Override the pathservice image for Openshift production deployment
- target:
Expand All @@ -45,4 +45,4 @@ patches:
patch: |-
- op: replace
path: /spec/template/spec/containers/0/image
value: quay.io/instructlab-ui/pathservice:v1.0.0-beta # Override this image if you want to use a different pathservice image
value: quay.io/instructlab-ui/pathservice:latest #Override this image if you want to use a different pathservice image

0 comments on commit 508699a

Please sign in to comment.