update image.tag directly for sha

This commit is contained in:
jessebot
2025-01-23 22:11:38 +01:00
parent fed9924325
commit 6c443c3b25
3 changed files with 7 additions and 8 deletions
+4 -3
View File
@@ -12,9 +12,10 @@ image:
repository: mattlqx/docker-pixelfed@sha256
# -- This sets the pull policy for images.
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion.
# you may want to set this to dev-nginx if you experice issue with the default tag
tag: ""
# -- Overrides the image tag whose default is the chart appVersion
# (v0.12.4-nginx is currently broken due to migration errors with postgresl,
# so please either pin a sha tag or use dev-nging as the tag)
tag: "7d1d62c8552683225456c2a552ba8ca36afb24b32f706e425310de5bf84aeab1"
# -- This is for the secretes for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
imagePullSecrets: []