diff --git a/charts/paperless-ngx/values.yaml b/charts/paperless-ngx/values.yaml index ea37123..99e8560 100644 --- a/charts/paperless-ngx/values.yaml +++ b/charts/paperless-ngx/values.yaml @@ -7,18 +7,20 @@ controllers: main: type: deployment - defaultContainerOptions: - image: - # -- Image repository - repository: ghcr.io/paperless-ngx/paperless-ngx - # -- Image pull policy - pullPolicy: IfNotPresent - # -- Image tag - tag: 2.20.0 - # -- Environment variables [[ref]](https://docs.paperless-ngx.com/configuration/) - # @default -- See [values.yaml](./values.yaml) - # -- Set the resource requests / limits for the container. - resources: {} + containers: + main: + image: + # -- Image repository + repository: ghcr.io/paperless-ngx/paperless-ngx + # -- Image pull policy + pullPolicy: IfNotPresent + # -- Image tag + tag: 2.20.0 + # -- Environment variables [[ref]](https://docs.paperless-ngx.com/configuration/) + # @default -- See [values.yaml](./values.yaml) + # -- Set the resource requests / limits for the container. + resources: {} + env: # -- Set the container timezone TZ: UTC