|
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
·
|
|
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@...
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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@...
·
|
|
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
·
|
|
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@...
·
|
|
Helm unit tests
3 messages
Hi, Are there any good options for writing unit tests for Helm charts? My use case is that I want to test that, when setting a parameter, the correct changes are applied to the chart. I've looked a bi
Hi, Are there any good options for writing unit tests for Helm charts? My use case is that I want to test that, when setting a parameter, the correct changes are applied to the chart. I've looked a bi
|
By
Simon Fontana Oscarsson
·
|
|
Helm v3.1.0
2 messages
Helm v3.1.0 has not been released. You can read about it at https://github.com/helm/helm/releases/tag/v3.1.0 There was about 3 months between the release of 3.0.0 and 3.1.0. The release of 3.0.0 was a
Helm v3.1.0 has not been released. You can read about it at https://github.com/helm/helm/releases/tag/v3.1.0 There was about 3 months between the release of 3.0.0 and 3.1.0. The release of 3.0.0 was a
|
By
Matt Farina
·
|
|
Urgent: Helm CNCF webinar
2 messages
Hi all: Reaching out re: help for a CNCF webinar on Feb. 25th (date and time is final). There is flexibility WRT content. Will include the Helm report (see below) but will be great to have something m
Hi all: Reaching out re: help for a CNCF webinar on Feb. 25th (date and time is final). There is flexibility WRT content. Will include the Helm report (see below) but will be great to have something m
|
By
Raghavan "Rags" N. Srinivas
·
|
|
Helm 3 impersonation
2 messages
Does helm 3 supports impersonation similar to ‘as’ in kubectl?
Does helm 3 supports impersonation similar to ‘as’ in kubectl?
|
By
Ashik Mohammed
·
|
|
Helm 3 "state"? Is there such a thing
5 messages
Hi, I'm sorry if the question comes across as too lame. Now that Helm 3 is client-only, I understand that it stores "state" information along with the client in the directories determined by the envir
Hi, I'm sorry if the question comes across as too lame. Now that Helm 3 is client-only, I understand that it stores "state" information along with the client in the directories determined by the envir
|
By
Abhirama
·
|
|
Ordering of Helm subcharts
3 messages
According to the documentation here it is possible to declare dependencies in Heln charts using the charts subdirectory. However, the order in which the K8s resources will be deployed depends on the i
According to the documentation here it is possible to declare dependencies in Heln charts using the charts subdirectory. However, the order in which the K8s resources will be deployed depends on the i
|
By
Bernd Adamowicz
·
|
|
Dynamic Helm chart Creation
Hello All, I want to use templates in overall umbrella chart and include/build only required helm chart. Which means the Final umbrella chart(main values.yaml) should only contain information about de
Hello All, I want to use templates in overall umbrella chart and include/build only required helm chart. Which means the Final umbrella chart(main values.yaml) should only contain information about de
|
By
smart.imran003@...
·
|
|
Helm Charts Hosts on OCI Registry
2 messages
https://github.com/hangyan/chart-registry. Hello everyone, i have create a new project to explore the idea that use OCI registry as chart repo. Welcome to check it out
https://github.com/hangyan/chart-registry. Hello everyone, i have create a new project to explore the idea that use OCI registry as chart repo. Welcome to check it out
|
By
Hang Yan
·
|
|
Need help to my query
Hi Team, We are using helm in our kubernetes, below are the 2 commands we have created, could you please let me know the difference between those 2 commands. subprocess.check_output(["helm", "list", "
Hi Team, We are using helm in our kubernetes, below are the 2 commands we have created, could you please let me know the difference between those 2 commands. subprocess.check_output(["helm", "list", "
|
By
Somavarapu, Bharathkumar
·
|
|
Helm change the storageclass inside the container under Java Opts to change it to EFS
How do I change the container config in the stateful file to change the storage class?
How do I change the container config in the stateful file to change the storage class?
|
By
kousik.d@...
·
|
|
Helm chart versioning Umbrella chart - CI/CD
3 messages
Hello, Versioning chart was always a challenge specially on CI/CD pipeline. I have a CI pipeline that contains a child chart directory that will be pushed to a repository with the same version as dock
Hello, Versioning chart was always a challenge specially on CI/CD pipeline. I have a CI pipeline that contains a child chart directory that will be pushed to a repository with the same version as dock
|
By
zouhair hamza
·
|
|
Helm 3.0.0 has been Released!
Helm 3.0.0 has been released! Congratulations to everyone and a big thank you to everyone who helped contribute to the release. https://helm.sh/blog/helm-3-released/ Matthew Fisher Caffeinated Softwar
Helm 3.0.0 has been released! Congratulations to everyone and a big thank you to everyone who helped contribute to the release. https://helm.sh/blog/helm-3-released/ Matthew Fisher Caffeinated Softwar
|
By
Matt Fisher
·
|