[K8S] Update image tag to latest for automatic updates (fix) | ApprovalToken: AT-202512310643
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Ehsan.Asadi
2025-12-31 06:43:26 +03:30
parent 062e71881d
commit a956c745ea
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ replicaCount: 1
image: image:
pullPolicy: Always pullPolicy: Always
tag: "ab625542" tag: "latest"
# Auto-create registry secret # Auto-create registry secret
registrySecret: registrySecret:

View File

@@ -6,7 +6,7 @@ replicaCount: 2
image: image:
repository: hub.peikarband.ir/peikarband/landing # Match CI/CD registry repository: hub.peikarband.ir/peikarband/landing # Match CI/CD registry
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "ab62554216" tag: "latest"
imagePullSecrets: [] imagePullSecrets: []