mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-21 02:56:50 +10:00
[bitnami/kibana] Fix indents in deployment.yaml (#2645)
* [bitnami/kibana] Fix indents in deployment.yaml * [bitnami/kibana] Update components versions Signed-off-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: Javier J. Salmerón-García <jsalmeron@bitnami.com>
This commit is contained in:
co-authored by
Bitnami Containers
Javier J. Salmerón-García
parent
e05e2f4deb
commit
fe359b2b2a
@@ -175,14 +175,14 @@ spec:
|
||||
{{- end }}
|
||||
{{- if .Values.nodeSelector }}
|
||||
nodeSelector:
|
||||
{{- tpl (toYaml .Values.nodeSelector) $ | nindent 6 }}
|
||||
{{- tpl (toYaml .Values.nodeSelector) $ | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.affinity }}
|
||||
affinity:
|
||||
{{- tpl (toYaml .Values.affinity) $ | nindent 6 }}
|
||||
{{- tpl (toYaml .Values.affinity) $ | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.tolerations }}
|
||||
tolerations:
|
||||
{{- tpl (toYaml .Values.tolerations) $ | nindent 6 }}
|
||||
{{- tpl (toYaml .Values.tolerations) $ | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
@@ -14,7 +14,7 @@ global: {}
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kibana
|
||||
tag: 7.7.0-debian-10-r9
|
||||
tag: 7.7.0-debian-10-r12
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
||||
@@ -14,7 +14,7 @@ global: {}
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kibana
|
||||
tag: 7.7.0-debian-10-r9
|
||||
tag: 7.7.0-debian-10-r12
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
||||
Reference in New Issue
Block a user