From a2f614e733d65e531e081e1aeb12f3afaaba47f9 Mon Sep 17 00:00:00 2001 From: Sergiy Markin Date: Thu, 2 Mar 2023 22:57:25 +0000 Subject: [PATCH] [htk] Helm toolkit uplift This PS uplifts helm toolkit chart version 0.2.52 that has improved database backup functions. https://review.opendev.org/c/openstack/openstack-helm-infra/+/875975 Change-Id: I4d1464d72f860be2787b5007497962a338e0f41f --- doc/requirements.txt | 4 ++-- tools/helm_tk.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 6e79184e..91e5b937 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,5 @@ sphinx>=1.6.2 -sphinx_rtd_theme==0.2.4 +sphinx-rtd-theme==1.1.1 falcon>=1.4.1 -oslo.config==7.0.0 +oslo.config==8.7.1 markupsafe==2.0.1 diff --git a/tools/helm_tk.sh b/tools/helm_tk.sh index a8d90ec1..b90d5198 100755 --- a/tools/helm_tk.sh +++ b/tools/helm_tk.sh @@ -17,7 +17,7 @@ set -eux HTK_REPO=${HTK_REPO:-"https://opendev.org/openstack/openstack-helm-infra.git"} -HTK_STABLE_COMMIT=${HTK_COMMIT:-"fa8916f5bcc8cbf064a387569e2630b7bbf0b49b"} +HTK_STABLE_COMMIT=${HTK_COMMIT:-"a7cd689280cdbc0acd04a7a1b745941260e8700b"}