From 3b342f516daf82e033a5a88ea209c29714a748b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 04:36:50 +0000 Subject: [PATCH] Bump chart version to 15.2.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- charts/topolvm/Chart.yaml | 8 ++++---- charts/topolvm/README.md | 2 +- example/README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/topolvm/Chart.yaml b/charts/topolvm/Chart.yaml index 6acf71fa9..c234bf230 100644 --- a/charts/topolvm/Chart.yaml +++ b/charts/topolvm/Chart.yaml @@ -4,8 +4,8 @@ type: application home: https://github.com/topolvm/topolvm name: topolvm description: Topolvm -version: 15.1.1 -appVersion: 0.32.0 +version: 15.2.0 +appVersion: 0.33.0 sources: - https://github.com/topolvm/topolvm @@ -18,7 +18,7 @@ dependencies: annotations: artifacthub.io/images: | - name: topolvm-with-sidecar - image: ghcr.io/topolvm/topolvm-with-sidecar:0.32.0 + image: ghcr.io/topolvm/topolvm-with-sidecar:0.33.0 - name: topolvm-with - image: ghcr.io/topolvm/topolvm:0.32.0 + image: ghcr.io/topolvm/topolvm:0.33.0 artifacthub.io/license: Apache-2.0 diff --git a/charts/topolvm/README.md b/charts/topolvm/README.md index e3ebecaab..e968b5a4d 100644 --- a/charts/topolvm/README.md +++ b/charts/topolvm/README.md @@ -7,7 +7,7 @@ ## Installation -See [Getting Started](https://github.com/topolvm/topolvm/blob/topolvm-chart-v15.1.1/docs/getting-started.md). +See [Getting Started](https://github.com/topolvm/topolvm/blob/topolvm-chart-v15.2.0/docs/getting-started.md). ## Values diff --git a/example/README.md b/example/README.md index 83201c8f6..8de7f1fa8 100644 --- a/example/README.md +++ b/example/README.md @@ -7,7 +7,7 @@ and loopback block devices to run `lvmd`. You can try to use TopoLVM with a specific tag as follows. The demonstration is not guaranteed to work correctly with the main branch. ```console -$ git checkout topolvm-chart-v15.1.1 +$ git checkout topolvm-chart-v15.2.0 ``` To start the demonstration environment, run the following commands: