File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ case $ARCH in
2222esac
2323
2424# Configuration
25- KUBESOLO_VERSION=" ${KUBESOLO_VERSION:- v1.1.1 } "
25+ KUBESOLO_VERSION=" ${KUBESOLO_VERSION:- v1.1.2 } "
2626CONFIG_PATH=" ${KUBESOLO_PATH:-/ var/ lib/ kubesolo} "
2727INSTALL_PATH=" /usr/local/bin/kubesolo"
2828USE_MUSL=" ${USE_MUSL:- false} "
Original file line number Diff line number Diff line change @@ -719,7 +719,7 @@ echo "🔍 Detected init system: $INIT_SYSTEM"
719719echo " 🔍 Detected environment: $ENVIRONMENT "
720720
721721# Default configuration from environment variables
722- KUBESOLO_VERSION=" ${KUBESOLO_VERSION:- v1.1.1 } "
722+ KUBESOLO_VERSION=" ${KUBESOLO_VERSION:- v1.1.2 } "
723723CONFIG_PATH=" ${KUBESOLO_PATH:-/ var/ lib/ kubesolo} "
724724APISERVER_EXTRA_SANS=" ${KUBESOLO_APISERVER_EXTRA_SANS:- } "
725725PORTAINER_EDGE_ID=" ${KUBESOLO_PORTAINER_EDGE_ID:- } "
You can’t perform that action at this time.
0 commit comments