diff --git a/horizon/Chart.yaml b/horizon/Chart.yaml index c4673e8c51..7e1ee6b997 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.7 +version: 0.3.8 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/pod-helm-tests.yaml b/horizon/templates/pod-helm-tests.yaml index dbcb9a3c1a..7d1630399c 100644 --- a/horizon/templates/pod-helm-tests.yaml +++ b/horizon/templates/pod-helm-tests.yaml @@ -36,7 +36,7 @@ spec: restartPolicy: Never serviceAccountName: {{ $serviceAccountName }} {{ if $envAll.Values.pod.tolerations.horizon.enabled }} -{{ tuple $envAll "horizon" | include "helm-toolkit.snippets.kubernetes_tolerations" | indent 6 }} +{{ tuple $envAll "horizon" | include "helm-toolkit.snippets.kubernetes_tolerations" | indent 2 }} {{ end }} nodeSelector: {{ .Values.labels.test.node_selector_key }}: {{ .Values.labels.test.node_selector_value }} diff --git a/releasenotes/notes/horizon.yaml b/releasenotes/notes/horizon.yaml index d239cac3a3..60f6a8f800 100644 --- a/releasenotes/notes/horizon.yaml +++ b/releasenotes/notes/horizon.yaml @@ -44,4 +44,5 @@ horizon: - 0.3.5 Replace node-role.kubernetes.io/master with control-plane - 0.3.6 Fix container infra api version parsing - 0.3.7 Update the script to add extra panels + - 0.3.8 Fix horizon tolerations ...