Skip to content

Commit 99fcdcf

Browse files
authored
Merge pull request #888 from openebs/update-chart-release/2.11
Bump future helm chart version on the release branch
2 parents f36a7a4 + e896d0d commit 99fcdcf

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

chart/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ type: application
2626
# This is the chart version. This version number should be incremented each time you make changes
2727
# to the chart and its templates, including the app version.
2828
# Versions are expected to follow Semantic Versioning (https://semver.org/)
29-
version: 2.11.1
29+
version: 2.11.2
3030

3131
# This is the version number of the application being deployed. This version number should be
3232
# incremented each time you make changes to the application. Versions are not expected to
3333
# follow Semantic Versioning. They should reflect the version the application is using.
3434
# It is recommended to use it with quotes.
35-
appVersion: "2.11.1"
35+
appVersion: "2.11.2"
3636

3737
dependencies:
3838
- name: crds
39-
version: 2.11.1
39+
version: 2.11.2
4040
condition: crds.enabled
4141
- name: etcd
4242
repository: https://charts.bitnami.com/bitnami

chart/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Mayastor Helm chart for Kubernetes
44

5-
![Version: 2.11.1](https://img.shields.io/badge/Version-2.11.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.11.1](https://img.shields.io/badge/AppVersion-2.11.1-informational?style=flat-square)
5+
![Version: 2.11.2](https://img.shields.io/badge/Version-2.11.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.11.2](https://img.shields.io/badge/AppVersion-2.11.2-informational?style=flat-square)
66

77
## Installation Guide
88

@@ -54,7 +54,7 @@ This removes all the Kubernetes components associated with the chart and deletes
5454

5555
| Repository | Name | Version |
5656
|------------|------|---------|
57-
| | crds | 2.11.1 |
57+
| | crds | 2.11.2 |
5858
| https://charts.bitnami.com/bitnami | etcd | 12.0.14 |
5959
| https://grafana.github.io/helm-charts | alloy | 1.0.1 |
6060
| https://grafana.github.io/helm-charts | loki | 6.29.0 |

chart/charts/crds/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: crds
3-
version: 2.11.1
3+
version: 2.11.2
44
description: |
55
A Helm chart that collects CustomResourceDefinitions (CRDs) from Mayastor.
66

chart/doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository:
88
name: mayastor
99
chart:
1010
name: mayastor
11-
version: 2.11.1
11+
version: 2.11.2
1212
values: "-- generate from values file --"
1313
valuesExample: "-- generate from values file --"
1414
prerequisites:

0 commit comments

Comments
 (0)