We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641b8dd commit 15d890cCopy full SHA for 15d890c
helm/ssso-backend/values.yaml
@@ -22,9 +22,7 @@ initialAdmin:
22
image:
23
repository: ghcr.io/pilab-dev/shadow-sso-backend
24
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
+ tag: "v1"
28
29
imagePullSecrets: []
30
# - name: my-ghcr-secret # If your GHCR package is private and requires auth
0 commit comments