[bitnami/grafana-operator] Revert #14181 and #14103 (#14309)

* [bitnami/grafana-operator] Revert #14181 and #14103

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Miguel Ruiz
2023-01-12 16:17:16 +01:00
committed by GitHub
parent 80db7d1f9f
commit 1225395703
5 changed files with 1 additions and 23 deletions

View File

@@ -24,4 +24,4 @@ name: grafana-operator
sources:
- https://github.com/grafana-operator/grafana-operator
- https://github.com/bitnami/containers/tree/main/bitnami/grafana-operator
version: 2.7.14
version: 2.7.15

View File

@@ -270,7 +270,6 @@ For more information, refer to the [documentation on the differences between the
| `grafana.updateStrategy` | Set up update strategy for Grafana installation. | `{}` |
| `grafana.extraVolumes` | Optionally specify extra list of additional volumes for the grafana pod(s) | `[]` |
| `grafana.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the grafana container(s) | `[]` |
| `grafana.initContainers` | Add additional init containers to the grafana pods | `[]` |
| `grafana.sidecars` | Add additional sidecar containers to the grafana pod(s) | `[]` |

View File

@@ -3261,13 +3261,6 @@ spec:
required:
- enabled
type: object
initContainers:
items:
description: A single application container that you want to run within a pod.
required:
- name
type: object
type: array
labels:
additionalProperties:
type: string

View File

@@ -69,9 +69,6 @@ spec:
{{- end }}
{{- $imagePullSecrets | nindent 4 }}
{{- end }}
{{- if .Values.grafana.initContainers }}
initContainers: {{- include "common.tplvalues.render" (dict "value" .Values.grafana.initContainers "context" $) | nindent 4 }}
{{- end }}
{{- if .Values.grafana.sidecars }}
containers:
{{- include "common.tplvalues.render" ( dict "value" .Values.grafana.sidecars "context" $) | nindent 4 }}

View File

@@ -804,17 +804,6 @@ grafana:
## @param grafana.extraVolumeMounts Optionally specify extra list of additional volumeMounts for the grafana container(s)
##
extraVolumeMounts: []
## @param grafana.initContainers [array] Add additional init containers to the grafana pods
## e.g:
## initContainers:
## - name: your-image-name
## image: your-image
## imagePullPolicy: Always
## ports:
## - name: portname
## containerPort: 1234
##
initContainers: []
## @param grafana.sidecars Add additional sidecar containers to the grafana pod(s)
## e.g:
## sidecars: