Uplift HTK for etcd backup/restore delete archive capability

This patch includes the upstream helm toolkit change below which adds
the capability to delete an archive from the local or remote data stores.

https://review.opendev.org/#/c/758859/
(commit 2d1fe882bb751c03ee741a6166c9c8a5fad8f926)

Change-Id: Iec3f234f5be780bd90d233b1cba58d11127d5d28
This commit is contained in:
Parsons, Cliff (cp769u) 2020-10-23 16:13:37 +00:00
parent de9f8415d7
commit 922e3b2ecf
5 changed files with 9 additions and 9 deletions

View File

@ -112,7 +112,7 @@ data:
type: git
location: https://git.openstack.org/openstack/openstack-helm-infra
subpath: helm-toolkit
reference: fc8d855a439226878bc3bc07e4d117d72ae89993
reference: 2d1fe882bb751c03ee741a6166c9c8a5fad8f926
dependencies: []
---
schema: armada/Chart/v1
@ -136,7 +136,7 @@ data:
type: git
location: https://git.openstack.org/openstack/openstack-helm-infra
subpath: helm-toolkit
reference: fc8d855a439226878bc3bc07e4d117d72ae89993
reference: 2d1fe882bb751c03ee741a6166c9c8a5fad8f926
dependencies: []
---
schema: armada/Chart/v1

View File

@ -153,7 +153,7 @@ data:
type: git
location: https://git.openstack.org/openstack/openstack-helm-infra
subpath: helm-toolkit
reference: fc8d855a439226878bc3bc07e4d117d72ae89993
reference: 2d1fe882bb751c03ee741a6166c9c8a5fad8f926
dependencies: []
---
schema: armada/Chart/v1
@ -178,7 +178,7 @@ data:
type: git
location: https://git.openstack.org/openstack/openstack-helm-infra
subpath: helm-toolkit
reference: fc8d855a439226878bc3bc07e4d117d72ae89993
reference: 2d1fe882bb751c03ee741a6166c9c8a5fad8f926
dependencies: []
---
schema: armada/Chart/v1

View File

@ -112,7 +112,7 @@ data:
type: git
location: https://opendev.org/openstack/openstack-helm-infra.git
subpath: helm-toolkit
reference: fc8d855a439226878bc3bc07e4d117d72ae89993
reference: 2d1fe882bb751c03ee741a6166c9c8a5fad8f926
dependencies: []
---
schema: armada/Chart/v1
@ -136,7 +136,7 @@ data:
type: git
location: https://opendev.org/openstack/openstack-helm-infra.git
subpath: helm-toolkit
reference: fc8d855a439226878bc3bc07e4d117d72ae89993
reference: 2d1fe882bb751c03ee741a6166c9c8a5fad8f926
dependencies: []
---
schema: armada/Chart/v1

View File

@ -112,7 +112,7 @@ data:
type: git
location: https://opendev.org/openstack/openstack-helm-infra.git
subpath: helm-toolkit
reference: fc8d855a439226878bc3bc07e4d117d72ae89993
reference: 2d1fe882bb751c03ee741a6166c9c8a5fad8f926
dependencies: []
---
schema: armada/Chart/v1
@ -136,7 +136,7 @@ data:
type: git
location: https://opendev.org/openstack/openstack-helm-infra.git
subpath: helm-toolkit
reference: fc8d855a439226878bc3bc07e4d117d72ae89993
reference: 2d1fe882bb751c03ee741a6166c9c8a5fad8f926
dependencies: []
---
schema: armada/Chart/v1

View File

@ -20,7 +20,7 @@ HELM=${1}
HELM_PIDFILE=${2}
SERVE_DIR=$(mktemp -d)
HTK_STABLE_COMMIT=${HTK_COMMIT:-"fc8d855a439226878bc3bc07e4d117d72ae89993"}
HTK_STABLE_COMMIT=${HTK_COMMIT:-"2d1fe882bb751c03ee741a6166c9c8a5fad8f926"}
${HELM} init --client-only