Files
openstack-helm-infra/releasenotes/notes/ceph-mon.yaml
Chinasubbareddy Mallavarapu 4eee89ccba [ceph-mon] Fix python3 issue for util scripts
This is to update python3 for checkObjectReplication.py script
since python2 got removed from ceph images.

Change-Id: I006a4becaeefb2a0cbef6f5d1fb56c7fc40b0170
2021-05-05 14:17:45 +00:00

11 lines
317 B
YAML

---
ceph-mon:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency to >= 0.1.0
- 0.1.2 Enable shareProcessNamespace in mon daemonset
- 0.1.3 Run mon container as ceph user
- 0.1.4 Uplift from Nautilus to Octopus release
- 0.1.5 Add Ceph CSI plugin
- 0.1.6 Fix python3 issue for util scripts
...