|
Helm Test: What kind of tests can we perform on a helm chart? 2 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
·
|
|
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
·
|
|
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'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 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
·
|
|
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
·
|
|
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
·
|
|
Small governance change
I wanted to share that we have made a small governance change to Helm. There was a section in the governance that pertained to the initial election of org maintainers. That event happened a couple yea
I wanted to share that we have made a small governance change to Helm. There was a section in the governance that pertained to the initial election of org maintainers. That event happened a couple yea
|
By Matt Farina
·
|
|
Stable and Incubator chart repo deprecation
This has been shared previously but we've come to realize that not everyone has noticed. On November 13th of this year the stable and incubator chart repos will be marked obsolete and will be going aw
This has been shared previously but we've come to realize that not everyone has noticed. On November 13th of this year the stable and incubator chart repos will be marked obsolete and will be going aw
|
By Matt Farina
·
|
|
Helm Hub move to Artifact Hub
The Helm Hub has made it far easier to find charts that are distributed around the Internet. General purpose search engines don't make it easy and the Helm Hub, being Kubernetes and charts specific, p
The Helm Hub has made it far easier to find charts that are distributed around the Internet. General purpose search engines don't make it easy and the Helm Hub, being Kubernetes and charts specific, p
|
By Matt Farina
·
|
|
Feedback on proposal
Hi, I am writing to formalize a proposal to extend Helm 3 in a backward compatible manner to allow passing derived values to subcharts without exposing them in `values.yaml`. I wrote this an issue on
Hi, I am writing to formalize a proposal to extend Helm 3 in a backward compatible manner to allow passing derived values to subcharts without exposing them in `values.yaml`. I wrote this an issue on
|
By jorgecarleitao@...
·
|
|
stepping down 2 messages
Hey Helmettes, It's been a pleasure being a core maintainer on the Helm project since it's initial release Helm Classic (v1) in 2015 and probably the coolest experience of my career. I am officially s
Hey Helmettes, It's been a pleasure being a core maintainer on the Helm project since it's initial release Helm Classic (v1) in 2015 and probably the coolest experience of my career. I am officially s
|
By minooral@...
·
|
|
How can we achieve automatic rollback in case of "helm upgrade" failures? 2 messages
Hi, Does anyone have ideas about supporting automatic rollback in terms of failures? Over slack, people recommend different sets of tools. What is the recommended approach or best feasible approach to
Hi, Does anyone have ideas about supporting automatic rollback in terms of failures? Over slack, people recommend different sets of tools. What is the recommended approach or best feasible approach to
|
By @Tejaswini_Vadlamudi
·
|
|
What is the proper way to rollback using helm, Is it using "helm rollback" or "helm upgrade olderversion"? 2 messages
Hi, I was looking at downgrading software on failure. I wonder if I need to run upgrade an older version or use the "helm rollback" command. Well, I don't have enough arguments about why I need to use
Hi, I was looking at downgrading software on failure. I wonder if I need to run upgrade an older version or use the "helm rollback" command. Well, I don't have enough arguments about why I need to use
|
By @Tejaswini_Vadlamudi
·
|
|
Helm for Microservices Deployments 5 messages
As I dive deeper into the world of Kubernetes so that I understand what I need my charts to do, and how I intend to design the templates for my environment, I am curious how Helm ties things together.
As I dive deeper into the world of Kubernetes so that I understand what I need my charts to do, and how I intend to design the templates for my environment, I am curious how Helm ties things together.
|
By Loritsch, Berin
·
|
|
Announcing ChartCenter, the free central repository for Helm charts 2 messages
Helm charts make your Kubernetes deployments as easy as possible and today I’m happy to announce: ChartCenter, the free central repository for Helm charts. chartcenter.io is an immutable, safe, and fr
Helm charts make your Kubernetes deployments as easy as possible and today I’m happy to announce: ChartCenter, the free central repository for Helm charts. chartcenter.io is an immutable, safe, and fr
|
By Rimas
·
|
|
Helm using the same template for python and java springboot
Hi, I would like to know can we use the same helm chart template for python and java sprinboot applications. I have my git repository name(sample) is common for these both the codes. But it uses diffe
Hi, I would like to know can we use the same helm chart template for python and java sprinboot applications. I have my git repository name(sample) is common for these both the codes. But it uses diffe
|
By kumaryoa@...
·
|
|
Share common configmap / data 2 messages
I'm newbie to helm and trying to understand and develop helm charts for my organization, so pardon my knowledge on the subject.This is my idea of sharing a common library configmap to access across mu
I'm newbie to helm and trying to understand and develop helm charts for my organization, so pardon my knowledge on the subject.This is my idea of sharing a common library configmap to access across mu
|
By frnd4u.ashok@...
·
|
|
local filesystem chart dependencies 2 messages
Hi, I've got two charts on my filesystem - which are not uploaded yet to any repo. They are both located in the same directory. [zaphod@oc3027208274 helm]$ ls game-tracker teamdb-ui Snippet from Chart
Hi, I've got two charts on my filesystem - which are not uploaded yet to any repo. They are both located in the same directory. [zaphod@oc3027208274 helm]$ ls game-tracker teamdb-ui Snippet from Chart
|
By Just Marvin
·
|
|
Helm versioning and CI/CD 7 messages
I'm in the process of writing up my recommendations for how to integrate Helm into our build and deployment infrastructure. I have a few questions that I need to understand better. The most important
I'm in the process of writing up my recommendations for how to integrate Helm into our build and deployment infrastructure. I have a few questions that I need to understand better. The most important
|
By Loritsch, Berin
·
|