[bitnami/milvus] Fixup waitForS3InitContainer missing s3 port (bitnami#20398) (#20502)

Signed-off-by: Chen Rao <chenrao317328@163.com>
Signed-off-by: Chen Rao <45187622+chenraoCR@users.noreply.github.com>
This commit is contained in:
Chen Rao
2023-11-20 17:59:09 +08:00
committed by GitHub
parent 7b77bd092b
commit dd40a2ac7f
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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