Skip to content

Commit

Permalink
use newer version of rook (#3053)
Browse files Browse the repository at this point in the history
  • Loading branch information
cicharka committed Apr 11, 2022
1 parent 99baa9e commit 6d5f583
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ files:
'https://helm.elastic.co/helm/filebeat/filebeat-7.9.2.tgz':
sha256: 5140b4c4473ca33a0af4c3f70545dcc89735c0a179d974ebc150f1f28ac229ab

'https://charts.rook.io/release/rook-ceph-v1.8.5.tgz':
sha256: 11a425c16a8513e9cf7a2d6de396ea6e5166a03a63a8bf883d4f2098ab35b268
'https://charts.rook.io/release/rook-ceph-v1.8.8.tgz':
sha256: f67e474dedffd4004f3a0b7b40112694a7f1c2b1a0048b03b3083d0a01e86b14

'https://charts.rook.io/release/rook-ceph-cluster-v1.8.5.tgz':
sha256: 58695a740845091c10426266e7b345fe6185ee5a3b86f1f2d6e52a55af8503c1
'https://charts.rook.io/release/rook-ceph-cluster-v1.8.8.tgz':
sha256: df4e1f2125af41fb84c72e4d12aa0cb859dddd4f37b3d5979981bd092040bd16
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,5 @@ images:
'quay.io/cephcsi/cephcsi:v3.5.1':
sha1: 51dee9ea8ad76fb95ebd16f951e8ffaaaba95eb6

'rook/ceph:v1.8.5':
sha1: a70ecb9007032e4374ba01c1a3140e3136ed298b
'rook/ceph:v1.8.8':
sha1: f34039b17b18f5a855b096d48ff787b4013615e4
4 changes: 2 additions & 2 deletions ansible/playbooks/roles/rook/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
rook_helm_chart_file_name: rook-ceph-v1.8.5.tgz
rook_helm_cluster_chart_file_name: rook-ceph-cluster-v1.8.5.tgz
rook_helm_chart_file_name: rook-ceph-v1.8.8.tgz
rook_helm_cluster_chart_file_name: rook-ceph-cluster-v1.8.8.tgz
rook_helm_chart_name: rook-ceph
rook_helm_cluster_chart_name: rook-ceph-cluster
2 changes: 1 addition & 1 deletion docs/home/COMPONENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Note that versions are default versions and can be changed in certain cases thro
| Pgpool | 4.2.4 | https://www.pgpool.net/ | [License](https://www.pgpool.net/mediawiki/index.php/pgpool-II_License) |
| Alertmanager | 0.23.0 | https://github.com/prometheus/alertmanager | [Apache License 2.0](https://github.com/prometheus/alertmanager/blob/master/LICENSE) |
| Apache2 | 2.4.29 | https://httpd.apache.org/ | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) |
| Rook | 1.8.5 | https://rook.io/ | [Apache License 2.0](https://github.com/rook/rook/blob/master/LICENSE) |
| Rook | 1.8.8 | https://rook.io/ | [Apache License 2.0](https://github.com/rook/rook/blob/master/LICENSE) |

## Epicli binary dependencies

Expand Down
5 changes: 3 additions & 2 deletions docs/home/howto/kubernetes/PERSISTENT_STORAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,11 @@ More information about Helm Chart values may be found:
- [Helm Ceph Cluster](https://github.com/rook/rook/blob/master/Documentation/helm-ceph-cluster.md)

Sample configuration files that can be used in Epiphany `configuration/rook`:
- [Helm Operator](https://raw.githubusercontent.com/rook/rook/v1.8.5/deploy/charts/rook-ceph/values.yaml)
- [Helm Ceph Cluster](https://raw.githubusercontent.com/rook/rook/v1.8.5/deploy/charts/rook-ceph-cluster/values.yaml)
- [Helm Operator](https://raw.githubusercontent.com/rook/rook/v1.8.8/deploy/charts/rook-ceph/values.yaml)
- [Helm Ceph Cluster](https://raw.githubusercontent.com/rook/rook/v1.8.8/deploy/charts/rook-ceph-cluster/values.yaml)

More informations about Rook with Ceph storage may be found in the official Rook [documentation](https://rook.io/docs/rook/v1.8/).

### Azure

#### Infrastructure
Expand Down

0 comments on commit 6d5f583

Please sign in to comment.