From 9c595e9f228e3852f32e1cf2906d13c668e7100c Mon Sep 17 00:00:00 2001 From: Enrico Candino Date: Mon, 11 May 2026 13:49:29 +0200 Subject: [PATCH] Bump charts to `1.0.3` (#850) --- README.md | 4 ++-- charts/k3k/Chart.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 004d449..769e986 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/charts/k3k/Chart.yaml b/charts/k3k/Chart.yaml index 52eee85..9e8212d 100644 --- a/charts/k3k/Chart.yaml +++ b/charts/k3k/Chart.yaml @@ -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