Move to bionic nagios image

Change-Id: I0dd1f739ea4225dc56dc5bfd1fdafd872c8e4b73
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
This commit is contained in:
Andrii Ostapenko 2021-10-27 10:29:12 -06:00
parent b5d9406c47
commit 092e295a67
No known key found for this signature in database
GPG Key ID: F3E83668DBB223B3
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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
...