Skip to content

Commit d2d863b

Browse files
authored
Merge pull request #336 from Madhu-1/release-0.4.1
ci: update templates for 0.4.1 release
2 parents d507b60 + fbe805f commit d2d863b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Image URL to use all building/pushing image targets
22
IMAGE_REGISTRY ?= quay.io
33
REGISTRY_NAMESPACE ?= cephcsi
4-
IMAGE_TAG ?= v0.4.0
4+
IMAGE_TAG ?= v0.4.1
55
IMAGE_NAME ?= ceph-csi-operator
66

77
# Allow customization of the name prefix and/or namespace

deploy/all-in-one/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

deploy/charts/ceph-csi-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

deploy/multifile/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/helm-charts/operator-chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"` |

0 commit comments

Comments
 (0)