You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/helm-charts/operator-chart.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ The following table lists the configurable parameters of the ceph-csi-operator c
69
69
|`controllerManager.manager.env.csiServiceAccountPrefix`| Prefix for CSI service account names created by the operator (default: "ceph-csi-operator-") |`"ceph-csi-operator-"`|
70
70
|`controllerManager.manager.env.watchNamespace`| Namespace to watch for resources, empty for all namespaces (default: "") |`""`|
71
71
|`controllerManager.manager.image.repository`| Repository for the ceph-csi-operator image (default: "quay.io/cephcsi/ceph-csi-operator") |`"quay.io/cephcsi/ceph-csi-operator"`|
72
-
|`controllerManager.manager.image.tag`| Tag for the ceph-csi-operator image (default: "v1.0.1") |`"v1.0.1"`|
72
+
|`controllerManager.manager.image.tag`| Tag for the ceph-csi-operator image (default: "v1.0.2") |`"v1.0.2"`|
73
73
|`controllerManager.manager.resources.limits.cpu`| CPU limit for the manager container (default: "500m") |`"500m"`|
74
74
|`controllerManager.manager.resources.limits.memory`| Memory limit for the manager container (default: "128Mi") |`"128Mi"`|
75
75
|`controllerManager.manager.resources.requests.cpu`| CPU request for the manager container (default: "10m") |`"10m"`|
0 commit comments