[bitnami/grafana] Update initContainers type to list (#8718)

Signed-off-by: Greg Atkinson <greg.a.atkinson@gmail.com>
This commit is contained in:
Greg
2022-01-19 17:57:10 +00:00
committed by GitHub
parent 8a987e2398
commit 9b7aadc4df
2 changed files with 3 additions and 3 deletions

View File

@@ -24,4 +24,4 @@ name: grafana
sources:
- https://github.com/bitnami/bitnami-docker-grafana
- https://grafana.com/
version: 7.6.2
version: 7.6.3

View File

@@ -416,7 +416,7 @@ grafana:
## imagePullPolicy: Always
## command: ['sh', '-c', 'echo "hello world"']
##
initContainers: {}
initContainers: []
## @param grafana.extraVolumes Additional volumes for the Grafana pod
## Example:
## extraVolumes:
@@ -948,7 +948,7 @@ imageRenderer:
## imagePullPolicy: Always
## command: ['sh', '-c', 'echo "hello world"']
##
initContainers: {}
initContainers: []
## @param imageRenderer.extraEnvVarsCM Name of existing ConfigMap containing extra env vars for %%MAIN_CONTAINER_NAME%% nodes
##
extraEnvVarsCM: ""