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: []