mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/kibana] Updated the auth URL for Elasticsearch (#9428)
* Updated the URL to a newer one Signed-off-by: alukic <alukic@vmware.com> * Removed a new line Signed-off-by: alukic <alukic@vmware.com> * Bumped chart version Signed-off-by: alukic <alukic@vmware.com>
This commit is contained in:
@@ -25,4 +25,4 @@ name: kibana
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-kibana
|
||||
- https://www.elastic.co/products/kibana
|
||||
version: 9.3.8
|
||||
version: 9.3.9
|
||||
|
||||
@@ -42,7 +42,7 @@ Replacing "YOUR_ES_HOST" and "YOUR_ES_PORT" placeholders by the proper values of
|
||||
{{- if or .Values.ingress.enabled (contains "NodePort" .Values.service.type) (contains "LoadBalancer" .Values.service.type) }}
|
||||
|
||||
WARNING: Kibana is externally accessible from the cluster but the dashboard does not contain authentication mechanisms. Make sure you follow the authentication guidelines in your Elastic stack.
|
||||
+info https://www.elastic.co/guide/en/elastic-stack-overview/current/setting-up-authentication.html
|
||||
+info https://www.elastic.co/guide/en/elasticsearch/reference/current/setting-up-authentication.html
|
||||
{{- end }}
|
||||
|
||||
{{- if .Values.metrics.enabled }}
|
||||
|
||||
Reference in New Issue
Block a user