-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Description
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
deepakbshetty and Azahorscak
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Type
Projects
Status
Needs Review (PR) or Response (Issue)