Skip to content

Commit

Permalink
Replace MinIO Helm chart with chart maintained by Bitnami (#3567)
Browse files Browse the repository at this point in the history
The official MinIO chart has been deprecated in favor or an official operator (which is a bit overkill for a simple dev setup). Also the MinIO version we were using was quite outdated.
  • Loading branch information
tillprochaska authored Jan 16, 2024
1 parent 4c684e4 commit 3827d97
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
8 changes: 4 additions & 4 deletions helm/examples/dev/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ dependencies:
repository: https://helm.elastic.co
version: 7.17.3
- name: minio
repository: https://helm.min.io/
version: 8.0.10
repository: https://charts.bitnami.com/bitnami
version: 12.13.1
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.0.2
digest: sha256:cfaa9778a9da148217fe65d2bc9eebed248436f932e35b7ac9414321eb7e8f4d
generated: "2023-11-10T12:47:21.424991+01:00"
digest: sha256:155a857326e8e8735fd0dec366c3242e36f62a77f8aaa9b978982941976c2e5b
generated: "2024-01-09T22:09:30.35161+01:00"
4 changes: 2 additions & 2 deletions helm/examples/dev/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ dependencies:
version: v7.17.3

- name: minio
repository: https://helm.min.io/
version: v8.0.10
repository: https://charts.bitnami.com/bitnami
version: v12.13.1

- name: redis
repository: https://charts.bitnami.com/bitnami
Expand Down
File renamed without changes.
File renamed without changes.
7 changes: 6 additions & 1 deletion helm/examples/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,12 @@ elasticsearch:
minio:
mode: standalone
replicas: 1
existingSecret: minio-secrets

auth:
existingSecret: minio-secrets

persistence:
enabled: false

resources:
requests:
Expand Down

0 comments on commit 3827d97

Please sign in to comment.