Commit 7db8827 1 parent c02304b commit 7db8827 Copy full SHA for 7db8827
File tree 4 files changed +1
-22
lines changed
4 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ name: grafana-operator
24
24
sources :
25
25
- https://github.com/grafana-operator/grafana-operator
26
26
- https://github.com/bitnami/containers/tree/main/bitnami/grafana-operator
27
- version : 2.7.14
27
+ version : 2.7.15
Original file line number Diff line number Diff line change @@ -3261,13 +3261,6 @@ spec:
3261
3261
required :
3262
3262
- enabled
3263
3263
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
3271
3264
labels :
3272
3265
additionalProperties :
3273
3266
type : string
Original file line number Diff line number Diff line change 69
69
{{- end }}
70
70
{{- $imagePullSecrets | nindent 4 }}
71
71
{{- end }}
72
- {{- if .Values.grafana.initContainers }}
73
- initContainers : {{- include "common.tplvalues.render" (dict "value" .Values.grafana.initContainers "context" $) | nindent 4 }}
74
- {{- end }}
75
72
{{- if .Values.grafana.sidecars }}
76
73
containers :
77
74
{{- include "common.tplvalues.render" ( dict "value" .Values.grafana.sidecars "context" $) | nindent 4 }}
Original file line number Diff line number Diff line change @@ -804,17 +804,6 @@ grafana:
804
804
# # @param grafana.extraVolumeMounts Optionally specify extra list of additional volumeMounts for the grafana container(s)
805
805
# #
806
806
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 : []
818
807
# # @param grafana.sidecars Add additional sidecar containers to the grafana pod(s)
819
808
# # e.g:
820
809
# # sidecars:
You can’t perform that action at this time.
0 commit comments