diff --git a/horizon/Chart.yaml b/horizon/Chart.yaml index a7c9070b38..06a5a9466c 100644 --- a/horizon/Chart.yaml +++ b/horizon/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Horizon name: horizon -version: 0.2.15 +version: 0.2.16 home: https://docs.openstack.org/horizon/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Horizon/OpenStack_Project_Horizon_vertical.png sources: diff --git a/horizon/values.yaml b/horizon/values.yaml index 1ea0aa8aaa..a20dca465a 100644 --- a/horizon/values.yaml +++ b/horizon/values.yaml @@ -307,7 +307,7 @@ conf: OPENSTACK_API_VERSIONS = { "identity": 3, - "container_infra": {{ .Values.conf.horizon.local_settings.config.openstack_api_versions.container_infra }} + "container-infra": {{ .Values.conf.horizon.local_settings.config.openstack_api_versions.container_infra }} } # Set this to True if running on multi-domain model. When this is enabled, it diff --git a/releasenotes/notes/horizon.yaml b/releasenotes/notes/horizon.yaml index 7f78891f01..5e8eab4759 100644 --- a/releasenotes/notes/horizon.yaml +++ b/releasenotes/notes/horizon.yaml @@ -25,4 +25,5 @@ horizon: - 0.2.13 Add container infra api version in values - 0.2.14 Add OPENSTACK_ENDPOINT_TYPE value - 0.2.15 Add local_settings.d + - 0.2.16 Fix container-infra value ...