Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dfroberg/cluster
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cb083da1d434d277bf32f10095e23a4b25635216
Choose a base ref
..
head repository: dfroberg/cluster
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4d13b469ba8b59cfaee978470e9c6f4c5214a47e
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 cluster/core/storage/rook-ceph-old/storage/ceph-cluster.yaml
  2. +1 −1 provision/ansible/requirements.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ metadata:
namespace: rook-ceph
spec:
cephVersion:
image: quay.io/ceph/ceph:v17.1.0
image: quay.io/ceph/ceph:v17.2.5
allowUnsupported: false
dataDirHostPath: /var/lib/rook
skipUpgradeChecks: false
2 changes: 1 addition & 1 deletion provision/ansible/requirements.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ collections:
- name: ansible.posix
version: 1.4.0
- name: community.docker
version: 3.4.3
version: 3.4.6
- name: community.general
version: 5.7.0
- name: kubernetes.core