/greymatter-helm-action

GitHub Action to package and release Grey Matter Helm Charts

Primary LanguageMakefileApache License 2.0Apache-2.0

Grey Matter Helm Action

A GitHub Action to package the Grey Matter Helm Charts and publish them to Nexus

Usage

- uses: chrisbsmith/greymatter-helm-action@master
  with:
    NEXUS_URL: '<nexus_url>'
    NEXUS_USER: '<nexus_user>'
    NEXUS_PASS: '<nexus_password>'
    args: '<chart'>

Credit to https://github.com/Flydiverny/helm-package-action for inspiration