mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 15:10:15 +08:00
* [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:
@@ -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
|
||||
|
||||
@@ -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) | `[]` |
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user