Bump charts to 1.1.0 (#851)

This commit is contained in:
Enrico Candino
2026-05-11 13:51:17 +02:00
committed by GitHub
parent cfbd29f7cc
commit 00dcdabcef
4 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ on:
workflow_dispatch:
inputs:
k3k_version:
description: 'K3k version to test (e.g. v1.0.2). Leave empty to build from source.'
description: 'K3k version to test (e.g. v1.1.0). Leave empty to build from source.'
required: false
type: string
k8s_version:

View File

@@ -6,7 +6,7 @@ on:
workflow_dispatch:
inputs:
k3k_version:
description: 'K3k version to test (e.g. v1.0.2). Leave empty to build from source.'
description: 'K3k version to test (e.g. v1.1.0). Leave empty to build from source.'
required: false
type: string
k8s_version:

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.1.0/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.1.0
```

View File

@@ -2,5 +2,5 @@ apiVersion: v2
name: k3k
description: A Helm chart for K3K
type: application
version: 1.1.0-rc7
appVersion: v1.1.0-rc7
version: 1.1.0
appVersion: v1.1.0