File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ type: application
16
16
# This is the chart version. This version number should be incremented each time you make changes
17
17
# to the chart and its templates, including the app version.
18
18
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19
- version : 2.7.3
19
+ version : 2.7.4
20
20
21
21
# This is the version number of the application being deployed. This version number should be
22
22
# incremented each time you make changes to the application. Versions are not expected to
23
23
# follow Semantic Versioning. They should reflect the version the application is using.
24
24
# It is recommended to use it with quotes.
25
- appVersion : " 2.7.3 "
25
+ appVersion : " 2.7.4 "
26
26
27
27
dependencies :
28
28
- name : crds
29
- version : 2.7.3
29
+ version : 2.7.4
30
30
condition : crds.enabled
31
31
- name : etcd
32
32
repository : https://charts.bitnami.com/bitnami
Original file line number Diff line number Diff line change 2
2
3
3
Mayastor Helm chart for Kubernetes
4
4
5
- ![ Version: 2.7.3 ] ( https://img.shields.io/badge/Version-2.7.3 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.7.3 ] ( https://img.shields.io/badge/AppVersion-2.7.3 -informational?style=flat-square )
5
+ ![ Version: 2.7.4 ] ( https://img.shields.io/badge/Version-2.7.4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.7.4 ] ( https://img.shields.io/badge/AppVersion-2.7.4 -informational?style=flat-square )
6
6
7
7
## Installation Guide
8
8
@@ -54,7 +54,7 @@ This removes all the Kubernetes components associated with the chart and deletes
54
54
55
55
| Repository | Name | Version |
56
56
| ------------| ------| ---------|
57
- | | crds | 2.7.3 |
57
+ | | crds | 2.7.4 |
58
58
| https://charts.bitnami.com/bitnami | etcd | 8.6.0 |
59
59
| https://grafana.github.io/helm-charts | loki-stack | 2.9.11 |
60
60
| https://jaegertracing.github.io/helm-charts | jaeger-operator | 2.50.1 |
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : crds
3
- version : 2.7.3
3
+ version : 2.7.4
4
4
description : |
5
5
A Helm chart that collects CustomResourceDefinitions (CRDs) from Mayastor.
6
6
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repository:
8
8
name : mayastor
9
9
chart :
10
10
name : mayastor
11
- version : 2.7.3
11
+ version : 2.7.4
12
12
values : " -- generate from values file --"
13
13
valuesExample : " -- generate from values file --"
14
14
prerequisites :
You can’t perform that action at this time.
0 commit comments