Skip to content

Commit

Permalink
minio: bump version and memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Dec 11, 2024
1 parent d922c03 commit d9ae82e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/minio/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Config reference: https://github.com/minio/minio/tree/master/helm/minio

image:
tag: RELEASE.2024-05-10T01-41-38Z
tag: RELEASE.2024-11-07T00-52-20Z

## .data.rootUser and .data.rootPassword are mandatory,
existingSecret: root-credentials
Expand Down Expand Up @@ -50,7 +50,7 @@ resources:
memory: 560Mi
limits:
cpu: 2
memory: 3Gi
memory: 4Gi

environment:
MINIO_PROMETHEUS_URL: "http://prometheus-k8s.monitoring.svc:9090"
Expand Down

0 comments on commit d9ae82e

Please sign in to comment.