community
community copied to clipboard
Helm community content
I went to https://slack.kubernetes.io/ to get an invite link to the k8s slack channel. I received the invite via email, but when I try to join I get a 500...
Reference implementation: https://github.com/helm/helm/pull/10867
Helm release data encoded into the release field in a Kubernetes Secret can cause the Secret as a whole to exceed 1 MiB (as defined by MaxSecretSize in kubernetes/pkg/apis/core/types.go). When...
This adds a HIP for the adding a release tag to `helm install` and `helm upgrade`. It also shows the release tag information in `helm history`
> Composing Helm charts using dependencies is currently limited because it is not possible to create a chart with a defined set of values and distribute them to subcharts. This...
This adds a HIP for the support of aliases for OCI registries.
Signed-off-by: Luke Reed Opening this HIP after conversation with @mattfarina in this PR comment section: https://github.com/helm/helm/pull/10369 This would help solve this longstanding issue: https://github.com/helm/helm/issues/4256
This HIP will cover the option to customize the install order of custom resources. https://github.com/helm/helm/pull/9534