We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11137d9 + 56b6866 commit ce9ffb1Copy full SHA for ce9ffb1
scripts/turtles-dev.sh
@@ -22,7 +22,7 @@ if [ -z "$RANCHER_HOSTNAME" ]; then
22
exit 1
23
fi
24
25
-RANCHER_CHANNEL=${RANCHER_CHANNEL:-alpha}
+RANCHER_CHANNEL=${RANCHER_CHANNEL:-latest}
26
RANCHER_PASSWORD=${RANCHER_PASSWORD:-rancheradmin}
27
RANCHER_VERSION=${RANCHER_VERSION:-v2.13.0-rc1}
28
RANCHER_IMAGE_TAG=${RANCHER_IMAGE_TAG:-$RANCHER_VERSION} # Set RANCHER_IMAGE_TAG=head to test with latest build
0 commit comments