enhance: [pipeline] list all status before uninstall helm release (#36042)

https://github.com/milvus-io/milvus/pull/36040

Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>
This commit is contained in:
yellow-shine 2024-09-10 20:09:07 +08:00 committed by GitHub
parent 6b10a0ff96
commit 00a55abfa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
@Library('jenkins-shared-library@v0.43.0') _
@Library('jenkins-shared-library@v0.46.0') _
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'

View File

@ -1,4 +1,4 @@
@Library('jenkins-shared-library@v0.40.0') _
@Library('jenkins-shared-library@v0.46.0') _
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
def milvus_helm_chart_version = '4.2.8'