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
feat(install.sh): download and unpack the compressed file
Since v1.18.0 there are compressed files available under the `bundle/`
directory in releases.crossplane.io. This commit adds the functionality
of downloading the compressed file and unpacking it, instead of
downloading the binary, which would save some bandwidth.
In order to download/unpack a compressed file, a new env var needs to be
passed COMPRESSED=True (or true), for example:
`COMPRESSED=True XP_VERSION="v1.18.0" ./install.sh`
Related PR: crossplane/docs#929
Signed-off-by: Theo Chatzimichos <[email protected]>
0 commit comments