##// END OF EJS Templates
fix(runtime): don't hardcode the version into template for runtime env
super-admin -
Show More
@@ -6,7 +6,7 b' TZ="UTC"'
6 # Version of docker image to deploy and run
6 # Version of docker image to deploy and run
7 # rcstack will automatically update and adjust this if needed
7 # rcstack will automatically update and adjust this if needed
8 # to set a custom version run ./rcstack cli set-runtime-image VER (e.g 5.0.0)
8 # to set a custom version run ./rcstack cli set-runtime-image VER (e.g 5.0.0)
9 RC_VERSION="4.28.0"
9 RC_VERSION=stable
10
10
11 # Select RhodeCode edition ce (free community), or ee (paid/enterprise)
11 # Select RhodeCode edition ce (free community), or ee (paid/enterprise)
12 RC_EDITION=ee
12 RC_EDITION=ee
General Comments 0
You need to be logged in to leave comments. Login now