diff --git a/nagios/Chart.yaml b/nagios/Chart.yaml index 39276e16e..29bbea242 100644 --- a/nagios/Chart.yaml +++ b/nagios/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Nagios name: nagios -version: 0.1.4 +version: 0.1.5 home: https://www.nagios.org sources: - https://opendev.org/openstack/openstack-helm-addons diff --git a/nagios/values.yaml b/nagios/values.yaml index cff49a635..11632938e 100644 --- a/nagios/values.yaml +++ b/nagios/values.yaml @@ -18,7 +18,7 @@ images: tags: apache_proxy: docker.io/library/httpd:2.4 - nagios: docker.io/openstackhelm/nagios:latest-ubuntu_xenial + nagios: docker.io/openstackhelm/nagios:latest-ubuntu_bionic dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.2.1 selenium_tests: docker.io/openstackhelm/osh-selenium:latest-ubuntu_bionic image_repo_sync: docker.io/library/docker:17.07.0 diff --git a/releasenotes/notes/nagios.yaml b/releasenotes/notes/nagios.yaml index fc677dfc1..8984e836a 100644 --- a/releasenotes/notes/nagios.yaml +++ b/releasenotes/notes/nagios.yaml @@ -5,4 +5,5 @@ nagios: - 0.1.2 Use full image ref for docker official images - 0.1.3 Mount internal TLS CA certificate - 0.1.4 Update htk requirements + - 0.1.5 Switch nagios image from xenial to bionic ...