Files
openstack-helm/releasenotes/notes/registry-daf63a0fbe9771cb.yaml
Vladimir Kozhukalov cee82d91b6 Fix monitoring job
- Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_jammy
  image by default in Nagios and Registy
- Update docker client image in registry. The registry bootstrap
  script fails with the old image
- Update monitoring deployment scripts so they use
  nginx-osh-infra ingress class
- Update deploy-env role so it deploys the ingress-nginx with the
  allowSnippetAnnotations=true and creates Metallb endpoint for the
  osh-infra ingress instance.

Change-Id: I26150c3d012cac0988e4281e322b6768f0b76224
Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
2025-11-14 12:34:55 -06:00

8 lines
168 B
YAML

---
registry:
- Update docker client image to 29
- |
Use quay.io/airshipit/keystone-entrypoint:latest-ubuntu_jammy
image by default for init containers
...