fix: use appVersion as image tag instead of latest for auto-redeploy
CI/CD / build-and-push (push) Successful in 9s
Details
CI/CD / build-and-push (push) Successful in 9s
Details
This commit is contained in:
parent
62bef5d585
commit
f9605360c5
|
|
@ -2,7 +2,7 @@ replicaCount: 1
|
|||
|
||||
image:
|
||||
repository: harbor.inje-private.com/infra/infra-report
|
||||
tag: "latest"
|
||||
tag: ""
|
||||
pullPolicy: Always
|
||||
|
||||
imagePullSecrets:
|
||||
|
|
|
|||
Loading…
Reference in New Issue