22# This is a YAML-formatted file.
33# Declare variables to be passed into your templates.
44release :
5- version : " 1.0 .0"
5+ version : " 1.1 .0"
66
77imagePullSecrets :
88# - name: "image-pull-secret"
@@ -23,8 +23,8 @@ lvmNode:
2323 name : " csi-node-driver-registrar"
2424 image :
2525 # Make sure that registry name end with a '/'.
26- # For example : k8s.gcr .io/ is a correct value here and quay.io is incorrect
27- registry : k8s.gcr .io/
26+ # For example : registry.k8s .io/ is a correct value here and quay.io is incorrect
27+ registry : registry.k8s .io/
2828 repository : sig-storage/csi-node-driver-registrar
2929 pullPolicy : IfNotPresent
3030 # Overrides the image tag whose default is the chart appVersion.
@@ -54,6 +54,13 @@ lvmNode:
5454 create : true
5555 name : lvm-localpv-csi-node-critical
5656 logLevel : 5
57+ # Configure kubernetes client API requests rate.
58+ kubeClientRateLimiter :
59+ # Configure the number of queries per second.
60+ qps : 0
61+ # Configure the maximum number of queries allowed after
62+ # accounting for rolled over qps from previous seconds.
63+ burst : 0
5764
5865
5966# lvmController contains the configurables for
@@ -67,8 +74,8 @@ lvmController:
6774 name : " csi-resizer"
6875 image :
6976 # Make sure that registry name end with a '/'.
70- # For example : k8s.gcr .io/ is a correct value here and quay.io is incorrect
71- registry : k8s.gcr .io/
77+ # For example : registry.k8s .io/ is a correct value here and quay.io is incorrect
78+ registry : registry.k8s .io/
7279 repository : sig-storage/csi-resizer
7380 pullPolicy : IfNotPresent
7481 # Overrides the image tag whose default is the chart appVersion.
@@ -77,8 +84,8 @@ lvmController:
7784 name : " csi-snapshotter"
7885 image :
7986 # Make sure that registry name end with a '/'.
80- # For example : k8s.gcr .io/ is a correct value here and quay.io is incorrect
81- registry : k8s.gcr .io/
87+ # For example : registry.k8s .io/ is a correct value here and quay.io is incorrect
88+ registry : registry.k8s .io/
8289 repository : sig-storage/csi-snapshotter
8390 pullPolicy : IfNotPresent
8491 # Overrides the image tag whose default is the chart appVersion.
@@ -87,8 +94,8 @@ lvmController:
8794 name : " snapshot-controller"
8895 image :
8996 # Make sure that registry name end with a '/'.
90- # For example : k8s.gcr .io/ is a correct value here and quay.io is incorrect
91- registry : k8s.gcr .io/
97+ # For example : registry.k8s .io/ is a correct value here and quay.io is incorrect
98+ registry : registry.k8s .io/
9299 repository : sig-storage/snapshot-controller
93100 pullPolicy : IfNotPresent
94101 # Overrides the image tag whose default is the chart appVersion.
@@ -97,8 +104,8 @@ lvmController:
97104 name : " csi-provisioner"
98105 image :
99106 # Make sure that registry name end with a '/'.
100- # For example : k8s.gcr .io/ is a correct value here and quay.io is incorrect
101- registry : k8s.gcr .io/
107+ # For example : registry.k8s .io/ is a correct value here and quay.io is incorrect
108+ registry : registry.k8s .io/
102109 repository : sig-storage/csi-provisioner
103110 pullPolicy : IfNotPresent
104111 # Overrides the image tag whose default is the chart appVersion.
@@ -123,19 +130,26 @@ lvmController:
123130 priorityClass :
124131 create : true
125132 name : lvm-localpv-csi-controller-critical
133+ # Configure kubernetes client API requests rate.
134+ kubeClientRateLimiter :
135+ # Configure the number of queries per second.
136+ qps : 0
137+ # Configure the maximum number of queries allowed after
138+ # accounting for rolled over qps from previous seconds.
139+ burst : 0
126140
127141# lvmPlugin is the common csi container used by the
128142# controller statefulset and node daemonset
129143lvmPlugin :
130144 name : " openebs-lvm-plugin"
131145 image :
132146 # Make sure that registry name end with a '/'.
133- # For example : k8s.gcr .io/ is a correct value here and quay.io is incorrect
147+ # For example : registry.k8s .io/ is a correct value here and quay.io is incorrect
134148 registry :
135149 repository : openebs/lvm-driver
136150 pullPolicy : IfNotPresent
137151 # Overrides the image tag whose default is the chart appVersion.
138- tag : 1.0 .0
152+ tag : 1.1 .0
139153 ioLimits :
140154 enabled : false
141155 containerRuntime : containerd
0 commit comments