From c53105ae0e9a17e431fd9596e94f70ad3806ae87 Mon Sep 17 00:00:00 2001 From: okozachenko Date: Wed, 19 Nov 2025 02:35:41 +0100 Subject: [PATCH] fix: correct affinity rule for ovn-northd Signed-off-by: okozachenko --- ovn/Chart.yaml | 2 +- ovn/templates/deployment-northd.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ovn/Chart.yaml b/ovn/Chart.yaml index db373d26a..16fd30c0c 100644 --- a/ovn/Chart.yaml +++ b/ovn/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v2 appVersion: v23.3.0 description: OpenStack-Helm OVN name: ovn -version: 1.2.0 +version: 1.2.1 home: https://www.ovn.org icon: https://www.ovn.org/images/ovn-logo.png sources: diff --git a/ovn/templates/deployment-northd.yaml b/ovn/templates/deployment-northd.yaml index 4b4cf663f..b65c9532e 100644 --- a/ovn/templates/deployment-northd.yaml +++ b/ovn/templates/deployment-northd.yaml @@ -53,7 +53,7 @@ spec: spec: serviceAccountName: {{ $serviceAccountName }} affinity: -{{- tuple $envAll "ovn" "ovn_northd" | include "helm-toolkit.snippets.kubernetes_pod_anti_affinity" | indent 8 }} +{{- tuple $envAll "ovn" "ovn-northd" | include "helm-toolkit.snippets.kubernetes_pod_anti_affinity" | indent 8 }} nodeSelector: {{ .Values.labels.ovn_northd.node_selector_key }}: {{ .Values.labels.ovn_northd.node_selector_value }} initContainers: