Skip to content
#

helm-plugin

Here are 115 public repositories matching this topic...

agaffney
agaffney commented May 10, 2021

I came across a helm chart that generated manifests such as the following:

kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1beta1

Because the mapping file is using a multiline substring match that looks for apiVersion followed by kind, the tool did not recognize these resources as needing to be updated. I had to manually edit the map file to switch the order to get it

documentation good first issue
AYDEV-FR
AYDEV-FR commented Sep 21, 2020

Hi,
I have already posted an issue on your project, and while re-reading the code, I wonder about possible injections.
By using exec.Command(), especially the line exec.Command("sh -c", params).
https://github.com/ThalesGroup/helm-spray/blob/945927b0641376bf3003092b5fca246c241e27dd/pkg/helm/helm.go#L184

Also in the UpgradeWithValues function, even if the use of the bianire helm in th

enhancement good first issue

Improve this page

Add a description, image, and links to the helm-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the helm-plugin topic, visit your repo's landing page and select "manage topics."

Learn more