Skip to content

TLS configuration unavailable in helm chart values #1582

Open
@r0bj

Description

@r0bj

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

Metadata

Metadata

Assignees

Labels

kind/bugCategorizes issue or PR as related to a bug.triage/acceptedIndicates an issue or PR is ready to be actively worked on.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions