Skip to content

Commit 15d890c

Browse files
committed
chore: set image tag to v1 in helm values
1 parent 641b8dd commit 15d890c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

helm/ssso-backend/values.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ initialAdmin:
2222
image:
2323
repository: ghcr.io/pilab-dev/shadow-sso-backend
2424
pullPolicy: IfNotPresent
25-
# tag: "v1" # Overridden by Chart.yaml appVersion by default, but can be specified here
26-
# Or use a dynamic tag like below if you have a CI/CD pipeline that updates it
27-
tag: "" # An empty tag will use the appVersion from Chart.yaml
25+
tag: "v1"
2826

2927
imagePullSecrets: []
3028
# - name: my-ghcr-secret # If your GHCR package is private and requires auth

0 commit comments

Comments
 (0)