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) <sa246v@att.com>
This commit is contained in:
parent
eb4efc172b
commit
8ba7862743
@ -115,10 +115,9 @@ def _get_update_labels(existing_labels, input_labels):
|
|||||||
# no existing labels found
|
# no existing labels found
|
||||||
if not existing_labels:
|
if not existing_labels:
|
||||||
# filter delete label request since there is no labels set on a node
|
# filter delete label request since there is no labels set on a node
|
||||||
update_labels.update({
|
update_labels.update(
|
||||||
k: v
|
{k: v
|
||||||
for k, v in input_labels.items() if v is not None
|
for k, v in input_labels.items() if v is not None})
|
||||||
})
|
|
||||||
return update_labels
|
return update_labels
|
||||||
|
|
||||||
# new labels or overriding labels
|
# new labels or overriding labels
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
timeout: 900
|
timeout: 900
|
||||||
nodeset: airship-promenade-single-node-focal
|
nodeset: airship-promenade-single-node-focal
|
||||||
vars:
|
vars:
|
||||||
HTK_COMMIT: a7cd689280cdbc0acd04a7a1b745941260e8700b
|
HTK_COMMIT: 51c70e48dff173281a77d374d87af2c49caa6348
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: airship-promenade-chart-build-gate-latest-htk
|
name: airship-promenade-chart-build-gate-latest-htk
|
||||||
|
Loading…
Reference in New Issue
Block a user