Skip to content

Commit 0681608

Browse files
migruiz4Bitnami Containers
authored and
Eduardo Morillo
committed
[bitnami/grafana-operator] Revert bitnami#14181 and bitnami#14103 (bitnami#14309)
* [bitnami/grafana-operator] Revert bitnami#14181 and bitnami#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> Signed-off-by: Eduardo Morillo <eduardo.morillo@blueamber.io>
1 parent bdc4e37 commit 0681608

File tree

5 files changed

+1
-23
lines changed

5 files changed

+1
-23
lines changed

bitnami/grafana-operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ name: grafana-operator
2424
sources:
2525
- https://github.com/grafana-operator/grafana-operator
2626
- https://github.com/bitnami/containers/tree/main/bitnami/grafana-operator
27-
version: 2.7.14
27+
version: 2.7.15

bitnami/grafana-operator/README.md

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

276275

bitnami/grafana-operator/crds/grafanas.integreatly.org.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -3261,13 +3261,6 @@ spec:
32613261
required:
32623262
- enabled
32633263
type: object
3264-
initContainers:
3265-
items:
3266-
description: A single application container that you want to run within a pod.
3267-
required:
3268-
- name
3269-
type: object
3270-
type: array
32713264
labels:
32723265
additionalProperties:
32733266
type: string

bitnami/grafana-operator/templates/grafana.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ spec:
6969
{{- end }}
7070
{{- $imagePullSecrets | nindent 4 }}
7171
{{- end }}
72-
{{- if .Values.grafana.initContainers }}
73-
initContainers: {{- include "common.tplvalues.render" (dict "value" .Values.grafana.initContainers "context" $) | nindent 4 }}
74-
{{- end }}
7572
{{- if .Values.grafana.sidecars }}
7673
containers:
7774
{{- include "common.tplvalues.render" ( dict "value" .Values.grafana.sidecars "context" $) | nindent 4 }}

bitnami/grafana-operator/values.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -804,17 +804,6 @@ grafana:
804804
## @param grafana.extraVolumeMounts Optionally specify extra list of additional volumeMounts for the grafana container(s)
805805
##
806806
extraVolumeMounts: []
807-
## @param grafana.initContainers [array] Add additional init containers to the grafana pods
808-
## e.g:
809-
## initContainers:
810-
## - name: your-image-name
811-
## image: your-image
812-
## imagePullPolicy: Always
813-
## ports:
814-
## - name: portname
815-
## containerPort: 1234
816-
##
817-
initContainers: []
818807
## @param grafana.sidecars Add additional sidecar containers to the grafana pod(s)
819808
## e.g:
820809
## sidecars:

0 commit comments

Comments
 (0)