openstack-helm-infra/releasenotes/notes/ingress.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

17 lines
638 B
YAML

---
ingress:
- 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.2.0 Update default Kubernetes API for use with Helm v3
- 0.2.1 Use HostToContainer mountPropagation
- 0.2.2 Use full image ref for docker official images
- 0.2.3 Uplift ingress to 0.42.0
- 0.2.4 Update htk requirements
- 0.2.5 Migrate Ingress resources to networking.k8s.io/v1
- 0.2.6 Add option to assign VIP as externalIP
- 0.2.7 Enable taint toleration for Openstack services jobs
- 0.2.8 Uplift ingress to 1.1.3
- 0.2.9 Added OCI registry authentication
...