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: I304b3239f6d9f1951de03bd821c8ba4c0a5b9a60
Signed-off-by: Anselme, Schubert (sa246v) <sa246v@att.com>
This commit is contained in:
Anselme, Schubert (sa246v) 2023-09-12 09:36:48 -04:00
parent 6595dd83ea
commit f4ba4ff8e8
No known key found for this signature in database
GPG Key ID: 4E0F7ECFE90D344C
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
run: tools/gate/playbooks/build-charts.yaml
nodeset: armada-single-node-focal
vars:
HTK_COMMIT: a7cd689280cdbc0acd04a7a1b745941260e8700b
HTK_COMMIT: 51c70e48dff173281a77d374d87af2c49caa6348
- job:

View File

@ -15,4 +15,4 @@
dependencies:
- name: helm-toolkit
repository: file://../deps/helm-toolkit
version: ">= 0.1.0"
version: ">= 0.2.55"