From 508699a771dd8eaa610f2e1663234a67f72aeace Mon Sep 17 00:00:00 2001 From: Anil Vishnoi Date: Fri, 27 Sep 2024 02:30:58 -0700 Subject: [PATCH] Use the latest image. Latest tag points to the latest release Signed-off-by: Anil Vishnoi --- deploy/k8s/overlays/openshift/prod/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/k8s/overlays/openshift/prod/kustomization.yaml b/deploy/k8s/overlays/openshift/prod/kustomization.yaml index 64526af1..a8b11371 100644 --- a/deploy/k8s/overlays/openshift/prod/kustomization.yaml +++ b/deploy/k8s/overlays/openshift/prod/kustomization.yaml @@ -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: @@ -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