Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117888353
release.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
848 B
Referenced Files
None
Subscribers
None
release.sh
View Options
#!/bin/bash
# Release script
# Versions that we tag this release with
VERSION
=
"4.0.1"
VERSION_CHANNEL
=
"4.0"
# Version of the helm chart itself
CHART_VERSION
=
"0.1.0"
# Version of the kolab-kubernetes release tarball
# FIXME maybe this should just be a timestamp?
RELEASE_VERSION
=
"latest"
export
REGISTRY
=
${
REGISTRY
:-
"quay.io/apheleiait/kolab"
}
env
REGISTRY
=
"quay.io/apheleiait/kolab"
build/build.sh --skipchecks --release
"
$VERSION
"
"
$VERSION_CHANNEL
"
# helm registry login -u mollekopf quay.io/apheleiait
helm lint -v build/test.values.yaml ./kolab/
helm package --app-version
$VERSION
--version
$CHART_VERSION
kolab/
helm push kolab-
$CHART_VERSION
.tgz oci://quay.io/apheleiait/kolab
tar -czf kolab-kubernetes-
$RELEASE_VERSION
.tar.gz docs/ kolabctl
scp kolab-kubernetes-latest.tar.gz mirror.apheleia-it.ch:/var/www/kolabsys.com/mirror/public/
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Mon, Apr 6, 3:17 AM (3 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18819285
Default Alt Text
release.sh (848 B)
Attached To
Mode
R114 kolab-infrastructure
Attached
Detach File
Event Timeline