openstack-helm-infra/releasenotes/notes/registry.yaml
Vasyl Saienko cae49d7455 Allow to use default storage class
When name of storage class is specified as default, do not add
storageClassName option to let kubernetes pick a default

Change-Id: I25c60e49ba770ce10ea2ec68c3555ffea49848fe
2024-11-19 07:49:37 +00:00

15 lines
572 B
YAML

---
registry:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 Update to container image repo k8s.gcr.io
- 0.1.3 Use full image ref for docker official images
- 0.1.4 Helm 3 - Fix Job labels
- 0.1.5 Update htk requirements
- 0.1.6 Added OCI registry authentication
- 0.1.7 Update kubernetes registry to registry.k8s.io
- 0.1.8 Update bootstrap image url for newer image format
- 0.1.9 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
- 0.1.10 Allow to use default storage class
...