Move charts off using the :latest built tags
This updates charts that consume images built from osh-images to use tags other than the :latest tags. This will be followed up with the definition of jobs to allow for vetting out of updated images, as reliance on :latest tags assumes any change merged into osh-images will result in functionally correct behavior (which has shown to not be the case traditionally) Change-Id: I181aa56ed187604dc7583d8081e53cc69eb27310 Signed-off-by: Steve Wilkerson <sw5822@att.com>
This commit is contained in:
parent
092709d875
commit
cbeb7f149b
@ -25,11 +25,11 @@ release_group: null
|
|||||||
images:
|
images:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
tags:
|
tags:
|
||||||
ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:latest-ubuntu_xenial'
|
ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_xenial-20191119'
|
||||||
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial'
|
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_xenial-20191119'
|
||||||
ceph_mds: 'docker.io/openstackhelm/ceph-daemon:latest-ubuntu_xenial'
|
ceph_mds: 'docker.io/openstackhelm/ceph-daemon:ubuntu_xenial-20191119'
|
||||||
ceph_mgr: 'docker.io/openstackhelm/ceph-daemon:latest-ubuntu_xenial'
|
ceph_mgr: 'docker.io/openstackhelm/ceph-daemon:ubuntu_xenial-20191119'
|
||||||
ceph_rbd_pool: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial'
|
ceph_rbd_pool: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_xenial-20191119'
|
||||||
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'
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -24,10 +24,10 @@ deployment:
|
|||||||
images:
|
images:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
tags:
|
tags:
|
||||||
ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:latest-ubuntu_xenial'
|
ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_xenial-20191119'
|
||||||
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial'
|
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_xenial-20191119'
|
||||||
ceph_mon: 'docker.io/openstackhelm/ceph-daemon:latest-ubuntu_xenial'
|
ceph_mon: 'docker.io/openstackhelm/ceph-daemon:ubuntu_xenial-20191119'
|
||||||
ceph_mon_check: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial'
|
ceph_mon_check: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_xenial-20191119'
|
||||||
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'
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -20,9 +20,9 @@
|
|||||||
images:
|
images:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
tags:
|
tags:
|
||||||
ceph_osd: 'docker.io/openstackhelm/ceph-daemon:latest-ubuntu_xenial'
|
ceph_osd: 'docker.io/openstackhelm/ceph-daemon:ubuntu_xenial-20191119'
|
||||||
ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:latest-ubuntu_xenial'
|
ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_xenial-20191119'
|
||||||
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial'
|
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_xenial-20191119'
|
||||||
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'
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -28,10 +28,10 @@ release_group: null
|
|||||||
images:
|
images:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
tags:
|
tags:
|
||||||
ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:latest-ubuntu_xenial'
|
ceph_bootstrap: 'docker.io/openstackhelm/ceph-daemon:ubuntu_xenial-20191119'
|
||||||
ceph_cephfs_provisioner: 'docker.io/openstackhelm/ceph-cephfs-provisioner:latest-ubuntu_xenial'
|
ceph_cephfs_provisioner: 'docker.io/openstackhelm/ceph-cephfs-provisioner:ubuntu_xenial-20191119'
|
||||||
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial'
|
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_xenial-20191119'
|
||||||
ceph_rbd_provisioner: 'docker.io/openstackhelm/ceph-rbd-provisioner:latest-ubuntu_xenial'
|
ceph_rbd_provisioner: 'docker.io/openstackhelm/ceph-rbd-provisioner:ubuntu_xenial-20191119'
|
||||||
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'
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -25,11 +25,11 @@ release_group: null
|
|||||||
images:
|
images:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
tags:
|
tags:
|
||||||
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial'
|
ceph_config_helper: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_xenial-20191119'
|
||||||
ceph_rgw: 'docker.io/openstackhelm/ceph-daemon:latest-ubuntu_xenial'
|
ceph_rgw: 'docker.io/openstackhelm/ceph-daemon:ubuntu_xenial-20191119'
|
||||||
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'
|
||||||
rgw_s3_admin: 'docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial'
|
rgw_s3_admin: 'docker.io/openstackhelm/ceph-config-helper:ubuntu_xenial-20191119'
|
||||||
ks_endpoints: 'docker.io/openstackhelm/heat:newton-ubuntu_xenial'
|
ks_endpoints: 'docker.io/openstackhelm/heat:newton-ubuntu_xenial'
|
||||||
ks_service: 'docker.io/openstackhelm/heat:newton-ubuntu_xenial'
|
ks_service: 'docker.io/openstackhelm/heat:newton-ubuntu_xenial'
|
||||||
ks_user: 'docker.io/openstackhelm/heat:newton-ubuntu_xenial'
|
ks_user: 'docker.io/openstackhelm/heat:newton-ubuntu_xenial'
|
||||||
|
@ -21,15 +21,15 @@ images:
|
|||||||
apache_proxy: docker.io/httpd:2.4
|
apache_proxy: docker.io/httpd:2.4
|
||||||
memory_init: docker.io/openstackhelm/heat:newton-ubuntu_xenial
|
memory_init: docker.io/openstackhelm/heat:newton-ubuntu_xenial
|
||||||
curator: docker.io/bobrik/curator:5.6.0
|
curator: docker.io/bobrik/curator:5.6.0
|
||||||
elasticsearch: docker.io/openstackhelm/elasticsearch-s3:latest-5_6_4
|
elasticsearch: docker.io/openstackhelm/elasticsearch-s3:5_6_4-20191119
|
||||||
ceph_key_placement: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
ceph_key_placement: docker.io/openstackhelm/ceph-config-helper:ubuntu_xenial-20191119
|
||||||
s3_bucket: docker.io/openstackhelm/ceph-daemon:latest-ubuntu_xenial
|
s3_bucket: docker.io/openstackhelm/ceph-daemon:ubuntu_xenial-20191119
|
||||||
s3_user: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
s3_user: docker.io/openstackhelm/ceph-config-helper:ubuntu_xenial-20191119
|
||||||
helm_tests: docker.io/openstackhelm/heat:newton-ubuntu_xenial
|
helm_tests: docker.io/openstackhelm/heat:newton-ubuntu_xenial
|
||||||
prometheus_elasticsearch_exporter: docker.io/justwatch/elasticsearch_exporter:1.0.1
|
prometheus_elasticsearch_exporter: docker.io/justwatch/elasticsearch_exporter:1.0.1
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
||||||
snapshot_repository: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
snapshot_repository: docker.io/openstackhelm/ceph-config-helper:ubuntu_xenial-20191119
|
||||||
es_cluster_wait: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
es_cluster_wait: docker.io/openstackhelm/ceph-config-helper:ubuntu_xenial-20191119
|
||||||
elasticsearch_templates: docker.io/openstackhelm/heat:newton
|
elasticsearch_templates: docker.io/openstackhelm/heat:newton
|
||||||
image_repo_sync: docker.io/docker:17.07.0
|
image_repo_sync: docker.io/docker:17.07.0
|
||||||
pull_policy: "IfNotPresent"
|
pull_policy: "IfNotPresent"
|
||||||
|
@ -31,7 +31,7 @@ labels:
|
|||||||
|
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
fluentd: docker.io/openstackhelm/fluentd:latest-debian
|
fluentd: docker.io/openstackhelm/fluentd:debian-20190903
|
||||||
prometheus_fluentd_exporter: docker.io/bitnami/fluentd-exporter:0.2.0
|
prometheus_fluentd_exporter: docker.io/bitnami/fluentd-exporter:0.2.0
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
||||||
helm_tests: docker.io/openstackhelm/heat:newton-ubuntu_xenial
|
helm_tests: docker.io/openstackhelm/heat:newton-ubuntu_xenial
|
||||||
|
@ -38,7 +38,7 @@ release_group: null
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
||||||
gnocchi_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
gnocchi_storage_init: docker.io/openstackhelm/ceph-config-helper:ubuntu_xenial-20191119
|
||||||
db_init_indexer: docker.io/postgres:9.5
|
db_init_indexer: docker.io/postgres:9.5
|
||||||
# using non-kolla images until kolla supports postgres as
|
# using non-kolla images until kolla supports postgres as
|
||||||
# an indexer
|
# an indexer
|
||||||
|
@ -22,7 +22,7 @@ images:
|
|||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
||||||
db_init: docker.io/openstackhelm/heat:newton-ubuntu_xenial
|
db_init: docker.io/openstackhelm/heat:newton-ubuntu_xenial
|
||||||
grafana_db_session_sync: docker.io/openstackhelm/heat:newton-ubuntu_xenial
|
grafana_db_session_sync: docker.io/openstackhelm/heat:newton-ubuntu_xenial
|
||||||
selenium_tests: docker.io/openstackhelm/osh-selenium:latest-ubuntu_bionic
|
selenium_tests: docker.io/openstackhelm/osh-selenium:ubuntu_bionic-20191017
|
||||||
image_repo_sync: docker.io/docker:17.07.0
|
image_repo_sync: docker.io/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -27,7 +27,7 @@ labels:
|
|||||||
|
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
libvirt: docker.io/openstackhelm/libvirt:latest-ubuntu_xenial
|
libvirt: docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
|
||||||
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
|
||||||
pull_policy: "IfNotPresent"
|
pull_policy: "IfNotPresent"
|
||||||
|
@ -29,8 +29,8 @@ images:
|
|||||||
prometheus_mysql_exporter_helm_tests: docker.io/openstackhelm/heat:newton-ubuntu_xenial
|
prometheus_mysql_exporter_helm_tests: docker.io/openstackhelm/heat:newton-ubuntu_xenial
|
||||||
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
|
||||||
mariadb_backup: docker.io/openstackhelm/mariadb:latest-ubuntu_xenial
|
mariadb_backup: docker.io/openstackhelm/mariadb:ubuntu_xenial-20191031
|
||||||
scripted_test: docker.io/openstackhelm/mariadb:latest-ubuntu_xenial
|
scripted_test: docker.io/openstackhelm/mariadb:ubuntu_xenial-20191031
|
||||||
pull_policy: "IfNotPresent"
|
pull_policy: "IfNotPresent"
|
||||||
local_registry:
|
local_registry:
|
||||||
active: false
|
active: false
|
||||||
|
@ -19,9 +19,9 @@
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
apache_proxy: docker.io/httpd:2.4
|
apache_proxy: docker.io/httpd:2.4
|
||||||
nagios: docker.io/openstackhelm/nagios:latest-ubuntu_xenial
|
nagios: docker.io/openstackhelm/nagios:ubuntu_xenial-20191113
|
||||||
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.2.1
|
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.2.1
|
||||||
selenium_tests: docker.io/openstackhelm/osh-selenium:latest-ubuntu_bionic
|
selenium_tests: docker.io/openstackhelm/osh-selenium:ubuntu_bionic-20191017
|
||||||
image_repo_sync: docker.io/docker:17.07.0
|
image_repo_sync: docker.io/docker:17.07.0
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@ -21,8 +21,8 @@ release_group: null
|
|||||||
|
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
openvswitch_db_server: docker.io/openstackhelm/openvswitch:latest-ubuntu_bionic
|
openvswitch_db_server: docker.io/openstackhelm/openvswitch:ubuntu_bionic-20191031
|
||||||
openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-ubuntu_bionic
|
openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:ubuntu_bionic-20191031
|
||||||
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
|
||||||
pull_policy: "IfNotPresent"
|
pull_policy: "IfNotPresent"
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
prometheus_openstack_exporter: docker.io/openstackhelm/prometheus-openstack-exporter:latest-ubuntu_bionic
|
prometheus_openstack_exporter: docker.io/openstackhelm/prometheus-openstack-exporter:ubuntu_bionic-20191017
|
||||||
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…
x
Reference in New Issue
Block a user