From 451eaab9b9c531b16ff60fab58fd505855801d6a Mon Sep 17 00:00:00 2001 From: woodpecker-bot Date: Tue, 21 Apr 2026 16:55:38 +0000 Subject: [PATCH] ci: update status-api tag to master-da13db9 --- manifests/gitops-status-server/values.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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: