From 9c664e04624bf2b0b58f826c6d6b3e897859c245 Mon Sep 17 00:00:00 2001 From: woodpecker-bot Date: Wed, 22 Apr 2026 18:14:22 +0000 Subject: [PATCH] ci: update status-api tag to master-73dcb60 --- manifests/gitops-status-server/values.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: