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