diff --git a/manifests/gitops-status-server/values.yaml b/manifests/gitops-status-server/values.yaml index a4ca5ab..bac919c 100644 --- a/manifests/gitops-status-server/values.yaml +++ b/manifests/gitops-status-server/values.yaml @@ -3,26 +3,22 @@ # 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/dvirlabs/gitops-status-api - tag: "latest" + tag: "master-da13db9" pullPolicy: Always - # Service configuration service: type: ClusterIP port: 80 annotations: {} - # Resource limits resources: limits: