mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-20 18:46:11 +10:00
[bitnami/rabbitmq] Fix default empty "initContainers" object (#6902)
* Correct initContainers to empty list * Bump patch version Co-authored-by: Simon Harrison <simon.harrison@mediakind.com>
This commit is contained in:
co-authored by
Simon Harrison
parent
4c425f2096
commit
110c55a18c
@@ -23,4 +23,4 @@ name: rabbitmq
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-rabbitmq
|
||||
- https://www.rabbitmq.com
|
||||
version: 8.16.2
|
||||
version: 8.16.3
|
||||
|
||||
@@ -504,7 +504,7 @@ customStartupProbe: {}
|
||||
## - name: portname
|
||||
## containerPort: 1234
|
||||
##
|
||||
initContainers: {}
|
||||
initContainers: []
|
||||
|
||||
## Add sidecars to the pod.
|
||||
## Example:
|
||||
|
||||
Reference in New Issue
Block a user