Skip to content

Commit 19bcd22

Browse files
committed
chore: Bump ver
1 parent 3a4e6e6 commit 19bcd22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install-minimal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ case $ARCH in
2222
esac
2323

2424
# Configuration
25-
KUBESOLO_VERSION="${KUBESOLO_VERSION:-v1.1.1}"
25+
KUBESOLO_VERSION="${KUBESOLO_VERSION:-v1.1.2}"
2626
CONFIG_PATH="${KUBESOLO_PATH:-/var/lib/kubesolo}"
2727
INSTALL_PATH="/usr/local/bin/kubesolo"
2828
USE_MUSL="${USE_MUSL:-false}"

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ echo "🔍 Detected init system: $INIT_SYSTEM"
719719
echo "🔍 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}"
723723
CONFIG_PATH="${KUBESOLO_PATH:-/var/lib/kubesolo}"
724724
APISERVER_EXTRA_SANS="${KUBESOLO_APISERVER_EXTRA_SANS:-}"
725725
PORTAINER_EDGE_ID="${KUBESOLO_PORTAINER_EDGE_ID:-}"

0 commit comments

Comments
 (0)