Skip to content

Commit

Permalink
minio/enterprise: update image
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Dec 17, 2024
1 parent d40a647 commit 85d9da7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions library/ix-dev/enterprise/minio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: High Performance, Kubernetes Native Object Storage
annotations:
title: MinIO
type: application
version: 1.1.4
version: 1.1.5
apiVersion: v2
appVersion: '2024-10-29'
appVersion: '2024-12-13'
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
Expand Down
10 changes: 5 additions & 5 deletions library/ix-dev/enterprise/minio/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: minio/minio
tag: RELEASE.2024-10-29T16-01-48Z
tag: RELEASE.2024-12-13T22-19-12Z
pullPolicy: IfNotPresent

logsearchImage:
Expand All @@ -14,8 +14,8 @@ resources:
memory: 8Gi

minioCreds:
rootUser: ''
rootPass: ''
rootUser: ""
rootPass: ""

minioRunAs:
user: 568
Expand All @@ -26,8 +26,8 @@ minioNetwork:
webPort: 30001
certificateID: null
hostNetwork: true
serverUrl: ''
consoleUrl: ''
serverUrl: ""
consoleUrl: ""

minioMultiMode: []

Expand Down

0 comments on commit 85d9da7

Please sign in to comment.