|
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
·
|
|
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@...
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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 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
·
|
|
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
·
|
|
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
·
|