Skip to content

Commit 783387c

Browse files
committed
Bump Charts to 1.0.1
1 parent 93025d3 commit 783387c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ To install it, simply download the latest available version for your architectur
6767
For example, you can download the Linux amd64 version with:
6868

6969
```
70-
wget -qO k3kcli https://github.com/rancher/k3k/releases/download/v1.0.0/k3kcli-linux-amd64 && \
70+
wget -qO k3kcli https://github.com/rancher/k3k/releases/download/v1.0.1/k3kcli-linux-amd64 && \
7171
chmod +x k3kcli && \
7272
sudo mv k3kcli /usr/local/bin
7373
```
7474

7575
You should now be able to run:
7676
```bash
7777
-> % k3kcli --version
78-
k3kcli version v1.0.0
78+
k3kcli version v1.0.1
7979
```
8080

8181

charts/k3k/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: k3k
33
description: A Helm chart for K3K
44
type: application
5-
version: 1.0.1-rc2
6-
appVersion: v1.0.1-rc2
5+
version: 1.0.1
6+
appVersion: v1.0.1

0 commit comments

Comments
 (0)