Update default images for cinder and glance

The PS updates links to storage related images which previously
were set to non default values.

Change-Id: I091ed25994312dc8473711707fda532ec12781e1
This commit is contained in:
Kabanov, Dmitrii (dk370c) 2020-05-14 10:34:45 -07:00 committed by Dmitrii Kabanov
parent 51dd82473c
commit 18d3bdca65
2 changed files with 3 additions and 3 deletions

View File

@ -54,9 +54,9 @@ images:
cinder_scheduler: docker.io/openstackhelm/cinder:stein-ubuntu_bionic cinder_scheduler: docker.io/openstackhelm/cinder:stein-ubuntu_bionic
cinder_volume: docker.io/openstackhelm/cinder:stein-ubuntu_bionic cinder_volume: docker.io/openstackhelm/cinder:stein-ubuntu_bionic
cinder_volume_usage_audit: docker.io/openstackhelm/cinder:stein-ubuntu_bionic cinder_volume_usage_audit: docker.io/openstackhelm/cinder:stein-ubuntu_bionic
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20191216 cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_bionic
cinder_backup: docker.io/openstackhelm/cinder:stein-ubuntu_bionic cinder_backup: docker.io/openstackhelm/cinder:stein-ubuntu_bionic
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20191216 cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper: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
pull_policy: "IfNotPresent" pull_policy: "IfNotPresent"

View File

@ -11,4 +11,4 @@ images:
glance_api: "docker.io/openstackhelm/glance:ocata-ubuntu_xenial" glance_api: "docker.io/openstackhelm/glance:ocata-ubuntu_xenial"
glance_registry: "docker.io/openstackhelm/glance:ocata-ubuntu_xenial" glance_registry: "docker.io/openstackhelm/glance:ocata-ubuntu_xenial"
glance_metadefs_load: "docker.io/openstackhelm/glance:ocata-ubuntu_xenial" glance_metadefs_load: "docker.io/openstackhelm/glance:ocata-ubuntu_xenial"
glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20191216" glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial"