forgejo: remove tag, replace with sha, restore rootless boolean
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
fd07c8d2e0
commit
49b2342dd0
1 changed files with 3 additions and 3 deletions
|
@ -52,10 +52,10 @@ image:
|
|||
registry: quay.io
|
||||
repository: konflux-fedora/fedora-infra-tenant/forgejo-oci-images-main-stable
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: 'latest'
|
||||
digest: ''
|
||||
tag: ''
|
||||
digest: 'sha256:741cdeb1bb263657b50aae1954905bf35bae0ba7faddca626aa90d0c126f9874sha256:741cdeb1bb263657b50aae1954905bf35bae0ba7faddca626aa90d0c126f9874'
|
||||
pullPolicy: IfNotPresent
|
||||
rootless: false
|
||||
rootless: true
|
||||
fullOverride: ''
|
||||
|
||||
## @param imagePullSecrets Secret to use for pulling the image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue