From 40bc463ab56c8ea0fbf5faf7b4d7553dc02c3445 Mon Sep 17 00:00:00 2001 From: Moritz Graf Date: Sun, 11 Feb 2024 13:34:36 +0100 Subject: [PATCH] Updating minio to latest version --- k8s/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/k8s/README.md b/k8s/README.md index 5eb2f30..842b5fd 100644 --- a/k8s/README.md +++ b/k8s/README.md @@ -89,8 +89,10 @@ Links: * [minio.haumdaucher.de](minio.haumdaucher.de) ```sh +helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update -helm upgrade --install -f minio/minio.secret.yaml --namespace minio --create-namespace minio bitnami/minio +# 11.02.2024: Removed and reinstalled due to upgrade problem +helm upgrade --install -f minio/minio.secret.yaml --namespace minio --create-namespace minio bitnami/minio --version 13.4.5 ``` ## velero @@ -608,4 +610,4 @@ Install client side tools: ```sh brew tap tektoncd/tools brew install tektoncd/tools/tektoncd-cli -``` \ No newline at end of file +```