diff --git a/horizon/Chart.yaml b/horizon/Chart.yaml index c23d3cb5b2..acc3d58ac6 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.23 +version: 0.2.24 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/templates/configmap-logo.yaml b/horizon/templates/configmap-logo.yaml index be2ce87b9a..4f67f01dd8 100644 --- a/horizon/templates/configmap-logo.yaml +++ b/horizon/templates/configmap-logo.yaml @@ -21,8 +21,6 @@ metadata: binaryData: favicon.ico: {{ .Values.conf.horizon.branding.favicon }} data: - logo-splash.svg: |- - {{ .Values.conf.horizon.branding.logo_splash | nindent 4 }} - logo.svg: |- - {{ .Values.conf.horizon.branding.logo | nindent 4 }} + logo-splash.svg: {{ .Values.conf.horizon.branding.logo_splash | nindent 4 }} + logo.svg: {{ .Values.conf.horizon.branding.logo | nindent 4 }} {{- end }} diff --git a/releasenotes/notes/horizon.yaml b/releasenotes/notes/horizon.yaml index 71337a7a0c..9bdc947700 100644 --- a/releasenotes/notes/horizon.yaml +++ b/releasenotes/notes/horizon.yaml @@ -33,4 +33,5 @@ horizon: - 0.2.21 Add helm hook annotations in db-sync and db-init jobs - 0.2.22 Migrated PodDisruptionBudget resource to policy/v1 API version - 0.2.23 Add Xena and Yoga value overrides + - 0.2.24 Remove blank lines in logo configmap ...