mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-11-01 18:57:54 +00:00
Change image default version to wallaby
This change updates the default version of openstack to wallaby for the glance chart. Change-Id: I05167916a1191128e0455e88b8aa3f1e421c544a
This commit is contained in:
@@ -14,7 +14,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Glance
|
description: OpenStack-Helm Glance
|
||||||
name: glance
|
name: glance
|
||||||
version: 0.3.3
|
version: 0.3.4
|
||||||
home: https://docs.openstack.org/glance/latest/
|
home: https://docs.openstack.org/glance/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Glance/OpenStack_Project_Glance_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Glance/OpenStack_Project_Glance_vertical.png
|
||||||
sources:
|
sources:
|
||||||
|
|||||||
@@ -36,17 +36,17 @@ images:
|
|||||||
tags:
|
tags:
|
||||||
test: docker.io/xrally/xrally-openstack:2.0.0
|
test: docker.io/xrally/xrally-openstack:2.0.0
|
||||||
glance_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
glance_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
|
||||||
glance_metadefs_load: docker.io/openstackhelm/glance:stein-ubuntu_bionic
|
glance_metadefs_load: docker.io/openstackhelm/glance:wallaby-ubuntu_focal
|
||||||
db_init: docker.io/openstackhelm/heat:stein-ubuntu_bionic
|
db_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
||||||
glance_db_sync: docker.io/openstackhelm/glance:stein-ubuntu_bionic
|
glance_db_sync: docker.io/openstackhelm/glance:wallaby-ubuntu_focal
|
||||||
db_drop: docker.io/openstackhelm/heat:stein-ubuntu_bionic
|
db_drop: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
||||||
ks_user: docker.io/openstackhelm/heat:stein-ubuntu_bionic
|
ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
||||||
ks_service: docker.io/openstackhelm/heat:stein-ubuntu_bionic
|
ks_service: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
||||||
ks_endpoints: docker.io/openstackhelm/heat:stein-ubuntu_bionic
|
ks_endpoints: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
||||||
rabbit_init: docker.io/rabbitmq:3.7-management
|
rabbit_init: docker.io/rabbitmq:3.7-management
|
||||||
glance_api: docker.io/openstackhelm/glance:stein-ubuntu_bionic
|
glance_api: docker.io/openstackhelm/glance:wallaby-ubuntu_focal
|
||||||
# Bootstrap image requires curl
|
# Bootstrap image requires curl
|
||||||
bootstrap: docker.io/openstackhelm/heat:stein-ubuntu_bionic
|
bootstrap: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
||||||
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"
|
||||||
|
|||||||
@@ -24,4 +24,5 @@ glance:
|
|||||||
- 0.3.1 Enable taint toleration for Openstack services
|
- 0.3.1 Enable taint toleration for Openstack services
|
||||||
- 0.3.2 Decrease terminationGracePeriodSeconds on glance-api
|
- 0.3.2 Decrease terminationGracePeriodSeconds on glance-api
|
||||||
- 0.3.3 Update naming for subchart compatibility
|
- 0.3.3 Update naming for subchart compatibility
|
||||||
|
- 0.3.4 Change image default version to wallaby
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user