Skip to content
Snippets Groups Projects
Verified Commit 0d44066b authored by Hugo Renard's avatar Hugo Renard
Browse files

update nc

parent 2b6d661c
No related branches found
No related tags found
No related merge requests found
......@@ -38,17 +38,17 @@ source ./.env
if [ "${APP}" = "nextcloud" ]; then
export REPLICAS="${REPLICAS:-2}"
if [ "${VERSION}" = "alpha" ]; then
export NC_VERSION=22.2.5.1
export NC_IMAGE_TAG=22.2.5-2022-03-08
export NC_WEB_IMAGE_TAG=22.2.5-2022-03-08
export NC_VERSION=23.0.3.2
export NC_IMAGE_TAG=23.0.3-2022-04-20
export NC_WEB_IMAGE_TAG=23.0.3-2022-04-20
elif [ "${VERSION}" = "beta" ]; then
export NC_VERSION=21.0.7.0
export NC_IMAGE_TAG=21.0.7-2022-02-02
export NC_WEB_IMAGE_TAG=21.0.7-web-2022-02-02
export NC_VERSION=22.2.6.2
export NC_IMAGE_TAG=22.2.6-2022-04-20
export NC_WEB_IMAGE_TAG=22.2.6-2022-04-20
else
export NC_VERSION=21.0.9.1
export NC_IMAGE_TAG=21.0.9-2022-03-23
export NC_WEB_IMAGE_TAG=21.0.9-web-2022-03-23
export NC_IMAGE_TAG=21.0.9-2022-04-20
export NC_WEB_IMAGE_TAG=21.0.9-web-2022-04-20
fi
elif [ "${APP}" = "rocketchat" ]; then
export REPLICAS="${REPLICAS:-1}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment