Skip to content

Commit 6c7ef9f

Browse files
chore(ci): update helm chart versions and/or git submodules
Signed-off-by: GitHub <[email protected]>
1 parent abfb622 commit 6c7ef9f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

deploy/helm/charts/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: Helm chart for OpenEBS Dynamic Local PV. For instructions to instal
44
type: application
55
# This is the chart version. This version number should be incremented each time you make changes
66
# to the chart and its templates, including the app version.
7-
version: 4.4.0-develop
7+
version: 4.5.0-develop
88
# This is the version number of the application being deployed. This version number should be
99
# incremented each time you make changes to the application.
10-
appVersion: 4.4.0-develop
10+
appVersion: 4.5.0-develop
1111
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
1212
home: http://www.openebs.io/
1313
keywords:

deploy/helm/charts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ helm install openebs-localpv openebs-localpv/localpv-provisioner --namespace ope
8888
| `localpv.image.registry` | Registry for LocalPV Provisioner image | `""` |
8989
| `localpv.image.repository` | Image repository for LocalPV Provisioner | `openebs/localpv-provisioner` |
9090
| `localpv.image.pullPolicy` | Image pull policy for LocalPV Provisioner | `IfNotPresent` |
91-
| `localpv.image.tag` | Image tag for LocalPV Provisioner | `4.4.0-develop` |
91+
| `localpv.image.tag` | Image tag for LocalPV Provisioner | `4.5.0-develop` |
9292
| `localpv.updateStrategy.type` | Update strategy for LocalPV Provisioner | `RollingUpdate` |
9393
| `localpv.annotations` | Annotations for LocalPV Provisioner metadata | `""` |
9494
| `localpv.podAnnotations` | Annotations for LocalPV Provisioner pods metadata | `""` |

deploy/helm/charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ localpv:
2929
image:
3030
registry: ""
3131
repository: openebs/provisioner-localpv
32-
tag: 4.4.0-develop
32+
tag: 4.5.0-develop
3333
pullPolicy: IfNotPresent
3434
updateStrategy:
3535
type: RollingUpdate

0 commit comments

Comments
 (0)