helm-deploy

command module
v0.0.0-...-a84521a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2024 License: MIT Imports: 5 Imported by: 0

README

Helm Deploy Action

CI

Rather than relying on the helm CLI, you can use the helm-deploy action to deploy a chart.

Usage


steps:
- uses: actions/checkout@v4
- uses: azure/setup-kubectl@4
- uses: azure/setup-helm@v4
  with:
    version: v3.8.2
- uses: jonstacks/helm-deploy@v0
  with:
    # Required
    release-name: my-release
    chart: my-chart
    # Optional
    atomic: false
    cleaup-on-fail: false
    create-namespace: false
    debug: false
    dry-run: false
    kube-context: my-context
    namespace: my-namespace
    timeout: 10m
    wait: true
    sets: >
      some.set="hello"
      another.set="world"

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL