diff --git a/deploy/helm/charts/README.md b/deploy/helm/charts/README.md index 75730f76..8a81615d 100644 --- a/deploy/helm/charts/README.md +++ b/deploy/helm/charts/README.md @@ -68,7 +68,6 @@ helm install openebs-localpv openebs-localpv/localpv-provisioner --namespace ope | Parameter | Description | Default | | ------------------------------------------- |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------| -| `release.version` | LocalPV Provisioner release version | `4.1.1` | | `analytics.enabled` | Enable sending stats to Google Analytics | `true` | | `analytics.pingInterval` | Duration(hours) between sending ping stat | `24h` | | `extraLabels` | Additional labels to add to all chart resources | `{}` | diff --git a/deploy/helm/charts/templates/_helpers.tpl b/deploy/helm/charts/templates/_helpers.tpl index 4a092194..1d5e8786 100644 --- a/deploy/helm/charts/templates/_helpers.tpl +++ b/deploy/helm/charts/templates/_helpers.tpl @@ -38,7 +38,6 @@ Meta labels {{- define "localpv.common.metaLabels" -}} chart: {{ template "localpv.chart" . }} heritage: {{ .Release.Service }} -openebs.io/version: {{ .Values.release.version | quote }} {{- end -}} {{/*