From 6d5dd8564f4ef4612abe34f69209e63bdf075284 Mon Sep 17 00:00:00 2001 From: Enrico Candino Date: Tue, 9 Dec 2025 12:33:21 +0100 Subject: [PATCH] Bump Charts to `1.0.1` (#588) --- README.md | 4 ++-- charts/k3k/Chart.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9318cf6..96dfdcd 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.0/k3kcli-linux-amd64 && \ +wget -qO k3kcli https://github.com/rancher/k3k/releases/download/v1.0.1/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.0/k3kcli-l You should now be able to run: ```bash -> % k3kcli --version -k3kcli version v1.0.0 +k3kcli version v1.0.1 ``` diff --git a/charts/k3k/Chart.yaml b/charts/k3k/Chart.yaml index 0e608f1..84b6fef 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.1-rc2 -appVersion: v1.0.1-rc2 +version: 1.0.1 +appVersion: v1.0.1