helm
helm copied to clipboard
Helm Charts for CoreDNS
We use Renovate to update dependencies. The update PR does not contain the changelog from artifacthub, because it is not able to do this atm: https://github.com/renovatebot/renovate/issues/13385 So it would be...
#### Why is this pull request needed and what does it do? This pull request adds a value for configuring the service's `loadBalancerClass` field. This allows the chart to easily...
#### Why is this pull request needed and what does it do? This PR introduces the daemonset deployment mode, which allows coredns to be deployed on every node. With [subsequent...
Hi everyone, I was reviewing the foundation configurations of one of our production clusters, and I noticed something in the values.yaml for CoreDNS. Specifically, I saw that I had manually...
Due to a bug in Helm there's no way for us to unset limits when using CoreDNS as sub chart. https://github.com/helm/helm/issues/12637 May I suggest we do this on the current...
#### Why is this pull request needed and what does it do? Typo updates in README #### Which issues (if any) are related? N/A Checklist: * [ ] I have...
In the templates for both the deployment and deployment-autoscaler, the `customLabels` and `deployment.selector` values are re-used. This makes it difficult to use helm and configure these objects separately, as the...