-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Bump KSM chart version to use rbac.authorization.k8s.io/v1 #194
Conversation
I've exactly the same PR locally :D. I think your |
Indeed, my |
yes because the hash is not generated the same way. helm2 and 3 can understand hash generated by helm2. previous issue: #56 |
374bd83
to
21c19b3
Compare
.github/workflows/ci.yaml
Outdated
@@ -68,6 +68,8 @@ jobs: | |||
run: helm repo add stable https://charts.helm.sh/stable && helm repo update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think stable can be removed, was only used for KSM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also you need to update .github/ct.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed!
21c19b3
to
1b21332
Compare
1b21332
to
4638074
Compare
After the change of the KSM repo, that came with this PR, we can't pull images on AKS in Azure China:
Can we overwrite the repo for KSM in the values.yaml somehow? |
Yes, you can specify a repository and tags for Kube State Metrics through: In this chart
|
Ah right. That helped. Many thanks. |
What this PR does / why we need it:
Bump the version of the KSM chart.
Which issue this PR fixes
When we install the datadog chart, Helm produces the following warnings:
These errors are coming from the
kube-state-metrics
chart.Whereas the
datadog
chart is able to automatically choose the right version of the RBAC API to use, the KSM chart switched fromv1beta1
tov1
at this commit.Special notes for your reviewer:
Whereas there is a mechanism to include or not a dependency based on a
.Value.…
value, I couldn’t find a way to include a dependency based on a.Capabilities.…
object.Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
.github/helm-docs.sh
)CHANGELOG.md
has beed updatedREADME.md