tryretool / retool-helm

MIT License
45 stars 57 forks source link

Retool workflows chart 4.11.12 exists in GitHub but not in the helm repository's index.yaml #95

Closed plumdog closed 1 year ago

plumdog commented 1 year ago

Issue is really with this repo https://github.com/tryretool/retool-workflows-helm, but it's a fork so I can't open an issue there.

GitHub: https://github.com/tryretool/retool-workflows-helm/commit/2f0dd48b440d8eb8afa58d9ba8f76100ae5797d1 and https://github.com/tryretool/retool-workflows-helm/releases/tag/v4.11.12

But:

$ curl -s https://charts.retool.com/index.yaml | yq '.entries.retool-wf[] | .version' | sort -rV
4.11.11
4.11.10
4.11.9
4.11.7

But the chart's .tgz is there, just that the index.yaml doesn't know about it:

$ wget --no-verbose 'https://charts.retool.com/retool-wf-4.11.12.tgz'
2023-05-22 11:30:09 URL:https://charts.retool.com/retool-wf-4.11.12.tgz [91020/91020] -> "retool-wf-4.11.12.tgz" [1]

So something has gone wrong in the publishing of this chart to the helm repository.

plumdog commented 1 year ago

Newer versions have been successfully published, so I guess something just went wrong with adding 4.11.12 to index.yaml:

$ curl -s https://charts.retool.com/index.yaml | yq '.entries.retool-wf[] | .version' | sort -rV
4.11.19
4.11.18
4.11.17
4.11.16
4.11.15
4.11.14
4.11.13
4.11.11
4.11.10
4.11.9
4.11.7

So while this issue isn't fixed, it is no longer needed.