Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ubl
bdd_dev
webmasterei
deployer
Commits
096a2c33
Commit
096a2c33
authored
Jan 07, 2021
by
Frank Morgner
Browse files
v1.5.0-rc3 upgrade helm version to v3.4.2
parent
2e57bf17
Pipeline
#8199
passed with stages
in 3 minutes and 14 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Changelog.md
View file @
096a2c33
# Changelog
## [1.5.0-rc3] - 2020-01-07
### Changes
*
upgrades
**helm**
to version v3.4.2
## [1.5.0-rc2] - 2020-12-18
### Fixes
*
fixing _--timeout_ setting to
**helm**
install routine and setting new default of 120s
...
...
@@ -127,4 +131,5 @@
[
1.4.6
]:
https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/deployer/compare/release%2F1.4.5...release%2F1.4.6
[
1.4.7
]:
https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/deployer/compare/release%2F1.4.6...release%2F1.4.7
[
1.5.0-rc1
]:
https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/deployer/compare/release%2F1.4.7...release%2F1.5.0-rc1
[
1.5.0-rc2
]:
https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/deployer/compare/release%2F1.5.0-rc1...release%2F1.5.0-rc2
\ No newline at end of file
[
1.5.0-rc2
]:
https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/deployer/compare/release%2F1.5.0-rc1...release%2F1.5.0-rc2
[
1.5.0-rc3
]:
https://git.sc.uni-leipzig.de/ubl/bdd_dev/webmasterei/deployer/compare/release%2F1.5.0-rc2...release%2F1.5.0-rc3
\ No newline at end of file
Dockerfile
View file @
096a2c33
...
...
@@ -6,7 +6,7 @@ ENV APP_USER=deployer
RUN
apk add
--no-cache
bash curl git jq
\
&&
curl
-L
https://storage.googleapis.com/kubernetes-release/release/
$(
curl
-s
https://storage.googleapis.com/kubernetes-release/release/stable.txt
)
/bin/linux/amd64/kubectl
>
/usr/local/bin/kubectl
\
&&
curl
-L
https://get.helm.sh/helm-v3.4.
1
-linux-amd64.tar.gz |
tar
-zxf
-
-C
/tmp linux-amd64/helm
-O
>
/usr/local/bin/helm
\
&&
curl
-L
https://get.helm.sh/helm-v3.4.
2
-linux-amd64.tar.gz |
tar
-zxf
-
-C
/tmp linux-amd64/helm
-O
>
/usr/local/bin/helm
\
&&
chmod
a+x /usr/local/bin/deployer /usr/local/bin/kubectl /usr/local/bin/helm
\
&&
addgroup
-S
${
APP_USER
}
\
&&
adduser
-S
-h
/home/
${
APP_USER
}
-G
${
APP_USER
}
-s
/bin/sh
${
APP_USER
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment