openstack-helm-infra/releasenotes/notes/ceph-adapter-rook.yaml
Vladimir Kozhukalov b460c559bb Simplify ceph-adapter-rook
- Do not deploy anything in the ceph namespace
- Prepare admin key secret in the openstack namespace.
  Get admin key from the Ceph tools pod
- Prepare Ceph client config with the mon_host
  taken from the rook-ceph-mon-endpoints configmap
  as recommended in the Rook documentation.

Change-Id: Idd4134efab49de032a389283e611c4959a6cbf24
2024-06-19 06:41:03 -05:00

8 lines
232 B
YAML

---
ceph-adapter-rook:
- 0.1.0 Initial Chart
- 0.1.1 Update Ceph images to Jammy and Reef 18.2.1
- 0.1.2 Update Ceph images to patched 18.2.2 and restore debian-reef repo
- 0.1.3 Simplify and remove unnecessary entities
...