From dd40a2ac7f6eee8b2c550eb4d1db517c0b3f2aed Mon Sep 17 00:00:00 2001 From: Chen Rao <45187622+chenraoCR@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:59:09 +0800 Subject: [PATCH] [bitnami/milvus] Fixup waitForS3InitContainer missing s3 port (bitnami#20398) (#20502) Signed-off-by: Chen Rao Signed-off-by: Chen Rao <45187622+chenraoCR@users.noreply.github.com> --- bitnami/milvus/Chart.yaml | 2 +- bitnami/milvus/templates/_helpers.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/milvus/Chart.yaml b/bitnami/milvus/Chart.yaml index 2213bc3f3a..8742e71cc6 100644 --- a/bitnami/milvus/Chart.yaml +++ b/bitnami/milvus/Chart.yaml @@ -48,4 +48,4 @@ maintainers: name: milvus sources: - https://github.com/bitnami/charts/tree/main/bitnami/milvus -version: 5.1.0 +version: 5.1.1 diff --git a/bitnami/milvus/templates/_helpers.tpl b/bitnami/milvus/templates/_helpers.tpl index 2db484279e..7ac01c9ec9 100644 --- a/bitnami/milvus/templates/_helpers.tpl +++ b/bitnami/milvus/templates/_helpers.tpl @@ -813,7 +813,7 @@ Init container definition for waiting for the database to be ready fi } - host={{ include "milvus.s3.host" . | quote }} + host={{ printf "%v:%v" (include "milvus.s3.host" .) (include "milvus.s3.port" .) }} echo "Checking connection to $host" if retry_while "check_s3 $host"; then