Prechádzať zdrojové kódy

minio/enterprise: update image (#3001)

Stavros Kois 8 mesiacov pred
rodič
commit
00331d5c91

+ 2 - 2
library/ix-dev/enterprise/minio/Chart.yaml

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

+ 5 - 5
library/ix-dev/enterprise/minio/values.yaml

@@ -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:
@@ -14,8 +14,8 @@ resources:
     memory: 8Gi
 
 minioCreds:
-  rootUser: ''
-  rootPass: ''
+  rootUser: ""
+  rootPass: ""
 
 minioRunAs:
   user: 568
@@ -26,8 +26,8 @@ minioNetwork:
   webPort: 30001
   certificateID: null
   hostNetwork: true
-  serverUrl: ''
-  consoleUrl: ''
+  serverUrl: ""
+  consoleUrl: ""
 
 minioMultiMode: []