Merge "Update openstack-exporter chart to use new image"
This commit is contained in:
commit
1c9cc1cb1d
@ -20,7 +20,7 @@ set -ex
|
|||||||
COMMAND="${@:-start}"
|
COMMAND="${@:-start}"
|
||||||
|
|
||||||
function start () {
|
function start () {
|
||||||
exec python /usr/local/bin/exporter/main.py
|
exec python3 /usr/local/bin/exporter/main.py
|
||||||
}
|
}
|
||||||
|
|
||||||
function stop () {
|
function stop () {
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
images:
|
images:
|
||||||
tags:
|
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
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
||||||
image_repo_sync: docker.io/docker:17.07.0
|
image_repo_sync: docker.io/docker:17.07.0
|
||||||
ks_user: docker.io/openstackhelm/heat:newton-ubuntu_xenial
|
ks_user: docker.io/openstackhelm/heat:newton-ubuntu_xenial
|
||||||
|
Loading…
Reference in New Issue
Block a user