We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03df18b commit c5e50acCopy full SHA for c5e50ac
bitnami/grafana-operator/Chart.yaml
@@ -22,4 +22,4 @@ name: grafana-operator
22
sources:
23
- https://github.com/grafana-operator/grafana-operator
24
- https://github.com/bitnami/containers/tree/main/bitnami/grafana-operator
25
-version: 2.7.13
+version: 2.7.14
bitnami/grafana-operator/crds/grafanas.integreatly.org.yaml
@@ -3261,6 +3261,13 @@ spec:
3261
required:
3262
- enabled
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
labels:
3272
additionalProperties:
3273
type: string
0 commit comments