mirror of
https://github.com/rancher/k3k.git
synced 2026-02-14 18:10:01 +00:00
Bump Charts to 1.0.1 (#588)
This commit is contained in:
@@ -67,7 +67,7 @@ To install it, simply download the latest available version for your architectur
|
|||||||
For example, you can download the Linux amd64 version with:
|
For example, you can download the Linux amd64 version with:
|
||||||
|
|
||||||
```
|
```
|
||||||
wget -qO k3kcli https://github.com/rancher/k3k/releases/download/v1.0.0/k3kcli-linux-amd64 && \
|
wget -qO k3kcli https://github.com/rancher/k3k/releases/download/v1.0.1/k3kcli-linux-amd64 && \
|
||||||
chmod +x k3kcli && \
|
chmod +x k3kcli && \
|
||||||
sudo mv k3kcli /usr/local/bin
|
sudo mv k3kcli /usr/local/bin
|
||||||
```
|
```
|
||||||
@@ -75,7 +75,7 @@ wget -qO k3kcli https://github.com/rancher/k3k/releases/download/v1.0.0/k3kcli-l
|
|||||||
You should now be able to run:
|
You should now be able to run:
|
||||||
```bash
|
```bash
|
||||||
-> % k3kcli --version
|
-> % k3kcli --version
|
||||||
k3kcli version v1.0.0
|
k3kcli version v1.0.1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,5 +2,5 @@ apiVersion: v2
|
|||||||
name: k3k
|
name: k3k
|
||||||
description: A Helm chart for K3K
|
description: A Helm chart for K3K
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.1-rc2
|
version: 1.0.1
|
||||||
appVersion: v1.0.1-rc2
|
appVersion: v1.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user