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

TLS configuration unavailable in helm chart values #1582

Open
r0bj opened this issue Oct 25, 2024 · 2 comments
Open

TLS configuration unavailable in helm chart values #1582

r0bj opened this issue Oct 25, 2024 · 2 comments
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@r0bj
Copy link

r0bj commented Oct 25, 2024

What happened:
According to the changelog, custom TLS configuration was added in Helm chart version 3.8.3. I can see the TLS configuration in the values.yaml file on the master branch here. However, it’s unavailable in the latest Helm chart I downloaded, which is version 3.12.2:

$ helm repo add metrics-server https://kubernetes-sigs.github.io/metrics-server/
$ helm repo update
$ helm show values metrics-server/metrics-server --version 3.12.2 | grep -i 'tls:'
<empty>

What you expected to happen:
The custom TLS configuration should be available in the latest Helm chart. As far as I know, it should have been available since version 3.8.3.

/kind bug

@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Oct 25, 2024
@richabanker
Copy link

/triage accepted
/assign @stevehipwell

@k8s-ci-robot k8s-ci-robot added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Oct 31, 2024
@stevehipwell
Copy link
Contributor

@r0bj the Helm chart is released from the release branches. If you look at the CHANGELOG on master you'll see the TLS config is unreleased.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

4 participants