@intility/helm-version

1.3.1 • Public • Published


@intility/helm-version

A tool for setting a Helm charts appVersion based on the package.json version field.
To be used with npm version.

pipeline package version

Usage

Install with

npm install @intility/helm-version

Add a version script to your package.json

{
  "scripts": {
    "version": "helm-version path/to/chart && git add path/to/chart/Chart.yaml"
  }
}

You can now call npm version as usual to version your app, and the appVersion field will be automatically updated and added to the git commit and tag!

Alternatively, you can run it manually

helm-version <chart> <prefix>

Prefix is optional, and defaults to v. This is because npm version prefixes the git tag with v.

Readme

Keywords

Package Sidebar

Install

npm i @intility/helm-version

Weekly Downloads

297

Version

1.3.1

License

MIT

Unpacked Size

4.42 kB

Total Files

4

Last publish

Collaborators

  • intility_cmarker
  • h3rmanj