Updating minio to latest version
This commit is contained in:
parent
26a938da9b
commit
40bc463ab5
|
|
@ -89,8 +89,10 @@ Links:
|
||||||
* [minio.haumdaucher.de](minio.haumdaucher.de)
|
* [minio.haumdaucher.de](minio.haumdaucher.de)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||||
helm repo update
|
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
|
## velero
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue