Skip to content

Commit 161b5af

Browse files
authored
Merge pull request #104 from openebs/update-lvmLocalPV
change lvmlocalpv reference to mixcase
2 parents 6091430 + 4935ea8 commit 161b5af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ keywords:
3434
# This is the chart version. This version number should be incremented each time you make changes
3535
# to the chart and its templates, including the app version.
3636
# Versions are expected to follow Semantic Versioning (https://semver.org/)
37-
version: 0.4.12
37+
version: 0.4.13
3838

3939
# This is the version number of the application being deployed. This version number should be
4040
# incremented each time you make changes to the application. Versions are not expected to

jsonnet/openebs-mixin/rules/prometheus-rules.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ function(param) {
2323
local prometheusRules = self,
2424
_config+:: param,
2525
prometheusRules+::
26-
cstor(prometheusRules._config).prometheusRules.cStor + jiva(prometheusRules._config).prometheusRules.jiva + lvmLocalPV(prometheusRules._config).prometheusRules.lvmlocalpv + volume(prometheusRules._config).prometheusRules.volume
26+
cstor(prometheusRules._config).prometheusRules.cStor + jiva(prometheusRules._config).prometheusRules.jiva + lvmLocalPV(prometheusRules._config).prometheusRules.lvmLocalPV + volume(prometheusRules._config).prometheusRules.volume
2727
+ npd(prometheusRules._config).prometheusRules.npd,
2828
}

0 commit comments

Comments
 (0)