From a20e00e485c191a907f12668286d846f768b38c7 Mon Sep 17 00:00:00 2001 From: "Anselme, Schubert (sa246v)" Date: Tue, 12 Sep 2023 09:53:43 -0400 Subject: [PATCH] Deprecating the Ingress Class Annotation Upgrading htk to version 0.2.55, which deprecates the ingress class annotation (kubernetes.io/ingress.class) with .spec.ingressClassName https://review.opendev.org/c/openstack/openstack-helm-infra/+/891720 Change-Id: Ibdec296ed9998d8fae22256aa1efa72933d53276 Signed-off-by: Anselme, Schubert (sa246v) --- promenade/kubeclient.py | 7 +++---- zuul.d/jobs.yaml | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/promenade/kubeclient.py b/promenade/kubeclient.py index 18ef93b0..75cf5c9c 100644 --- a/promenade/kubeclient.py +++ b/promenade/kubeclient.py @@ -115,10 +115,9 @@ def _get_update_labels(existing_labels, input_labels): # no existing labels found if not existing_labels: # filter delete label request since there is no labels set on a node - update_labels.update({ - k: v - for k, v in input_labels.items() if v is not None - }) + update_labels.update( + {k: v + for k, v in input_labels.items() if v is not None}) return update_labels # new labels or overriding labels diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 7b0f04d8..40d09c58 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -60,7 +60,7 @@ timeout: 900 nodeset: airship-promenade-single-node-focal vars: - HTK_COMMIT: a7cd689280cdbc0acd04a7a1b745941260e8700b + HTK_COMMIT: 51c70e48dff173281a77d374d87af2c49caa6348 - job: name: airship-promenade-chart-build-gate-latest-htk @@ -209,4 +209,4 @@ 4vpUaRiIYNDFy1wDZJ57o+RPqnLmMVzAtz/JFJKeO8yEQUqypWJhkAiHSbVoM32pY/3yA Q/Xg0AakbxBtOwmtwpevxHHfFOQ+SQT3frrLtqFw0DehEAJUkb40VI11iGsSKCOk446t1 neMY02eksimEUmURZa3oneGj1otqAt8ptX+VC4lTqkuICbapCNNYeBzs2sTS2Radvsdwv - OWHP9f9E+iUoFABFPLwvPdNAU0ulX61uxinxKkcTk1hcekn1lZuIvEBRy7JJ7M= \ No newline at end of file + OWHP9f9E+iUoFABFPLwvPdNAU0ulX61uxinxKkcTk1hcekn1lZuIvEBRy7JJ7M=