contrib-helm-chart icon indicating copy to clipboard operation
contrib-helm-chart copied to clipboard

Changes to chart not going through to the helm repo hosted with GitHub Pages

Open zanoni23 opened this issue 1 year ago • 4 comments
trafficstars

The last chart in the helm repo is 10 months old.

helm repo add redash https://getredash.github.io/contrib-helm-chart/
helm search repo  redash --versions      
NAME         	CHART VERSION	APP VERSION  	DESCRIPTION                                       
redash/redash	3.0.1        	10.0.0.b50633	Redash is an open source tool built for teams t...
redash/redash	3.0.0        	10.0.0.b50633	Redash is an open source tool built for teams t...

But the current Chart.yaml has this:

version: 3.0.1
appVersion: 10.1.0.b50633

Whenever you change something in the chart you need to update the 'version' field in the Chart.yaml so the GitHub Action / CircleCI, or whatever, will create a new chart. The gh-pages branch has redash-3.0.1.tgz as "10 months old".

zanoni23 avatar Apr 08 '24 10:04 zanoni23

Hey @zanoni23 Thanks for asking this! Going to bump a new release after https://github.com/getredash/contrib-helm-chart/pull/158 is merged. This PR depends on another PR in getredash/redash, which enables arm64 support and minor entrypoint scripts refactoring

AndrewChubatiuk avatar Apr 08 '24 11:04 AndrewChubatiuk

Hey @zanoni23! Published a new Helm chart of version 3.1.0-alpha1

AndrewChubatiuk avatar Apr 11 '24 12:04 AndrewChubatiuk

Hey @AndrewChubatiuk

Looks like the version 3.1.0-alpha1 is not available on the github pages, nor the subsequent alpha# releases

https://github.com/getredash/contrib-helm-chart/tree/gh-pages

I see that the index file got updated recently but there's no .tgz package for 3.1.0-alpha6 or any of the alpha versions

❯ helm repo add redash https://getredash.github.io/contrib-helm-chart
"redash" has been added to your repositories
❯ helm repo update
...Successfully got an update from the "redash" chart repository
Update Complete. ⎈Happy Helming!⎈
❯ helm search repo | grep redash
redash/redash                                     	3.0.1        	10.0.0.b50633               	Redash is an open source tool built for teams t...

Thanks in advance

hgranillo avatar Jun 05 '24 14:06 hgranillo

Hey @hgranillo I have no idea, I do not maintain this repo anymore, looks like it's a part of rollback, which happened in getredash/redash repo recently

AndrewChubatiuk avatar Jun 05 '24 14:06 AndrewChubatiuk