|
Helm Moves to DCO
Since Helm joined the CNCF as part of Kubernetes it has used a Contributors License Agreement (CLA) to ensure contributions can be contributed. Today, Helm is making a change to a Developers Certifica
Since Helm joined the CNCF as part of Kubernetes it has used a Contributors License Agreement (CLA) to ensure contributions can be contributed. Today, Helm is making a change to a Developers Certifica
|
By
Matt Farina
·
|
|
Helm Governance Doc PR
When Helm became a part of the CNCF we had to setup a governance structure. We could no longer rely on the Kubernetes governance. To accomplish this we put into place a provisional governance and a pl
When Helm became a part of the CNCF we had to setup a governance structure. We could no longer rely on the Kubernetes governance. To accomplish this we put into place a provisional governance and a pl
|
By
Matt Farina
·
|
|
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
Matt Fisher
·
|
|
Confirming the email address
By
nizam037@...
·
|
|
Help name the new Helm distributed charts search site
8 messages
Hi everyone, You may have heard we're working towards moving github.com/helm/charts to a distributed model. This will alleviate many of the concerns about the current monolithic repo, including: Maint
Hi everyone, You may have heard we're working towards moving github.com/helm/charts to a distributed model. This will alleviate many of the concerns about the current monolithic repo, including: Maint
|
By
Scott Rigby
·
|
|
How to create a namespace if it doesn't exists from HELM templates
3 messages
Hi all, I have a `kind: Namespace` template yaml like follows, apiVersion: v1 kind: Namespace metadata: name: {{ .Values.namespace }} namespace: "" How do I make `helm install` create the above-given
Hi all, I have a `kind: Namespace` template yaml like follows, apiVersion: v1 kind: Namespace metadata: name: {{ .Values.namespace }} namespace: "" How do I make `helm install` create the above-given
|
By
Kasun Siyambalapitiya
·
|
|
Moving Helm Repositories
3 messages
As part of Helms move to the CNCF we are moving all the repositories under the helm GitHub organization. The move is being tracked via an issue on GitHub at https://github.com/helm/community/issues/28
As part of Helms move to the CNCF we are moving all the repositories under the helm GitHub organization. The move is being tracked via an issue on GitHub at https://github.com/helm/community/issues/28
|
By
Matt Farina
·
|
|
Creating a Hook that deletes a Pod
3 messages
I was wondering if there was example code that demonstrates a hook (job) that deletes a pod during pre-deletion. I've tried implementing it myself, but it seems like it never "succeeds" and results in
I was wondering if there was example code that demonstrates a hook (job) that deletes a pod during pre-deletion. I've tried implementing it myself, but it seems like it never "succeeds" and results in
|
By
wnatasha@...
·
|
|
Chart Repo Management UI (ChartMuseum UI)
I've talked with a number of people recently about a potential ChartMuseum UI. This is not to be confused with the Monocular project, which is solving the issue of chart discovery across a distributed
I've talked with a number of people recently about a potential ChartMuseum UI. This is not to be confused with the Monocular project, which is solving the issue of chart discovery across a distributed
|
By
Josh Dolitsky
·
|
|
What resources to apply templated fullname for metadata.name?
Hi, I'm building a helm chart that I would eventually like to submit to the kubeapps repository for consideration. While reviewing the Review Guidelines in kubernetes/charts there's a section about Na
Hi, I'm building a helm chart that I would eventually like to submit to the kubeapps repository for consideration. While reviewing the Review Guidelines in kubernetes/charts there's a section about Na
|
By
sean.glover@...
·
|
|
Helm Chart Kubernetes Versioning
5 messages
How do Helm charts handle differences in K8S API objects between different K8S/OpenShift versions? For example, for the apiVersion parameter, is there a way for Helm to know what version to put in dep
How do Helm charts handle differences in K8S API objects between different K8S/OpenShift versions? For example, for the apiVersion parameter, is there a way for Helm to know what version to put in dep
|
By
wnatasha@...
·
|
|
Upgrade with rolling restart
2 messages
Hi, I have a statefulset as a helm chart. When doing helm upgrade I would like to perform a rolling restart of all pods. Is this possible with just helm? Is there a better workaround than performing a
Hi, I have a statefulset as a helm chart. When doing helm upgrade I would like to perform a rolling restart of all pods. Is this possible with just helm? Is there a better workaround than performing a
|
By
Simon Fontana Oscarsson
·
|
|
Community Repo Moved
Now that Helm has moved to the CNCF we are starting to move repositories to the helm organization. The first to move is the Helm community repo which is now at github.com/helm/community It will be a l
Now that Helm has moved to the CNCF we are starting to move repositories to the helm organization. The first to move is the Helm community repo which is now at github.com/helm/community It will be a l
|
By
Matt Farina
·
|
|
How to override the default helm chart values in values.yaml using hapi?
4 messages
I use the following code (golang) to deploy helm chart into kubernetes. I removed the error handling code for simplicity. The last parameter "values" is used to override the values of some fields defi
I use the following code (golang) to deploy helm chart into kubernetes. I removed the error handling code for simplicity. The last parameter "values" is used to override the values of some fields defi
|
By
benjamin
·
|
|
Prevent an accidental helm delete
3 messages
Hi, Is there a way to prevent an accidental helm delete? Regards, Victor.
Hi, Is there a way to prevent an accidental helm delete? Regards, Victor.
|
By
victor.buciuc@...
·
|
|
Linking external files to the values.yaml
3 messages
Hi, Currently, I am working on deploying MySQL using helm package. In that scenario, I want to add some custom configuration files and initialization SQL file. According to the details which are provi
Hi, Currently, I am working on deploying MySQL using helm package. In that scenario, I want to add some custom configuration files and initialization SQL file. According to the details which are provi
|
By
kavindu175@...
·
|
|
Does helm support xpath?
Hi, Currently, I am working on creating configMaps using helm. I am facing an issue that I cannot replace a value of xml file using xpath. I have explained my task below I have a xml file called tee.x
Hi, Currently, I am working on creating configMaps using helm. I am facing an issue that I cannot replace a value of xml file using xpath. I have explained my task below I have a xml file called tee.x
|
By
kavindu175@...
·
|
|
Add initialization sql files to helm mysql externally
Hi, I want to deploy the mysql using helm which is mentions as this link. It is mentioned that if we want to add sql file as initialization configuration we want to add the whole content to values.yam
Hi, I want to deploy the mysql using helm which is mentions as this link. It is mentioned that if we want to add sql file as initialization configuration we want to add the whole content to values.yam
|
By
kavindu175@...
·
|
|
Helm and Kubernetes Application Survey 2018 Information
Now that the survey is closed we've begun to work through the information and try to share share results more widely. Here are pointers to some information as it pertains to Helm, where some of the ou
Now that the survey is closed we've begun to work through the information and try to share share results more widely. Here are pointers to some information as it pertains to Helm, where some of the ou
|
By
Matt Farina
·
|
|
installing from source problem
3 messages
Hi I need to install Tiller locally for some reasons and the only way to do it is installing from source as I understand. I followerd the steps listed in the docs here https://docs.helm.sh/using_helm/
Hi I need to install Tiller locally for some reasons and the only way to do it is installing from source as I understand. I followerd the steps listed in the docs here https://docs.helm.sh/using_helm/
|
By
Denis Chebotarev
·
|