Skip to content

Commit

Permalink
Merge pull request #905 from topolvm/bump-chart-14.1.2
Browse files Browse the repository at this point in the history
Bump chart version to 14.1.2
  • Loading branch information
cupnes committed May 2, 2024
2 parents 9a916b2 + 8dafd4b commit 67e1fe7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions charts/topolvm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ type: application
home: https://github.com/topolvm/topolvm
name: topolvm
description: Topolvm
version: 14.1.1
appVersion: 0.28.0
version: 14.1.2
appVersion: 0.29.0
sources:
- https://github.com/topolvm/topolvm

Expand All @@ -18,7 +18,7 @@ dependencies:
annotations:
artifacthub.io/images: |
- name: topolvm-with-sidecar
image: ghcr.io/topolvm/topolvm-with-sidecar:0.28.0
image: ghcr.io/topolvm/topolvm-with-sidecar:0.29.0
- name: topolvm-with
image: ghcr.io/topolvm/topolvm:0.28.0
image: ghcr.io/topolvm/topolvm:0.29.0
artifacthub.io/license: Apache-2.0
2 changes: 1 addition & 1 deletion charts/topolvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Installation

See [Getting Started](https://github.com/topolvm/topolvm/blob/topolvm-chart-v14.1.1/docs/getting-started.md).
See [Getting Started](https://github.com/topolvm/topolvm/blob/topolvm-chart-v14.1.2/docs/getting-started.md).

## Values

Expand Down
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-v14.1.1
$ git checkout topolvm-chart-v14.1.2
```

To start the demonstration environment, run the following commands:
Expand Down

0 comments on commit 67e1fe7

Please sign in to comment.