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