Set image.rootless to true by default (#449)

fix #432

Assuming that "everybody" is meanwhile on > 1.14.

Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/449
This commit is contained in:
pat-s
2023-06-27 20:32:01 +00:00
parent aa33330abe
commit 5ed140088e
4 changed files with 74 additions and 2 deletions

View File

@ -38,7 +38,7 @@ image:
# Overrides the image tag whose default is the chart appVersion.
tag: ""
pullPolicy: Always
rootless: false # only possible when running 1.14 or later
rootless: true
## @param imagePullSecrets Secret to use for pulling the image
imagePullSecrets: []