Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
[topolvm] Upgrade app version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kfirfer committed May 22, 2021
1 parent 4a93458 commit 4bfcfb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/topolvm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: 0.8.2
appVersion: 0.8.3
description: Topolvm
home: https://github.com/topolvm/topolvm
name: topolvm
sources:
- https://github.com/topolvm/helm/tree/master/charts/topolvm
- https://github.com/topolvm/topolvm
version: 1.2.4
version: 1.2.5
2 changes: 1 addition & 1 deletion charts/topolvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The chart can be customized using the following configurable parameters:
| Parameter | Description | Default |
| ------------------------------- | ----------------------------------------------------------------------------------------------------| -----------------------------|
| `image.repository` | TopoLVM Container image name | `quay.io/topolvm/topolvm-with-sidecar` |
| `image.tag` | TopoLVM Container image tag | `0.8.1` |
| `image.tag` | TopoLVM Container image tag | `0.8.3` |
| `image.pullPolicy` | TopoLVM Container pull policy | `IfNotPresent` |
| `controller.replicaCount` | Number of TopoLVM controllers pods to deploy | `2` |
| `podSecurityPolicy.create` | Specify if a pod security policy must be created | `true` |
Expand Down
2 changes: 1 addition & 1 deletion charts/topolvm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: quay.io/topolvm/topolvm-with-sidecar
tag: 0.8.2
tag: 0.8.3
pullPolicy: IfNotPresent


Expand Down

0 comments on commit 4bfcfb9

Please sign in to comment.