|
Is it possibe to create yaml object in helm from file
2 messages
I want to iterate over the Yaml list which is defined in the file, and use it in Job. For example i have test.yaml list: - first element - second element In _helpers.tpl i can define something like {{
I want to iterate over the Yaml list which is defined in the file, and use it in Job. For example i have test.yaml list: - first element - second element In _helpers.tpl i can define something like {{
|
By
lmadan@...
·
|
|
Lua Technical Discussion
3 messages
Hi guys, I'm interested in the move to supporting Lua templates, is there a technical discussion or documentation discussing the reasoning behind Lua as a language choice? I would like to put forward
Hi guys, I'm interested in the move to supporting Lua templates, is there a technical discussion or documentation discussing the reasoning behind Lua as a language choice? I would like to put forward
|
By
Alistair Lowe
·
|
|
Helm : referencing the parent template field in sub chart.
Hi all, i have a quick question. I have the chart hierarchy -- parentChart -- template -- _helpers.tpl — charts -- charts -- chart1 -- template -- _helpers.tpl -- chart2 -- template -- _helpers.tpl Va
Hi all, i have a quick question. I have the chart hierarchy -- parentChart -- template -- _helpers.tpl — charts -- charts -- chart1 -- template -- _helpers.tpl -- chart2 -- template -- _helpers.tpl Va
|
By
lmadan@...
·
|
|
Helm
3 messages
In your example, you are passing a variable of type string ("need value") to your function "mypath". Inside your "mypath" function,. it's looking for an object with a field called Values. If you chang
In your example, you are passing a variable of type string ("need value") to your function "mypath". Inside your "mypath" function,. it's looking for an object with a field called Values. If you chang
|
By
Matt Fisher
·
|
|
Link for resolving a specified task
Hi, I'm a DevOps course student. I am now in the final project phase of the course, and I was required to deploy Prometheus operator via helm and grafana. Can you please, send me a link to a helpful g
Hi, I'm a DevOps course student. I am now in the final project phase of the course, and I was required to deploy Prometheus operator via helm and grafana. Can you please, send me a link to a helpful g
|
By
Sara Ben Shabbat
·
|
|
localizing Helm docs [feedback requested]
7 messages
The Helm website and docs are setup for localization / i18n. The flow of contributing translations is the same as contributing docs and code. This has left me wondering... should Helm use some outside
The Helm website and docs are setup for localization / i18n. The flow of contributing translations is the same as contributing docs and code. This has left me wondering... should Helm use some outside
|
By
Matt Farina
·
|
|
Feedback on Helm
4 messages
I'm in the process of modernizing our deployment to use containers and kubernetes to deploy a complex microservices application. The current deployment uses python scripts to place things where they n
I'm in the process of modernizing our deployment to use containers and kubernetes to deploy a complex microservices application. The current deployment uses python scripts to place things where they n
|
By
bloritsch@...
·
|
|
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
·
|
|
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
·
|
|
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@...
·
|
|
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@...
·
|
|
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 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
·
|
|
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
·
|
|
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
·
|
|
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@...
·
|
|
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@...
·
|
|
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
·
|
|
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
·
|
|
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
·
|