helm / chart-releaser-action

A GitHub Action to turn a GitHub project into a self-hosted Helm chart repo, using helm/chart-releaser CLI tool
https://github.com/helm/chart-releaser
Apache License 2.0
559 stars 206 forks source link

Skip packaging option - resolves #108 #109

Closed gmorse81 closed 1 year ago

gmorse81 commented 2 years ago

This change resolves #108 by adding the option to skip the packaging step altogether.

davidkarlsen commented 2 years ago

Any update here @gmorse81 ?

ivan-penchev commented 2 years ago

Came randomly from a yt recommendation: https://www.youtube.com/watch?v=CML6vfKjQss

AbdelrhmanHamouda commented 1 year ago

also came here through a youtube video. @gmorse81, it would be awesome to progress this PR instead of being stuck in a limbo for long. the main repo is progressing and eventually this will be outdated!

ben-codner-rs commented 1 year ago

I would also find this useful. We utilize an umbrella setup so I also needed to do my own packaging to make sure I handle subcharts.

cpanato commented 1 year ago

lgtm. @cpanato - wdyt?

lgtm, sorry for the delay

Amitk3293 commented 1 year ago

Warning: Unexpected input(s) 'skip_packaging', valid inputs are ['version', 'config', 'charts_dir', 'charts_repo_url', 'install_dir', 'install_only']

Still not working I guess, of course I'm using the latest version

AbdelrhmanHamouda commented 1 year ago

unless that you are using latest changes, this PR hasn't been included in a release yet

davidkarlsen commented 1 year ago

Until we do a release you can use main as the version in order to test it.

Amitk3293 commented 1 year ago

Oh, haven't noticed that 🥲 . Thanks guys