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