diff --git a/manifests/gitops-status-server/values.yaml b/manifests/gitops-status-server/values.yaml index 9e5c650..d210213 100644 --- a/manifests/gitops-status-server/values.yaml +++ b/manifests/gitops-status-server/values.yaml @@ -3,18 +3,16 @@ # Number of replicas replicaCount: 1 - # Image pull secrets for Harbor registry imagePullSecrets: - name: harbor-regcred - # API backend configuration (Flask server for status updates) 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/my-apps/status-api - tag: "latest" + tag: "master-73dcb60" pullPolicy: IfNotPresent # Service configuration service: