From ef3649595e0dee74a93df7659506cab581143cdd Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:54:43 +0300 Subject: [PATCH] Update tag --- manifests/gitops-status-server/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/gitops-status-server/values.yaml b/manifests/gitops-status-server/values.yaml index 300fa38..9e5c650 100644 --- a/manifests/gitops-status-server/values.yaml +++ b/manifests/gitops-status-server/values.yaml @@ -13,9 +13,9 @@ api: image: # Use the gitops-status-api image from gitops-status-api repo # Built and pushed to Harbor or use local image - repository: harbor.dvirlabs.com/dvirlabs/gitops-status-api - tag: "master-da13db9" - pullPolicy: Always + repository: harbor.dvirlabs.com/my-apps/status-api + tag: "latest" + pullPolicy: IfNotPresent # Service configuration service: type: ClusterIP