Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zanoni23 opened this issue Apr 8, 2024 · 4 comments

Comments

@zanoni23
Copy link

zanoni23 commented Apr 8, 2024

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 zanoni23 changed the title Changes to chart not going through the helm repo hosted with GitHub Pages Changes to chart not going through to the helm repo hosted with GitHub Pages Apr 8, 2024
@AndrewChubatiuk
Copy link
Contributor

AndrewChubatiuk commented Apr 8, 2024

Hey @zanoni23
Thanks for asking this!
Going to bump a new release after #158
is merged. This PR depends on another PR in getredash/redash, which enables arm64 support and minor entrypoint scripts refactoring

@AndrewChubatiuk
Copy link
Contributor

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

@hgranillo
Copy link

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

@AndrewChubatiuk
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants