From 500f0a8565cfe9ab65bd1f0d98fcc7face3571ca Mon Sep 17 00:00:00 2001 From: okozachenko Date: Sat, 14 Jan 2023 03:53:01 +1100 Subject: [PATCH] Fix container_infra api version in horizon The latest one is 1.10. Change-Id: I8af9727d55b8ceee650dcc18563f6adc615483cf --- horizon/Chart.yaml | 2 +- horizon/values.yaml | 2 +- releasenotes/notes/horizon.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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 ...