Skip to content

Commit

Permalink
Merge pull request #104 from openebs/update-lvmLocalPV
Browse files Browse the repository at this point in the history
change lvmlocalpv reference to mixcase
  • Loading branch information
avishnu authored Oct 23, 2023
2 parents 6091430 + 4935ea8 commit 161b5af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ keywords:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.12
version: 0.4.13

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion jsonnet/openebs-mixin/rules/prometheus-rules.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ function(param) {
local prometheusRules = self,
_config+:: param,
prometheusRules+::
cstor(prometheusRules._config).prometheusRules.cStor + jiva(prometheusRules._config).prometheusRules.jiva + lvmLocalPV(prometheusRules._config).prometheusRules.lvmlocalpv + volume(prometheusRules._config).prometheusRules.volume
cstor(prometheusRules._config).prometheusRules.cStor + jiva(prometheusRules._config).prometheusRules.jiva + lvmLocalPV(prometheusRules._config).prometheusRules.lvmLocalPV + volume(prometheusRules._config).prometheusRules.volume
+ npd(prometheusRules._config).prometheusRules.npd,
}

0 comments on commit 161b5af

Please sign in to comment.