Skip to content

Commit a0d38c2

Browse files
authored
Merge pull request #261 from Madhu-1/release-prep-0.3.1
ci: update image tag for the next release
2 parents d707e96 + 8d8792e commit a0d38c2

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 ?= latest
4+
IMAGE_TAG ?= v0.3.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
@@ -29816,7 +29816,7 @@ spec:
2981629816
value: ceph-csi-operator-
2981729817
- name: WATCH_NAMESPACE
2981829818
value: ""
29819-
image: quay.io/cephcsi/ceph-csi-operator:latest
29819+
image: quay.io/cephcsi/ceph-csi-operator:v0.3.1
2982029820
livenessProbe:
2982129821
httpGet:
2982229822
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: latest
22+
tag: v0.3.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
@@ -519,7 +519,7 @@ spec:
519519
value: ceph-csi-operator-
520520
- name: WATCH_NAMESPACE
521521
value: ""
522-
image: quay.io/cephcsi/ceph-csi-operator:latest
522+
image: quay.io/cephcsi/ceph-csi-operator:v0.3.1
523523
livenessProbe:
524524
httpGet:
525525
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` | | `"latest"` |
56+
| `controllerManager.manager.image.tag` | | `"v0.3.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)