Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/kibana] template server.publicBaseUrl in all variants #30807

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jplitza
Copy link
Contributor

@jplitza jplitza commented Dec 5, 2024

Description of the change

Previously, if .Values.extraConfiguration."server.publicBaseUrl" was specified (with a dot in the key), that key was inserted into the configmap twice, causing Kibana to error out.

Furthermore, since the introduction of the fallback to the ingress hostname, this setting couldn't be templated anymore (which was possible before).

This commit allows the templating as well as specifying it with the dot notation.

Benefits

Upgrades from old chart versions that specified the dotted extraConfiguration won't break the deployment.

Also, templating the publicBaseUrl is possible again.

Possible drawbacks

None.

Applicable issues

  • fixes #

Additional information

Checklist

  • Chart version bumped in Chart.yaml according to semver. This is not necessary when the changes only affect README.md files.
  • Variables are documented in the values.yaml and added to the README.md using readme-generator-for-helm
  • Title of the pull request follows this pattern [bitnami/<name_of_the_chart>] Descriptive title
  • All commits signed off and in agreement of Developer Certificate of Origin (DCO)

Previously, if .Values.extraConfiguration."server.publicBaseUrl" was
specified (with a dot in the key), that key was inserted into the
configmap twice, causing Kibana to error out.

Furthermore, since the introduction of the fallback to the ingress
hostname, this setting couldn't be templated anymore (which was possible
before).

This commit allows the templating as well as specifying it with the dot
notation.

Signed-off-by: Jan-Philipp Litza <[email protected]>
@github-actions github-actions bot added kibana triage Triage is needed labels Dec 5, 2024
@github-actions github-actions bot requested a review from carrodher December 5, 2024 17:00
Signed-off-by: Bitnami Containers <[email protected]>
@carrodher carrodher added verify Execute verification workflow for these changes in-progress labels Dec 6, 2024
@github-actions github-actions bot removed the triage Triage is needed label Dec 6, 2024
@github-actions github-actions bot removed the request for review from carrodher December 6, 2024 08:30
@github-actions github-actions bot requested a review from gongomgra December 6, 2024 08:30
Signed-off-by: Bitnami Containers <[email protected]>
Copy link

This Pull Request has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thank you for your contribution.

@github-actions github-actions bot added the stale 15 days without activity label Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in-progress kibana stale 15 days without activity verify Execute verification workflow for these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants