diff --git a/horizon/Chart.yaml b/horizon/Chart.yaml index fcadaf449f..bbaf32cf65 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.3.0 +version: 0.3.1 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 68b75afc75..3abf9a139c 100644 --- a/horizon/values.yaml +++ b/horizon/values.yaml @@ -246,7 +246,7 @@ conf: # Pass any settings to the end of local_settings.py raw: {} openstack_api_versions: - container_infra: "1.19" + container_infra: "1.10" template: | import os diff --git a/releasenotes/notes/horizon.yaml b/releasenotes/notes/horizon.yaml index 958c6976ee..60809d850f 100644 --- a/releasenotes/notes/horizon.yaml +++ b/releasenotes/notes/horizon.yaml @@ -37,4 +37,5 @@ horizon: - 0.2.25 Added OCI registry authentication - 0.2.26 Support SSL identity endpoint - 0.3.0 Remove support for Train and Ussuri + - 0.3.1 Fix container infra api version in values ...