update image.tag directly for sha
This commit is contained in:
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user