Skip to content

Commit 9212bc8

Browse files
committed
ci: prepare for 1.0.2 release
Making the required chages to the templates for 1.0.2 release. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
1 parent 22d7e0b commit 9212bc8

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

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 ?= v1.0.1
4+
IMAGE_TAG ?= v1.0.2
55
IMAGE_NAME ?= ceph-csi-operator
66

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

deploy/all-in-one/install-openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16883,7 +16883,7 @@ spec:
1688316883
value: ceph-csi-operator-
1688416884
- name: WATCH_NAMESPACE
1688516885
value: ""
16886-
image: quay.io/cephcsi/ceph-csi-operator:v1.0.1
16886+
image: quay.io/cephcsi/ceph-csi-operator:v1.0.2
1688716887
livenessProbe:
1688816888
httpGet:
1688916889
path: /healthz

deploy/all-in-one/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16765,7 +16765,7 @@ spec:
1676516765
value: ceph-csi-operator-
1676616766
- name: WATCH_NAMESPACE
1676716767
value: ""
16768-
image: quay.io/cephcsi/ceph-csi-operator:v1.0.1
16768+
image: quay.io/cephcsi/ceph-csi-operator:v1.0.2
1676916769
livenessProbe:
1677016770
httpGet:
1677116771
path: /healthz

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ controllerManager:
2525
image:
2626
# -- Repository for the ceph-csi-operator image (default: "quay.io/cephcsi/ceph-csi-operator")
2727
repository: quay.io/cephcsi/ceph-csi-operator
28-
# -- Tag for the ceph-csi-operator image (default: "v1.0.1")
29-
tag: v1.0.1
28+
# -- Tag for the ceph-csi-operator image (default: "v1.0.2")
29+
tag: v1.0.2
3030
# Resource limits and requests for the manager container
3131
resources:
3232
limits:

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:v1.0.1
530+
image: quay.io/cephcsi/ceph-csi-operator:v1.0.2
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
@@ -69,7 +69,7 @@ The following table lists the configurable parameters of the ceph-csi-operator c
6969
| `controllerManager.manager.env.csiServiceAccountPrefix` | Prefix for CSI service account names created by the operator (default: "ceph-csi-operator-") | `"ceph-csi-operator-"` |
7070
| `controllerManager.manager.env.watchNamespace` | Namespace to watch for resources, empty for all namespaces (default: "") | `""` |
7171
| `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"` |
7373
| `controllerManager.manager.resources.limits.cpu` | CPU limit for the manager container (default: "500m") | `"500m"` |
7474
| `controllerManager.manager.resources.limits.memory` | Memory limit for the manager container (default: "128Mi") | `"128Mi"` |
7575
| `controllerManager.manager.resources.requests.cpu` | CPU request for the manager container (default: "10m") | `"10m"` |

0 commit comments

Comments
 (0)