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

fix nc version

parent d3164a85
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ if [ "${APP}" = "nextcloud" ]; then ...@@ -48,7 +48,7 @@ if [ "${APP}" = "nextcloud" ]; then
else else
export NC_VERSION=21.0.9.1 export NC_VERSION=21.0.9.1
export NC_IMAGE_TAG=21.0.9-2022-03-23 export NC_IMAGE_TAG=21.0.9-2022-03-23
export NC_WEB_IMAGE_TAG=21.0.9-2022-03-23 export NC_WEB_IMAGE_TAG=21.0.9-web-2022-03-23
fi fi
elif [ "${APP}" = "rocketchat" ]; then elif [ "${APP}" = "rocketchat" ]; then
export REPLICAS="${REPLICAS:-1}" 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