File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
jsonnet/openebs-mixin/rules Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments