You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is on BRO release/v5 v5.0.0-rc5 with the GHA changes.
make prepare VERSION=$VERSION PACKAGE=rancher-backup fails with this error message:
INFO[0000] Pulling https://github.com/rancher/backup-restore-operator/releases/download/v5.0.0-rc5/rancher-backup-5.0.0-rc5.tgz from upstream into charts
FATA[0000] encountered error while preparing main chart: encountered error while trying to pull upstream into charts: unable to read gzip formatted file: gzip: invalid header
The 4.0.2 tgz files are gzip-tarred charts, and the binaries are for linux. I guess the binary part can be fixed in the .goreleaser.yaml file, but we need a github action that tgz's the chart subdirectories.
The text was updated successfully, but these errors were encountered:
This is on BRO
release/v5 v5.0.0-rc5
with the GHA changes.make prepare VERSION=$VERSION PACKAGE=rancher-backup
fails with this error message:Here are the assets for this release:
Here are the assets for the release from v4.0.2-rc1:
The 4.0.2 tgz files are gzip-tarred charts, and the binaries are for linux. I guess the binary part can be fixed in the
.goreleaser.yaml
file, but we need a github action that tgz's the chart subdirectories.The text was updated successfully, but these errors were encountered: