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

View File

@ -72,7 +72,7 @@
run: tools/gate/playbooks/build-charts.yaml
nodeset: airship-shipyard-single-node-focal
vars:
HTK_COMMIT: a7cd689280cdbc0acd04a7a1b745941260e8700b
HTK_COMMIT: 51c70e48dff173281a77d374d87af2c49caa6348
- job:
name: airship-shipyard-chart-build-latest-htk
@ -132,7 +132,7 @@
- airship/treasuremap
vars:
CLONE_SHIPYARD: false
HTK_COMMIT: 97ce6d7d8e9a090c748800d69a57bbd9af698b60
HTK_COMMIT: 51c70e48dff173281a77d374d87af2c49caa6348
SHIPYARD_IMAGE_DISTRO: ubuntu_focal
irrelevant-files: *irrelevant-files

View File

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

View File

@ -17,7 +17,7 @@
set -eux
HTK_REPO=${HTK_REPO:-"https://opendev.org/openstack/openstack-helm-infra.git"}
HTK_STABLE_COMMIT=${HTK_COMMIT:-"a7cd689280cdbc0acd04a7a1b745941260e8700b"}
HTK_STABLE_COMMIT=${HTK_COMMIT:-"51c70e48dff173281a77d374d87af2c49caa6348"}