|
Where to see previous discussions for this mailing list
Should be available at https://lists.cncf.io/g/cncf-helm/topics. Are you able to see that list? Matt
Should be available at https://lists.cncf.io/g/cncf-helm/topics. Are you able to see that list? Matt
|
By
...
· #392
·
|
|
jsonnet/tanka helm templating
Re-sending as a reply-all. Hi Andrey, Have you read through the threads on github? This particular discussion topic has been discussed at length.... Probably once every few months I'd say at least. I'
Re-sending as a reply-all. Hi Andrey, Have you read through the threads on github? This particular discussion topic has been discussed at length.... Probably once every few months I'd say at least. I'
|
By
...
· #374
·
|
|
[HIP] helm lock
> I wasn't aware you could do that. Is it common practice for someone to replace a chart for an in place deployment? A common use case is to migrate from a public chart repository (like one published
> I wasn't aware you could do that. Is it common practice for someone to replace a chart for an in place deployment? A common use case is to migrate from a public chart repository (like one published
|
By
...
· #368
·
|
|
[HIP] helm lock
Hey Justin! I like this idea. We've had similar proposals presented for resource update locks like https://github.com/helm/helm/pull/5290, though there were several design flaws preventing that from w
Hey Justin! I like this idea. We've had similar proposals presented for resource update locks like https://github.com/helm/helm/pull/5290, though there were several design flaws preventing that from w
|
By
...
· #366
·
|
|
[EXTERNAL] Re: [cncf-helm] Is there any way to enforce constraints
So if I’m understanding correctly, you’re looking to validate that a particular resource provided by the user follows a certain schema. Kubernetes resources define a schema (also known as a GroupVersi
So if I’m understanding correctly, you’re looking to validate that a particular resource provided by the user follows a certain schema. Kubernetes resources define a schema (also known as a GroupVersi
|
By
...
· #358
·
|
|
How can we achieve automatic rollback in case of "helm upgrade" failures?
Not sure where you got the information that the atomic flag doesn’t exist in Helm 3. I just checked, and it’s been there since Helm 3.0.0, and it’s present in HEAD. https://github.com/helm/helm/blob/v
Not sure where you got the information that the atomic flag doesn’t exist in Helm 3. I just checked, and it’s been there since Helm 3.0.0, and it’s present in HEAD. https://github.com/helm/helm/blob/v
|
By
...
· #327
·
|
|
localizing Helm docs [feedback requested]
Sorry, missing link: https://azure.microsoft.com/en-us/services/cognitive-services/translator-text-api/ Matthew Fisher Caffeinated Software Engineer Microsoft Canada
Sorry, missing link: https://azure.microsoft.com/en-us/services/cognitive-services/translator-text-api/ Matthew Fisher Caffeinated Software Engineer Microsoft Canada
|
By
...
· #296
·
|
|
localizing Helm docs [feedback requested]
Something I was interested in looking into was the Microsoft Translator API. From its description, > [...] that developers can easily integrate into their applications websites, tools, or any solution
Something I was interested in looking into was the Microsoft Translator API. From its description, > [...] that developers can easily integrate into their applications websites, tools, or any solution
|
By
...
· #295
·
|
|
Helm
In other words, you are passing a function a string when it expected an object. If you change your function call to the type it expects, that should solve your error. Matthew Fisher Caffeinated Softwa
In other words, you are passing a function a string when it expected an object. If you change your function call to the type it expects, that should solve your error. Matthew Fisher Caffeinated Softwa
|
By
...
· #291
·
|
|
Helm
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
...
· #290
·
|
|
Lua Technical Discussion
We were looking to use Lua as a pre- and post-hook event system when charts were being rendered. The post-render hook introduced in Helm 3.1 seems to handle most of the use cases the Lua event system
We were looking to use Lua as a pre- and post-hook event system when charts were being rendered. The post-render hook introduced in Helm 3.1 seems to handle most of the use cases the Lua event system
|
By
...
· #284
·
|
|
Helm 3 impersonation
This feature is being tracked in https://github.com/helm/helm/issues/5303. It is not currently available. However, the implementation details seem easy enough for someone new to the Helm code base to
This feature is being tracked in https://github.com/helm/helm/issues/5303. It is not currently available. However, the implementation details seem easy enough for someone new to the Helm code base to
|
By
...
· #275
·
|
|
Helm 3 "state"? Is there such a thing
> My guess is that, during the 3-way merge, the mentioned "old manifest" is directly retrieved from the k8s master itself and that Helm doesn't store any release related information in the aforementio
> My guess is that, during the 3-way merge, the mentioned "old manifest" is directly retrieved from the k8s master itself and that Helm doesn't store any release related information in the aforementio
|
By
...
· #270
·
|
|
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
...
· #256
·
|
|
Troubleshooting a Helm installation
There's a section about this in the troubleshooting documentation: https://helm.sh/docs/tiller_ssl/#troubleshooting Let us know if this helps. Matthew Fisher Caffeinated Software Engineer Microsoft Ca
There's a section about this in the troubleshooting documentation: https://helm.sh/docs/tiller_ssl/#troubleshooting Let us know if this helps. Matthew Fisher Caffeinated Software Engineer Microsoft Ca
|
By
...
· #255
·
|
|
Helm v3.0.0-rc.1 has been released
Helm v3.0.0-rc.1 has just been released. The release notes can be found here: https://github.com/helm/helm/releases/tag/v3.0.0-rc.1 This is the first release candidate for Helm 3. It's been a long tim
Helm v3.0.0-rc.1 has just been released. The release notes can be found here: https://github.com/helm/helm/releases/tag/v3.0.0-rc.1 This is the first release candidate for Helm 3. It's been a long tim
|
By
...
· #250
·
|
|
Helm 2.15.0 Released
Helm 2.15.0 was released last Friday. The 2.15.0 release of Helm introduces several improvements to commands like `helm test`. Other commands - `helm search`, `helm repo list`, and `helm install` - re
Helm 2.15.0 was released last Friday. The 2.15.0 release of Helm introduces several improvements to commands like `helm test`. Other commands - `helm search`, `helm repo list`, and `helm install` - re
|
By
...
· #249
·
|
|
Last v2 feature release
Good question. At this time, we do not have a cut date for 2.15. We may have to come up with a planned merge window for this release so contributors are aware of the deadline. However, I imagine the c
Good question. At this time, we do not have a cut date for 2.15. We may have to come up with a planned merge window for this release so contributors are aware of the deadline. However, I imagine the c
|
By
...
· #248
·
|
|
How to handle experiment of Helm charts in OCI repos when 3.0.0 comes out
An environment variable seems to be the right approach. Either that or a config file similar to Docker's config.json. Matthew Fisher Caffeinated Software Engineer Microsoft Canada
An environment variable seems to be the right approach. Either that or a config file similar to Docker's config.json. Matthew Fisher Caffeinated Software Engineer Microsoft Canada
|
By
...
· #218
·
|
|
How to handle experiment of Helm charts in OCI repos when 3.0.0 comes out
> I thought following semver on the Go API for v3 was a given. Absolutely. I'm specifically talking about the stability of pkg/registry, which is the package used primarily for communicating with OCI
> I thought following semver on the Go API for v3 was a given. Absolutely. I'm specifically talking about the stability of pkg/registry, which is the package used primarily for communicating with OCI
|
By
...
· #217
·
|