Fix container_infra api version in horizon
The latest one is 1.10. Change-Id: I8af9727d55b8ceee650dcc18563f6adc615483cf
This commit is contained in:
parent
937db470c3
commit
500f0a8565
@ -14,7 +14,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Horizon
|
description: OpenStack-Helm Horizon
|
||||||
name: horizon
|
name: horizon
|
||||||
version: 0.3.0
|
version: 0.3.1
|
||||||
home: https://docs.openstack.org/horizon/latest/
|
home: https://docs.openstack.org/horizon/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Horizon/OpenStack_Project_Horizon_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Horizon/OpenStack_Project_Horizon_vertical.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -246,7 +246,7 @@ conf:
|
|||||||
# Pass any settings to the end of local_settings.py
|
# Pass any settings to the end of local_settings.py
|
||||||
raw: {}
|
raw: {}
|
||||||
openstack_api_versions:
|
openstack_api_versions:
|
||||||
container_infra: "1.19"
|
container_infra: "1.10"
|
||||||
template: |
|
template: |
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
@ -37,4 +37,5 @@ horizon:
|
|||||||
- 0.2.25 Added OCI registry authentication
|
- 0.2.25 Added OCI registry authentication
|
||||||
- 0.2.26 Support SSL identity endpoint
|
- 0.2.26 Support SSL identity endpoint
|
||||||
- 0.3.0 Remove support for Train and Ussuri
|
- 0.3.0 Remove support for Train and Ussuri
|
||||||
|
- 0.3.1 Fix container infra api version in values
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user