Skip to content

Creates a commit and pushes a specific helmchart version number

License

Notifications You must be signed in to change notification settings

papermerge/set-helmchart-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

set-helmchart-version

This is GitHub action for setting specific version for "appVersion" attribute in helm charts.

Usage

Example workflow

name: Set new appVersion

on: [workflow_dispatch]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@master

      - name: Set new appVersion in docs helmchart
        uses: papermerge/set-helmchart-version@master
        with:
          helmchart_file: "charts/docs/Chart.yaml"
          new_app_version: "1.5.20"

About

Creates a commit and pushes a specific helmchart version number

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published