f31cfb2ef9
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
14 lines
511 B
YAML
14 lines
511 B
YAML
---
|
|
prometheus-alertmanager:
|
|
- 0.1.0 Initial Chart
|
|
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
|
|
- 0.1.2 Add extensible command line flags to Alertmanager
|
|
- 0.1.3 Add LDAP to Alertmanager
|
|
- 0.1.4 Remove snmp_notifier subchart from alertmanager
|
|
- 0.1.5 Add Prometheus Scrape Annotation
|
|
- 0.1.6 Remove Alerta from openstack-helm-infra repository
|
|
- 0.1.7 Use full image ref for docker official images
|
|
- 0.1.8 Update htk requirements
|
|
- 0.1.9 Added OCI registry authentication
|
|
...
|