Bump charts to 1.0.3 (#850)

This commit is contained in:
Enrico Candino
2026-05-11 13:49:29 +02:00
committed by GitHub
parent 06ba7da0ca
commit 9c595e9f22
2 changed files with 4 additions and 4 deletions

View File

@@ -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:
```
wget -qO k3kcli https://github.com/rancher/k3k/releases/download/v1.0.2/k3kcli-linux-amd64 && \
wget -qO k3kcli https://github.com/rancher/k3k/releases/download/v1.0.3/k3kcli-linux-amd64 && \
chmod +x k3kcli && \
sudo mv k3kcli /usr/local/bin
```
@@ -75,7 +75,7 @@ wget -qO k3kcli https://github.com/rancher/k3k/releases/download/v1.0.2/k3kcli-l
You should now be able to run:
```bash
-> % k3kcli --version
k3kcli version v1.0.2
k3kcli version v1.0.3
```

View File

@@ -2,5 +2,5 @@ apiVersion: v2
name: k3k
description: A Helm chart for K3K
type: application
version: 1.0.3-rc1
appVersion: v1.0.3-rc1
version: 1.0.3
appVersion: v1.0.3