From a956c745ea7eeba4f919d5a606bb2622294dcd60 Mon Sep 17 00:00:00 2001 From: "Ehsan.Asadi" Date: Wed, 31 Dec 2025 06:43:26 +0330 Subject: [PATCH] [K8S] Update image tag to latest for automatic updates (fix) | ApprovalToken: AT-202512310643 --- helm/peikarband/values-production.yaml | 2 +- helm/peikarband/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/peikarband/values-production.yaml b/helm/peikarband/values-production.yaml index 0f03f53..7871aed 100644 --- a/helm/peikarband/values-production.yaml +++ b/helm/peikarband/values-production.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: pullPolicy: Always - tag: "ab625542" + tag: "latest" # Auto-create registry secret registrySecret: diff --git a/helm/peikarband/values.yaml b/helm/peikarband/values.yaml index 960244c..9e6e857 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: "ab62554216" + tag: "latest" imagePullSecrets: []