From 237e4583da1b2c8e1830e1cc3f1ba83e75d506d1 Mon Sep 17 00:00:00 2001 From: "Ehsan.Asadi" Date: Wed, 31 Dec 2025 06:36:25 +0330 Subject: [PATCH] fixe ci --- helm/peikarband/values-production.yaml | 1 + helm/peikarband/values.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/peikarband/values-production.yaml b/helm/peikarband/values-production.yaml index cc1a810..210a932 100644 --- a/helm/peikarband/values-production.yaml +++ b/helm/peikarband/values-production.yaml @@ -5,6 +5,7 @@ replicaCount: 1 image: pullPolicy: Always + tag: "ab62554216" # Auto-create registry secret registrySecret: diff --git a/helm/peikarband/values.yaml b/helm/peikarband/values.yaml index 9e6e857..960244c 100644 --- a/helm/peikarband/values.yaml +++ b/helm/peikarband/values.yaml @@ -6,7 +6,7 @@ replicaCount: 2 image: repository: hub.peikarband.ir/peikarband/landing # Match CI/CD registry pullPolicy: IfNotPresent - tag: "latest" + tag: "ab62554216" imagePullSecrets: []