|
FYI, Helm Hub to Artifact Hub
The Helm project has decided to deprecate the Helm Hub and redirect people to the Artifact Hub. We have been tracking this work for some time. We are now at the point where the redirect will go into p
The Helm project has decided to deprecate the Helm Hub and redirect people to the Artifact Hub. We have been tracking this work for some time. We are now at the point where the redirect will go into p
|
By
Matt Farina
·
|
|
Why do we need Helm Tests? What does they solve?
6 messages
Hi, I want to understand why we need helm tests? I have my CI automation which deploys all of my charts and checks if the feature is working or not. I don't understand why I need "helm tests" in the h
Hi, I want to understand why we need helm tests? I have my CI automation which deploys all of my charts and checks if the feature is working or not. I don't understand why I need "helm tests" in the h
|
By
@Tejaswini_Vadlamudi
·
|
|
Helm Hub Migrated To Artifact Hub
The Helm Hub has now migrated to the Artifact Hub. Details are available in the blog announcement at https://helm.sh/blog/helm-hub-moving-to-artifact-hub/ If there are any questions or comments there
The Helm Hub has now migrated to the Artifact Hub. Details are available in the blog announcement at https://helm.sh/blog/helm-hub-moving-to-artifact-hub/ If there are any questions or comments there
|
By
Matt Farina
·
|
|
Helm's 5th Birthday
Today, Oct 19th, is Helm's 5th birthday. Along with that we have an announcement about GitHub and the stable/incubator charts... https://helm.sh/blog/helm-turns-five/
Today, Oct 19th, is Helm's 5th birthday. Along with that we have an announcement about GitHub and the stable/incubator charts... https://helm.sh/blog/helm-turns-five/
|
By
Matt Farina
·
|
|
Helm Feature Proposal: Fail-Faster Testing
Good morning/afternoon/evening (delete as applicable) I've been directed to this mailing list by Martin Hickey and Matt Fisher due to a proposal I have briefly mentioned at https://github.com/helm/hel
Good morning/afternoon/evening (delete as applicable) I've been directed to this mailing list by Martin Hickey and Matt Fisher due to a proposal I have briefly mentioned at https://github.com/helm/hel
|
By
黃健毅
·
|
|
Helm v3.4, Helm v2.17, and Stable/Incubator Updates
Helm v3.4.0 and v2.17.0 were both released. Along with that the details on the new location for the stable and incubator chart repositories are available. Details are in the blog post at https://helm.
Helm v3.4.0 and v2.17.0 were both released. Along with that the details on the new location for the stable and incubator chart repositories are available. Details are in the blog post at https://helm.
|
By
Matt Farina
·
|
|
Proposed dates for 3.6 release
2 messages
Hi, helm 3.5 will be released next week Wednesday, January 13th as previously announced. At the same time we should announce when the 3.6 release is planned. On the dev call today it was suggested: 3.
Hi, helm 3.5 will be released next week Wednesday, January 13th as previously announced. At the same time we should announce when the 3.6 release is planned. On the dev call today it was suggested: 3.
|
By
Marc Khouzam
·
|
|
Is there any way to enforce constraints
5 messages
Example: I am creating a chart for a single page app server. In it I want the ability to add a reference to the TLS secret. The TLS secret would be provided by the person using the chart. In my chart
Example: I am creating a chart for a single page app server. In it I want the ability to add a reference to the TLS secret. The TLS secret would be provided by the person using the chart. In my chart
|
By
Loritsch, Berin
·
|
|
[EXTERNAL] Re: [cncf-helm] Is there any way to enforce constraints
3 messages
The preferred method is requiring the user to set a value that points to an existing secret. If the user points to the wrong thing, then Helm should fail to deploy that release. We advise people not t
The preferred method is requiring the user to set a value that points to an existing secret. If the user points to the wrong thing, then Helm should fail to deploy that release. We advise people not t
|
By
Matt Butcher
·
|
|
Why are dependencies embedded rather than resolved?
You'll have to forgive my ignorance on this one, but there is nothing I can see that explains this design decision--and it really makes creating multi-service deployments harder than it should be. In
You'll have to forgive my ignorance on this one, but there is nothing I can see that explains this design decision--and it really makes creating multi-service deployments harder than it should be. In
|
By
Loritsch, Berin
·
|
|
Deprecation Notice for ChartCenter.io
JFrog https://Chartcenter.io services will be deprecated soon. Please read more about it at https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
JFrog https://Chartcenter.io services will be deprecated soon. Please read more about it at https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
|
By
Rimas
·
|
|
Pre-proposal idea: introduce a new flag for helm uninstall "--fail-on-error" and a new release status "failed-uninstall"
3 messages
Hi all, Following the HIP guide. I am looking for feedback regarding my idea below: The current Helm uninstall implementation is marking release record as uninstalled even if Helm detected errors duri
Hi all, Following the HIP guide. I am looking for feedback regarding my idea below: The current Helm uninstall implementation is marking release record as uninstalled even if Helm detected errors duri
|
By
mikeshngdev@...
·
|
|
Helm Test: What kind of tests can we perform on a helm chart?
3 messages
Hi, I was looking for the list of tests that can be executed or recommended to execute on a helm chart. Does anyone have a good handy list that can be seen as a good starting point? One observation, m
Hi, I was looking for the list of tests that can be executed or recommended to execute on a helm chart. Does anyone have a good handy list that can be seen as a good starting point? One observation, m
|
By
@Tejaswini_Vadlamudi
·
|
|
Proposal: NOTES.txt rendering are the end of the install lifecycle
Hi, Following the HIP process, I'd like to know whether the use-case below already received some thoughts, and whether there are some suggestions on best user experience to support this use-case. I ha
Hi, Following the HIP process, I'd like to know whether the use-case below already received some thoughts, and whether there are some suggestions on best user experience to support this use-case. I ha
|
By
Guillaume Berche
·
|
|
[HIP] helm lock
5 messages
I would like to propose a process to "lock" a helm release to a specific version so it is safe from `helm upgrade` and other situations that may cause unintended breaking changes. There are a variety
I would like to propose a process to "lock" a helm release to a specific version so it is safe from `helm upgrade` and other situations that may cause unintended breaking changes. There are a variety
|
By
Justin Garrison
·
|
|
How are people estimating efforts for developing and maintaining Helm chart based product releases?
3 messages
This is a somewhat open ended question but I am looking for some real world, practical knowledge/experience about effort estimation for developing and maintaining Helm chart based products. Helm3 is s
This is a somewhat open ended question but I am looking for some real world, practical knowledge/experience about effort estimation for developing and maintaining Helm chart based products. Helm3 is s
|
By
Sandip Chitale
·
|
|
jsonnet/tanka helm templating
2 messages
Hey! I want to make a feature HIP to add jsonnet templating to helm. Specifically, I want helm to have tanka-like functionality with plugged kubernetes libs. Motivation: 1. go templates have lots of w
Hey! I want to make a feature HIP to add jsonnet templating to helm. Specifically, I want helm to have tanka-like functionality with plugged kubernetes libs. Motivation: 1. go templates have lots of w
|
By
Andrey Tuzhilin
·
|
|
[HIP] Dynamic Chart Dependency Overrides
Hello everyone, Based on discussion in an issue I have decided to write up a HIP for allowing dependency overrides during helm install/update operations. Details can be seen in the merge request linke
Hello everyone, Based on discussion in an issue I have decided to write up a HIP for allowing dependency overrides during helm install/update operations. Details can be seen in the merge request linke
|
By
David Mládek
·
|
|
Stepping down as an Org Maintainer
2 messages
Team, I've been apart from the day to day of Helm, Charts and the rest of the ecosystem for a while now due to many factors but overwhelmingly because of the birth of my wonderful two boys over the la
Team, I've been apart from the day to day of Helm, Charts and the rest of the ecosystem for a while now due to many factors but overwhelmingly because of the birth of my wonderful two boys over the la
|
By
Vic Iglesias
·
|
|
Org Maintainer Nomination: Martin Hickey
13 messages
I would like to nominate Martin Hickey as a Helm org maintainer, as described in the Helm Org Governance document: https://github.com/helm/community/blob/main/governance/governance.md Martin is a long
I would like to nominate Martin Hickey as a Helm org maintainer, as described in the Helm Org Governance document: https://github.com/helm/community/blob/main/governance/governance.md Martin is a long
|
By
Matt Butcher
·
|