Updating minio to latest version

This commit is contained in:
Moritz Graf 2024-02-11 13:34:36 +01:00
parent 26a938da9b
commit 40bc463ab5
1 changed files with 4 additions and 2 deletions

View File

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