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 +```