|
Input requested: Helm v3 survey
This looks great! Would it be useful to add an extra section under the "how many users are in your organization" question, asking: Under your current job role, approximately how many users are using t
This looks great! Would it be useful to add an extra section under the "how many users are in your organization" question, asking: Under your current job role, approximately how many users are using t
|
By
...
· #23
·
|
|
installing from source problem
It just takes a long time to fetch k8s.io/kubernetes from source. Depending on internet speeds it’s taken me upwards of a half hour to fetch k8s.io/kubernetes. How long were you waiting for? Matt From
It just takes a long time to fetch k8s.io/kubernetes from source. Depending on internet speeds it’s taken me upwards of a half hour to fetch k8s.io/kubernetes. How long were you waiting for? Matt From
|
By
...
· #31
·
|
|
Linking external files to the values.yaml
Hey Kavindu, Up until very recently there was no way to reference files external to the helm chart asides from using invocations like `--set foo=$(cat myfile)`. However, there is a PR out there to mak
Hey Kavindu, Up until very recently there was no way to reference files external to the helm chart asides from using invocations like `--set foo=$(cat myfile)`. However, there is a PR out there to mak
|
By
...
· #36
·
|
|
Prevent an accidental helm delete
Hey Victor, I'm not aware of a way to do this right now, but a --prompt option flag has been suggested previously (though for helm install). We'd be more than happy to see a PR to add that flag! We'd
Hey Victor, I'm not aware of a way to do this right now, but a --prompt option flag has been suggested previously (though for helm install). We'd be more than happy to see a PR to add that flag! We'd
|
By
...
· #39
·
|
|
How to override the default helm chart values in values.yaml using hapi?
If you want to override values, you'll want to add your values as a ValueOverride option to InstallRelease. An example can be found within Draft: https://github.com/Azure/draft/blob/9e1f18aa6d9bd382bf
If you want to override values, you'll want to add your values as a ValueOverride option to InstallRelease. An example can be found within Draft: https://github.com/Azure/draft/blob/9e1f18aa6d9bd382bf
|
By
...
· #42
·
|
|
How to create a namespace if it doesn't exists from HELM templates
Responded in https://github.com/helm/helm/issues/4456
Responded in https://github.com/helm/helm/issues/4456
|
By
...
· #69
·
|
|
Helm v2.10.0 has been released!
Hey Helmettes! Helm v2.10.0 has been released! The release notes for the release can be found here: https://github.com/helm/helm/releases/tag/v2.10.0 The core maintainers personally want to take a mom
Hey Helmettes! Helm v2.10.0 has been released! The release notes for the release can be found here: https://github.com/helm/helm/releases/tag/v2.10.0 The core maintainers personally want to take a mom
|
By
...
· #73
·
|
|
Helm Org Nomination: Matt Fisher (bacongobbler)
I accept this nomination. Thanks Matt! Matthew Fisher, Caffeinated Software Engineer Microsoft Azure Platform Nanoose Bay, BC Canada Email: matt.fisher@... Phone: 1(250)937-1478
I accept this nomination. Thanks Matt! Matthew Fisher, Caffeinated Software Engineer Microsoft Azure Platform Nanoose Bay, BC Canada Email: matt.fisher@... Phone: 1(250)937-1478
|
By
...
· #103
·
|
|
Helm v2.11.0 has been released!
Hey Helmettes, Helm v2.11.0 - Pumpkin Spice Latte Edition - has been released! Please see the release notes for more information: https://github.com/helm/helm/releases/tag/v2.11.0 helm/helm The Kubern
Hey Helmettes, Helm v2.11.0 - Pumpkin Spice Latte Edition - has been released! Please see the release notes for more information: https://github.com/helm/helm/releases/tag/v2.11.0 helm/helm The Kubern
|
By
...
· #128
·
|
|
How to upgrade a chart if release name is defied as `${chart_name}-${chart_version}`
If I’m reading that section of the documentation correctly, that’s only concerning the output of `helm package`, not the name of the objects as part of that chart which is installed by Helm. In other
If I’m reading that section of the documentation correctly, that’s only concerning the output of `helm package`, not the name of the objects as part of that chart which is installed by Helm. In other
|
By
...
· #144
·
|
|
Is it ok to use "helm" in name of open-sourced Maven plugin
I am not a lawyer but there are multiple Helm-related projects, all prefixed with the name “helm-“, so I don’t see a problem with that. AFAIK naming infringement problems only arise when there are pro
I am not a lawyer but there are multiple Helm-related projects, all prefixed with the name “helm-“, so I don’t see a problem with that. AFAIK naming infringement problems only arise when there are pro
|
By
...
· #147
·
|
|
Helm on Maven Central
Hey Paul, there are no plans for making the Helm command-line binaries available on Maven Central, though I’m a little concerned about publishing helm binaries on Maven Central that are not published
Hey Paul, there are no plans for making the Helm command-line binaries available on Maven Central, though I’m a little concerned about publishing helm binaries on Maven Central that are not published
|
By
...
· #159
·
|
|
Helm Question: Provide Helm Install flags using client.go
Ante, This has been common feedback from other Helm users as well. Currently those flags and functions are intentionally hidden away in the `cmd` package, which is an internal package and cannot be im
Ante, This has been common feedback from other Helm users as well. Currently those flags and functions are intentionally hidden away in the `cmd` package, which is an internal package and cannot be im
|
By
...
· #174
·
|
|
Go get k8s.io/helm/pkg/helm meet ERROR "github.com/Sirupsen/logrus@...: parsing go.mod: unexpected module path "github.com/sirupsen/logrus""
As far as we know, dep has a *lot* of issues when it comes to dependency resolution. Helm 2 uses glide, but Helm 3 uses dep. Both are being planned for deprecation (with the former being officially de
As far as we know, dep has a *lot* of issues when it comes to dependency resolution. Helm 2 uses glide, but Helm 3 uses dep. Both are being planned for deprecation (with the former being officially de
|
By
...
· #176
·
|
|
Go get k8s.io/helm/pkg/helm meet ERROR "github.com/Sirupsen/logrus@...: parsing go.mod: unexpected module path "github.com/sirupsen/logrus""
Sorry, first sentence meant to say `go mod` not dep. From: Matthew Fisher <Matt.Fisher@...> Date: Tuesday, April 16, 2019 at 7:57 AM To: "soolaugust@..." <soolaugust@...>, "cncf-
Sorry, first sentence meant to say `go mod` not dep. From: Matthew Fisher <Matt.Fisher@...> Date: Tuesday, April 16, 2019 at 7:57 AM To: "soolaugust@..." <soolaugust@...>, "cncf-
|
By
...
· #177
·
|
|
Centralized Tiller deployments
This was originally the design goal of rudders and the rudder-federation project. The last activity that initiative had seen was over 2 years ago, and the core maintainer who was developing that proje
This was originally the design goal of rudders and the rudder-federation project. The last activity that initiative had seen was over 2 years ago, and the core maintainer who was developing that proje
|
By
...
· #180
·
|
|
Helm 3.0.0-alpha.1 and 2.14.0 have been released!
Hey everyone! Helm 3.0.0-alpha.1 has been released. You can read all about what's changed by reading the release notes here. This is only the first alpha release, and we'll still continue to add more
Hey everyone! Helm 3.0.0-alpha.1 has been released. You can read all about what's changed by reading the release notes here. This is only the first alpha release, and we'll still continue to add more
|
By
...
· #181
·
|
|
CFP deadline for Helm Summit is today!
Today is the last day to submit your CFPs for Helm Summit! Helm Summit will be in Amsterdam on September 11-12, 2019. If you need help with your idea, I'm always happy to provide a helping hand! Feel
Today is the last day to submit your CFPs for Helm Summit! Helm Summit will be in Amsterdam on September 11-12, 2019. If you need help with your idea, I'm always happy to provide a helping hand! Feel
|
By
...
· #182
·
|
|
PSA: Helm v3 and the Stable repository
That would be a great approach! It wouldn't be too difficult for monocular to handle those requests and redirect them accordingly to the right .tgz. It would probably need to support https://helm.sh/p
That would be a great approach! It wouldn't be too difficult for monocular to handle those requests and redirect them accordingly to the right .tgz. It would probably need to support https://helm.sh/p
|
By
...
· #202
·
|
|
How to handle experiment of Helm charts in OCI repos when 3.0.0 comes out
There are a few common practices for marking features as experimental: Setting a field in a config file, e.g. `experimental: true` that enables all features A feature gates model that enables a subset
There are a few common practices for marking features as experimental: Setting a field in a config file, e.g. `experimental: true` that enables all features A feature gates model that enables a subset
|
By
...
· #212
·
|