actions-marketplace-validations/Helm Deploy by LaputaCloud

Deploys a helm chart

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 26, 2023
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/laputacloudco_helm-deploy-action@b96c7e1abffb8da61a194afe0ac6540ff050de30 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
releaseHelm release name. Will be combined with track if set. (required)yes
repositoryThe URL for a helm repo to come from. (optional)no
namespaceKubernetes namespace name. (required)yes
chartHelm chart path. (required)yes
valuesHelm chart values, expected to be a YAML or JSON string.no
taskTask name. If the task is "remove" it will remove the configured helm release.no
dry-runSimulate an upgrade.no
atomicIf true, upgrade process rolls back changes made in case of failed upgrade. Defaults to true.no
tokenGithub repository token. If included and the event is a deployment the deployment_status event will be fired.no
value-filesAdditional value files to apply to the helm chart. Expects JSON encoded array or a string.no
secretsSecret variables to include in value file interpolation. Expects JSON encoded map.no
versionVersion of the app, usually commit sha works here.no

no outputs