isovalent/Isovalent Helm Action

Deploys a helm chart

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
releaseHelm release name. Will be combined with track if set. (required)yes
namespaceKubernetes namespace name. (required)yes
chartHelm chart path.yes
versionchart versionno
valuesHelm chart values, expected to be a YAML or JSON string.no
dry-runSimulate an upgrade.no
value-filesAdditional value files to apply to the helm chart. Expects YAML/JSON encoded array or a string.no
timeoutThe timeout for the help deploymentno
repoA URL for a helm repo to install the chart fromno
atomicIf true, upgrade process rolls back changes made in case of failed upgrade. Defaults to false.no
repositoriesA string containing a JSON list of helm repositories objects to add. Eg: [{"name": "bitnami", "url": "https://charts.bitnami.com/bitnami"}] no
upgrade-crdsIf true, upgrade CRDs. Default behavior of helm is to not upgrade CRDs. Defaults to false.no

no outputs