Skip to content

Commit

Permalink
[bitnami/kibana] Update configmap definition
Browse files Browse the repository at this point in the history
Signed-off-by: Gonzalo Gomez Gracia <[email protected]>
  • Loading branch information
gongomgra committed Mar 3, 2025
1 parent af34835 commit 1c8cc66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bitnami/kibana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ maintainers:
name: kibana
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/kibana
version: 11.5.0
version: 11.5.1
4 changes: 2 additions & 2 deletions bitnami/kibana/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ data:
{{- else }}
{{- if .Values.ingress.enabled }}
{{- $protocol := ternary "https" "http" (or .Values.ingress.tls .Values.ingress.extraTls) -}}
{{- $hostname := required "Ingress hostname must be specified" .Values.ingress.hostname -}}
server.publicBaseUrl: {{ printf "%s://%s" $protocol ( include "common.tplvalues.render" ( dict "value" $hostname ) "context" $ ) }}
{{- $hostname := required "Ingress hostname must be specified" .Values.ingress.hostname }}
server.publicBaseUrl: {{ printf "%s://%s" $protocol $hostname }}
{{- end }}
{{- end }}
server.rewriteBasePath: {{ .Values.configuration.server.rewriteBasePath }}
Expand Down

0 comments on commit 1c8cc66

Please sign in to comment.