File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Image URL to use all building/pushing image targets
22IMAGE_REGISTRY ?= quay.io
33REGISTRY_NAMESPACE ?= cephcsi
4- IMAGE_TAG ?= v0.4.0
4+ IMAGE_TAG ?= v0.4.1
55IMAGE_NAME ?= ceph-csi-operator
66
77# Allow customization of the name prefix and/or namespace
Original file line number Diff line number Diff line change @@ -30765,7 +30765,7 @@ spec:
3076530765 value: ceph-csi-operator-
3076630766 - name: WATCH_NAMESPACE
3076730767 value: ""
30768- image: quay.io/cephcsi/ceph-csi-operator:v0.4.0
30768+ image: quay.io/cephcsi/ceph-csi-operator:v0.4.1
3076930769 livenessProbe:
3077030770 httpGet:
3077130771 path: /healthz
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ controllerManager:
1919 watchNamespace : " "
2020 image :
2121 repository : quay.io/cephcsi/ceph-csi-operator
22- tag : v0.4.0
22+ tag : v0.4.1
2323 resources :
2424 limits :
2525 cpu : 500m
Original file line number Diff line number Diff line change @@ -527,7 +527,7 @@ spec:
527527 value : ceph-csi-operator-
528528 - name : WATCH_NAMESPACE
529529 value : " "
530- image : quay.io/cephcsi/ceph-csi-operator:v0.4.0
530+ image : quay.io/cephcsi/ceph-csi-operator:v0.4.1
531531 livenessProbe :
532532 httpGet :
533533 path : /healthz
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ The following table lists the configurable parameters of the ceph-csi-operator c
5353| ` controllerManager.manager.env.csiServiceAccountPrefix ` | | ` "ceph-csi-operator-" ` |
5454| ` controllerManager.manager.env.watchNamespace ` | | ` "" ` |
5555| ` controllerManager.manager.image.repository ` | | ` "quay.io/cephcsi/ceph-csi-operator" ` |
56- | ` controllerManager.manager.image.tag ` | | ` "v0.4.0 " ` |
56+ | ` controllerManager.manager.image.tag ` | | ` "v0.4.1 " ` |
5757| ` controllerManager.manager.resources.limits.cpu ` | | ` "500m" ` |
5858| ` controllerManager.manager.resources.limits.memory ` | | ` "128Mi" ` |
5959| ` controllerManager.manager.resources.requests.cpu ` | | ` "10m" ` |
You can’t perform that action at this time.
0 commit comments