File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed
Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ description: Helm chart for OpenEBS Dynamic Local PV. For instructions to instal
44type : application
55# This is the chart version. This version number should be incremented each time you make changes
66# to the chart and its templates, including the app version.
7- version : 4.1.0
7+ version : 4.1.1
88# This is the version number of the application being deployed. This version number should be
99# incremented each time you make changes to the application.
10- appVersion : 4.1.0
10+ appVersion : 4.1.1
1111icon : https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
1212home : http://www.openebs.io/
1313keywords :
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ helm install openebs-localpv openebs-localpv/localpv-provisioner --namespace ope
6868
6969| Parameter | Description | Default |
7070| ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -------------------------------|
71- | ` release.version ` | LocalPV Provisioner release version | ` 4.1.0 ` |
71+ | ` release.version ` | LocalPV Provisioner release version | ` 4.1.1 ` |
7272| ` analytics.enabled ` | Enable sending stats to Google Analytics | ` true ` |
7373| ` analytics.pingInterval ` | Duration(hours) between sending ping stat | ` 24h ` |
7474| ` extraLabels ` | Additional labels to add to all chart resources | ` {} ` |
@@ -88,7 +88,7 @@ helm install openebs-localpv openebs-localpv/localpv-provisioner --namespace ope
8888| ` localpv.image.registry ` | Registry for LocalPV Provisioner image | ` "" ` |
8989| ` localpv.image.repository ` | Image repository for LocalPV Provisioner | ` openebs/localpv-provisioner ` |
9090| ` localpv.image.pullPolicy ` | Image pull policy for LocalPV Provisioner | ` IfNotPresent ` |
91- | ` localpv.image.tag ` | Image tag for LocalPV Provisioner | ` 4.1.0 ` |
91+ | ` localpv.image.tag ` | Image tag for LocalPV Provisioner | ` 4.1.1 ` |
9292| ` localpv.updateStrategy.type ` | Update strategy for LocalPV Provisioner | ` RollingUpdate ` |
9393| ` localpv.annotations ` | Annotations for LocalPV Provisioner metadata | ` "" ` |
9494| ` localpv.podAnnotations ` | Annotations for LocalPV Provisioner pods metadata | ` "" ` |
Original file line number Diff line number Diff line change 7878 # default base path on the node where host-path PVs will be provisioned.
7979 - name : OPENEBS_IO_ENABLE_ANALYTICS
8080 value : " {{ .Values.analytics.enabled }}"
81+ {{- if .Values.analytics.gaId }}
82+ - name : GA_ID
83+ value : {{ .Values.analytics.gaId | quote }}
84+ {{- end }}
85+ {{- if .Values.analytics.gaKey }}
86+ - name : GA_KEY
87+ value : {{ .Values.analytics.gaKey | quote }}
88+ {{- end }}
8189 - name : OPENEBS_IO_BASE_PATH
8290 value : " {{ .Values.localpv.basePath }}"
8391 - name : OPENEBS_IO_HELPER_IMAGE
Original file line number Diff line number Diff line change 33# Declare variables to be passed into your templates.
44
55release :
6- version : " 4.1.0 "
6+ version : " 4.1.1 "
77
88rbac :
99 # rbac.create: `true` if rbac resources should be created
@@ -19,7 +19,7 @@ localpv:
1919 # For example : quay.io/ is a correct value here and quay.io is incorrect
2020 registry :
2121 repository : openebs/provisioner-localpv
22- tag : 4.1.0
22+ tag : 4.1.1
2323 pullPolicy : IfNotPresent
2424 updateStrategy :
2525 type : RollingUpdate
You can’t perform that action at this time.
0 commit comments