helm/archive

onyx-dot-app/onyxhelm/archiveAug 14, 2026by jmelahman

AI Summary

Archive of Helm chart tarballs previously hosted on GitHub Pages to preserve historical versions.

Key Highlights

  • Preserves exact bytes from previous gh-pages hosting
  • Maintains SHA-256 digests for all historical versions
  • Ensures `helm pull` continues to work for archived versions

Full Release Notes

Archive of the Helm chart tarballs that `gh-pages` hosted before
https://github.com/onyx-dot-app/onyx/pull/13966 moved chart publication to
release assets.

The 131 tarballs attached here are the exact bytes that used to be served from
`https://onyx-dot-app.github.io/onyx/<chart>-<version>.tgz`. Their `index.yaml`
entries now point at this release, so their SHA-256 digests are unchanged and
`helm pull onyx/<chart> --version <version>` keeps working for every historical
version.

Nothing new is published here. New chart versions get their own
`helm/onyx-<version>` release.