Fix permission issue with 1.10 and defaults when upgraded (#423)

* Fix permission issue with 1.10 and defaults when upgraded

Signed-off-by: Kevin Fox <[email protected]>

* Fix indenting

Signed-off-by: Kevin Fox <[email protected]>

* incorperate feedback

Signed-off-by: Kevin Fox <[email protected]>

* Fix docs

Signed-off-by: Kevin Fox <[email protected]>

---------

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
kfox1111
2024-08-13 22:21:20 -07:00
committed by GitHub
parent 827a3ea80c
commit 9b2d72f6a2
5 changed files with 62 additions and 2 deletions
@@ -990,6 +990,22 @@ customPlugins:
upstreamAuthority: {}
notifier: {}
# When upgrading from a previous version, sometimes we need to change the user and requires updating permissions.
chown:
## @param chown.image.registry The OCI registry to pull the image from
## @param chown.image.repository The repository within the registry
## @param chown.image.pullPolicy The image pull policy
## @param chown.image.tag Overrides the image tag whose default is the chart appVersion
##
image:
registry: cgr.dev
repository: chainguard/bash
pullPolicy: Always
tag: latest@sha256:27dc752a2ebacd10571c4045d3e1732f4bbb764446373ac85626602b69132776
## @param chown.resources Specify resource needs as per https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
resources: {}
experimental:
## @param experimental.enabled Allow configuration of experimental features
enabled: false