Unverified Commit f4011b9f authored by Travis Nielsen's avatar Travis Nielsen Committed by GitHub
Browse files

Merge pull request #4705 from travisn/release-1.1.9

Set the v1.1.9 release tag
No related merge requests found
Showing with 14 additions and 14 deletions
+14 -14
......@@ -43,10 +43,10 @@ With this upgrade guide, there are a few notes to consider:
## Patch Release Upgrades
Unless otherwise noted due to extenuating requirements, upgrades from one patch release of Rook to
another are as simple as updating the image of the Rook operator. For example, when Rook v1.1.8 is
another are as simple as updating the image of the Rook operator. For example, when Rook v1.1.9 is
released, the process of updating from v1.1.0 is as simple as running the following:
```
kubectl -n rook-ceph set image deploy/rook-ceph-operator rook-ceph-operator=rook/ceph:v1.1.8
kubectl -n rook-ceph set image deploy/rook-ceph-operator rook-ceph-operator=rook/ceph:v1.1.9
```
## Upgrading from v1.0 to v1.1
......
......@@ -21,7 +21,7 @@ spec:
effect: NoSchedule
containers:
- name: ceph-after-reboot-check
image: rook/ceph:v1.1.8
image: rook/ceph:v1.1.9
imagePullPolicy: IfNotPresent
command: ["/scripts/status-check.sh"]
env:
......
......@@ -21,7 +21,7 @@ spec:
effect: NoSchedule
containers:
- name: ceph-before-reboot-check
image: rook/ceph:v1.1.8
image: rook/ceph:v1.1.9
imagePullPolicy: IfNotPresent
command: ["/scripts/status-check.sh"]
env:
......
......@@ -186,7 +186,7 @@ subjects:
serviceAccountName: rook-cassandra-operator
containers:
- name: rook-cassandra-operator
image: rook/cassandra:v1.1.8
image: rook/cassandra:v1.1.9
imagePullPolicy: "Always"
args: ["cassandra", "operator"]
env:
......
......@@ -111,7 +111,7 @@ spec:
serviceAccountName: rook-ceph-system
containers:
- name: rook-ceph-operator
image: rook/ceph:v1.1.8
image: rook/ceph:v1.1.9
args: ["ceph", "operator"]
volumeMounts:
- mountPath: /var/lib/rook
......
......@@ -31,7 +31,7 @@ spec:
serviceAccountName: rook-ceph-system
containers:
- name: rook-ceph-operator
image: rook/ceph:v1.1.8
image: rook/ceph:v1.1.9
args: ["ceph", "operator"]
volumeMounts:
- mountPath: /var/lib/rook
......
......@@ -18,7 +18,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: rook-ceph-tools
image: rook/ceph:v1.1.8
image: rook/ceph:v1.1.9
command: ["/tini"]
args: ["-g", "--", "/usr/local/bin/toolbox.sh"]
imagePullPolicy: IfNotPresent
......
......@@ -94,7 +94,7 @@ spec:
serviceAccountName: rook-cockroachdb-operator
containers:
- name: rook-cockroachdb-operator
image: rook/cockroachdb:v1.1.8
image: rook/cockroachdb:v1.1.9
args: ["cockroachdb", "operator"]
env:
- name: POD_NAME
......
......@@ -370,7 +370,7 @@ spec:
serviceAccountName: rook-edgefs-system
containers:
- name: rook-edgefs-operator
image: rook/edgefs:v1.1.8
image: rook/edgefs:v1.1.9
imagePullPolicy: "Always"
args: ["edgefs", "operator"]
env:
......
......@@ -95,7 +95,7 @@ spec:
serviceAccountName: rook-minio-operator
containers:
- name: rook-minio-operator
image: rook/minio:v1.1.8
image: rook/minio:v1.1.9
args: ["minio", "operator"]
env:
- name: POD_NAME
......
......@@ -103,7 +103,7 @@ spec:
serviceAccountName: rook-nfs-operator
containers:
- name: rook-nfs-operator
image: rook/nfs:v1.1.8
image: rook/nfs:v1.1.9
imagePullPolicy: IfNotPresent
args: ["nfs", "operator"]
env:
......@@ -192,7 +192,7 @@ spec:
serviceAccount: rook-nfs-provisioner
containers:
- name: rook-nfs-provisioner
image: rook/nfs:v1.1.8
image: rook/nfs:v1.1.9
imagePullPolicy: IfNotPresent
args: ["nfs", "provisioner","--provisioner=rook.io/nfs-provisioner"]
env:
......
......@@ -100,7 +100,7 @@ spec:
serviceAccountName: rook-yugabytedb-operator
containers:
- name: rook-yugabytedb-operator
image: rook/yugabytedb:v1.1.8
image: rook/yugabytedb:v1.1.9
args: ["yugabytedb", "operator"]
env:
- name: POD_NAME
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment