openstack-helm-infra/releasenotes/notes/postgresql.yaml
Brian Haley f31cfb2ef9 support image registries with authentication
Based on spec in openstack-helm repo,
support-OCI-image-registry-with-authentication-turned-on.rst

Each Helm chart can configure an OCI image registry and
credentials to use. A Kubernetes secret is then created with these
info. Service Accounts then specify an imagePullSecret specifying
the Secret with creds for the registry. Then any pod using one
of these ServiceAccounts may pull images from an authenticated
container registry.

Change-Id: Iebda4c7a861aa13db921328776b20c14ba346269
2022-07-20 14:28:47 -05:00

21 lines
726 B
YAML

---
postgresql:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 adding archiving to postgres
- 0.1.3 Use explicit entrypoint for prometheus exporter
- 0.1.4 Allow probe tweaking
- 0.1.5 Optimize restart behavior
- 0.1.6 Revert "Add default reject rule ..."
- 0.1.7 postgres archive cleanup script
- 0.1.8 Add tls to Postgresql
- 0.1.9 Use full image ref for docker official images
- 0.1.10 Helm 3 - Fix Job labels
- 0.1.11 Update htk requirements
- 0.1.12 Enhance postgresql backup
- 0.1.13 Remove set -x
- 0.1.14 Fix invalid fields in values
- 0.1.15 Migrated CronJob resource to batch/v1 API version
- 0.1.16 Added OCI registry authentication
...