Incorrect publicBaseUrl reference from https://github.com/bitnami/charts/pull/28543 #31131
Labels
kibana
solved
tech-issues
The user has a technical issue about an application
triage
Triage is needed
Name and Version
bitnami/kibana 11.4.0
What architecture are you using?
amd64
What steps will reproduce the bug?
#28543 has been implemented with an incorrect reference to the
basePath
parameter is now required to be appended exactly after thepublicBasePath
parameterbut the automatic placement template in
templates/configmap.yaml
it is referenced incorrectly as belowDetails
When a custom configuration is used for kibana to be served behind ingress ( ingress-nginx in our case ), the newer version of kibana expects that the
basePath
should be automatically appended after the.Values.ingress.hostname
or the value of.Values.configuration.server.publicBaseUrl
which if NOT Set, will be set to only the.Values.ingress.hostname
, resulting in error of botherbasePath
andpublicBaseUrl
are incorrectIdeally it should
Are you using any custom parameters or values?
#28543
What is the expected behavior?
#28543
What do you see instead?
#28543
Additional information
#28543
The text was updated successfully, but these errors were encountered: