|
Re: Helm Test: What kind of tests can we perform on a helm chart?
Hi Teja,
https://github.com/quintush/helm-unittest provides support for helm chart unit tests. Some alternatives are also listed in https://github.com/quintush/helm-unittest#related-projects--commands
Hi Teja,
https://github.com/quintush/helm-unittest provides support for helm chart unit tests. Some alternatives are also listed in https://github.com/quintush/helm-unittest#related-projects--commands
|
By
Guillaume Berche
·
#363
·
|
|
Re: Pre-proposal idea: introduce a new flag for helm uninstall "--fail-on-error" and a new release status "failed-uninstall"
Big +1 from me!
When trying to automate chart uninstalls (e.g. in the context of operator-sdk's helm-operator), it is fairly unintuitive and complex to set things up in such a way to guarantee
Big +1 from me!
When trying to automate chart uninstalls (e.g. in the context of operator-sdk's helm-operator), it is fairly unintuitive and complex to set things up in such a way to guarantee
|
By
Joe Lanford
·
#362
·
|
|
Deprecation Notice for ChartCenter.io
JFrog https://Chartcenter.io services will be deprecated soon.
Please read more about it at https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
JFrog https://Chartcenter.io services will be deprecated soon.
Please read more about it at https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
|
By
Rimas
·
#361
·
|
|
Why are dependencies embedded rather than resolved?
You'll have to forgive my ignorance on this one, but there is nothing I can see that explains this design decision--and it really makes creating multi-service deployments harder than it should be.
In
You'll have to forgive my ignorance on this one, but there is nothing I can see that explains this design decision--and it really makes creating multi-service deployments harder than it should be.
In
|
By
Loritsch, Berin <bloritsch@...>
·
#360
·
|
|
Re: Pre-proposal idea: introduce a new flag for helm uninstall "--fail-on-error" and a new release status "failed-uninstall"
Hi Mike,
This seems like it could be very useful, especially during dev where there are more likely to be issues in the uninstall of the resources. Keeping the release would allow would give us a
Hi Mike,
This seems like it could be very useful, especially during dev where there are more likely to be issues in the uninstall of the resources. Keeping the release would allow would give us a
|
By
Joshua Packer
·
#359
·
Edited
|
|
Re: [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
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
|
By
Matt Fisher <matt.fisher@...>
·
#358
·
|
|
Re: [EXTERNAL] Re: [cncf-helm] Is there any way to enforce constraints
The idea is not to scan, but to validate that the specified secret is the right kind. I.e. the user specifies `example-secret`, and the helm chart fails if the secret that exists is not the right
The idea is not to scan, but to validate that the specified secret is the right kind. I.e. the user specifies `example-secret`, and the helm chart fails if the secret that exists is not the right
|
By
Loritsch, Berin <bloritsch@...>
·
#357
·
|
|
Re: [EXTERNAL] Re: [cncf-helm] Is there any way to enforce constraints
The preferred method is requiring the user to set a value that points to an existing secret. If the user points to the wrong thing, then Helm should fail to deploy that release.
We advise people not
The preferred method is requiring the user to set a value that points to an existing secret. If the user points to the wrong thing, then Helm should fail to deploy that release.
We advise people not
|
By
Matt Butcher <matt.butcher@...>
·
#356
·
|
|
Re: Is there any way to enforce constraints
Sorry, wrong email.--
Berin Loritsch
DOMEX Architect
7921 Jones Branch Drive
McLean, VA 22102
Email bloritsch@...
Office (703) 735-6281
Mobile (571) 215-7708
Sorry, wrong email.--
Berin Loritsch
DOMEX Architect
7921 Jones Branch Drive
McLean, VA 22102
Email bloritsch@...
Office (703) 735-6281
Mobile (571) 215-7708
|
By
Loritsch, Berin <bloritsch@...>
·
#355
·
|
|
Re: Is there any way to enforce constraints
Would 2pm work for you on monday?--
Berin Loritsch
DOMEX Architect
7921 Jones Branch Drive
McLean, VA 22102
Email bloritsch@...
Office (703) 735-6281
Mobile (571) 215-7708
Would 2pm work for you on monday?--
Berin Loritsch
DOMEX Architect
7921 Jones Branch Drive
McLean, VA 22102
Email bloritsch@...
Office (703) 735-6281
Mobile (571) 215-7708
|
By
Loritsch, Berin <bloritsch@...>
·
#354
·
|
|
Re: Is there any way to enforce constraints
Hey Berin,
I’m not sure if this completely answers the question, but the helm lookup function (https://helm.sh/docs/chart_template_guide/functions_and_pipelines/) may be usable here to
Hey Berin,
I’m not sure if this completely answers the question, but the helm lookup function (https://helm.sh/docs/chart_template_guide/functions_and_pipelines/) may be usable here to
|
By
Paul Czarkowski
·
#353
·
|
|
Re: Is there any way to enforce constraints
It appears this did not garner any attention. Is there any way to enforce constraints on a chart's dependencies?
For example, I would like to have my chart enforce a specific _type_ of secret the
It appears this did not garner any attention. Is there any way to enforce constraints on a chart's dependencies?
For example, I would like to have my chart enforce a specific _type_ of secret the
|
By
Loritsch, Berin <bloritsch@...>
·
#352
·
|
|
Pre-proposal idea: introduce a new flag for helm uninstall "--fail-on-error" and a new release status "failed-uninstall"
Hi all,
Following the HIP guide. I am looking for feedback regarding my idea below:
The current Helm uninstall implementation is marking release record as uninstalled even if Helm detected errors
Hi all,
Following the HIP guide. I am looking for feedback regarding my idea below:
The current Helm uninstall implementation is marking release record as uninstalled even if Helm detected errors
|
By
mikeshngdev@...
·
#351
·
|
|
Re: Proposed dates for 3.6 release
There was no objections to the proposed dates for 3.6. So with today's 3.5 release the 3.6 dates can be announced as:
3.6 RC1: Monday May 17th, 2021
3.6 final release: Wednesday May 26th, 2021
Thanks
There was no objections to the proposed dates for 3.6. So with today's 3.5 release the 3.6 dates can be announced as:
3.6 RC1: Monday May 17th, 2021
3.6 final release: Wednesday May 26th, 2021
Thanks
|
By
Marc Khouzam
·
#350
·
|
|
Is there any way to enforce constraints
Example: I am creating a chart for a single page app server. In it I want the ability to add a reference to the TLS secret. The TLS secret would be provided by the person using the chart.
In my
Example: I am creating a chart for a single page app server. In it I want the ability to add a reference to the TLS secret. The TLS secret would be provided by the person using the chart.
In my
|
By
Loritsch, Berin <bloritsch@...>
·
#349
·
|
|
Proposed dates for 3.6 release
Hi,
helm 3.5 will be released next week Wednesday, January 13th as previously announced.
At the same time we should announce when the 3.6 release is planned.
On the dev call today it was
Hi,
helm 3.5 will be released next week Wednesday, January 13th as previously announced.
At the same time we should announce when the 3.6 release is planned.
On the dev call today it was
|
By
Marc Khouzam
·
#348
·
|
|
Re: Helm Test: What kind of tests can we perform on a helm chart?
Hi,
It depends what you are doing with the helm charts? Mostly people install apps, many install pre-requisites (roles, clusterroles, crds, etc.) apart from the applications (pods).
In case of
Hi,
It depends what you are doing with the helm charts? Mostly people install apps, many install pre-requisites (roles, clusterroles, crds, etc.) apart from the applications (pods).
In case of
|
By
Abhishek Tamrakar
·
#346
·
|
|
Helm Test: What kind of tests can we perform on a helm chart?
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,
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,
|
By
@Tejaswini_Vadlamudi
·
#345
·
|
|
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
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
|
By
Matt Farina
·
#344
·
|
|
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
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
|
By
黃健毅 <johnny.jy.ooi@...>
·
#343
·
|