Update openstack-exporter chart to use new image

This change updates the prometheus-openstack-exporter
chart to pull an updated image which runs on python 3.

Co-Authored By: Bharat Khare <bk552w@att.com>
Depends On: https://review.opendev.org/686252
Change-Id: I4db500ba395b1d8417491bcde82be95a039eeb4f
This commit is contained in:
Steven Fitzpatrick 2019-10-04 15:46:07 -05:00
parent 8314c53030
commit 0a5a6caee6
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ set -ex
COMMAND="${@:-start}"
function start () {
exec python /usr/local/bin/exporter/main.py
exec python3 /usr/local/bin/exporter/main.py
}
function stop () {

View File

@ -18,7 +18,7 @@
images:
tags:
prometheus_openstack_exporter: quay.io/attcomdev/prometheus-openstack-exporter:3231f14419f0c47547ce2551b7d884cd222104e6
prometheus_openstack_exporter: docker.io/openstackhelm/prometheus-openstack-exporter:latest-ubuntu_bionic
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
image_repo_sync: docker.io/docker:17.07.0
ks_user: docker.io/openstackhelm/heat:newton-ubuntu_xenial