@@ -23,7 +23,7 @@ curl -sfL https://raw.githubusercontent.com/portainer/kubesolo/develop/install.s
2323
2424# With options
2525curl -sfL https://get.kubesolo.io | sudo sh -s -- \
26- --version=v0.1.6 -beta \
26+ --version=v0.1.7 -beta \
2727 --path=/opt/kubesolo \
2828 --run-mode=service
2929
@@ -58,7 +58,7 @@ This script provides basic installation with minimal dependencies for the most c
5858wget -O - https://raw.githubusercontent.com/portainer/kubesolo/develop/install-minimal.sh | sh
5959
6060# Or with environment variables
61- KUBESOLO_VERSION=v0.1.6 -beta KUBESOLO_PATH=/opt/kubesolo sh install-minimal.sh
61+ KUBESOLO_VERSION=v0.1.7 -beta KUBESOLO_PATH=/opt/kubesolo sh install-minimal.sh
6262```
6363
6464** Features:**
@@ -93,7 +93,7 @@ chmod +x kubesolo-service.sh
9393All installers support these environment variables:
9494
9595``` bash
96- export KUBESOLO_VERSION=" v0.1.6 -beta" # Version to install
96+ export KUBESOLO_VERSION=" v0.1.7 -beta" # Version to install
9797export KUBESOLO_PATH=" /var/lib/kubesolo" # Installation path
9898export KUBESOLO_PORTAINER_EDGE_ID=" your-id" # Portainer Edge ID
9999export KUBESOLO_PORTAINER_EDGE_KEY=" your-key" # Portainer Edge Key
@@ -138,7 +138,7 @@ For air-gapped installations:
138138
139139``` bash
140140# Pre-download the binary
141- wget https://github.com/portainer/kubesolo/releases/download/v0.1.6 -beta/kubesolo-v0.1.6 -beta-linux-arm64.tar.gz
141+ wget https://github.com/portainer/kubesolo/releases/download/v0.1.7 -beta/kubesolo-v0.1.7 -beta-linux-arm64.tar.gz
142142
143143# Extract and install manually
144144tar -xzf kubesolo-* .tar.gz
@@ -173,7 +173,7 @@ curl -sfL https://get.kubesolo.io | sudo sh -
173173# Combined with other options
174174curl -sfL https://get.kubesolo.io | sudo sh -s -- \
175175 --proxy=http://proxy.company.com:8080 \
176- --version=v0.1.6 -beta \
176+ --version=v0.1.7 -beta \
177177 --path=/opt/kubesolo
178178```
179179
0 commit comments