mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
Upgraded catalog item(s)
This commit upgrades minio catalog item(s).
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
apiVersion: v1
|
||||
appVersion: '2021-08-05'
|
||||
appVersion: '2021-08-17'
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2105.0.0
|
||||
@@ -16,4 +16,4 @@ sources:
|
||||
- https://github.com/minio/minio
|
||||
- https://github.com/minio/charts
|
||||
upstream_version: 8.0.5
|
||||
version: 1.3.12
|
||||
version: 1.3.13
|
||||
@@ -1,4 +1,4 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: minio/minio
|
||||
tag: RELEASE.2021-08-05T22-01-19Z
|
||||
tag: RELEASE.2021-08-17T20-53-08Z
|
||||
@@ -10,9 +10,9 @@ extraArgs: []
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: minio/minio
|
||||
tag: RELEASE.2021-08-05T22-01-19Z
|
||||
tag: RELEASE.2021-08-17T20-53-08Z
|
||||
minioDomain: null
|
||||
service:
|
||||
consolePort: 32325
|
||||
nodePort: 32324
|
||||
minioDomain: null
|
||||
updateStrategy: RollingUpdate
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v1
|
||||
appVersion: '2021-08-05'
|
||||
appVersion: '2021-08-17'
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2105.0.0
|
||||
@@ -16,4 +16,4 @@ sources:
|
||||
- https://github.com/minio/minio
|
||||
- https://github.com/minio/charts
|
||||
upstream_version: 8.0.5
|
||||
version: 1.3.12
|
||||
version: 1.3.13
|
||||
22
test/minio/1.3.13/default_values.yaml
Normal file
22
test/minio/1.3.13/default_values.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the
|
||||
##
|
||||
image:
|
||||
repository: minio/minio
|
||||
tag: RELEASE.2020-11-19T23-48-16Z
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## Additional arguments to pass to minio binary
|
||||
extraArgs: []
|
||||
|
||||
updateStrategy: RollingUpdate
|
||||
|
||||
service:
|
||||
nodePort: 9000
|
||||
|
||||
environment:
|
||||
## Please refer for comprehensive list https://docs.minio.io/docs/minio-server-configuration-guide.html
|
||||
|
||||
appVolumeMounts:
|
||||
export:
|
||||
emptyDir: true
|
||||
mountPath: "/export"
|
||||
@@ -1,4 +1,4 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: minio/minio
|
||||
tag: RELEASE.2021-08-05T22-01-19Z
|
||||
tag: RELEASE.2021-08-17T20-53-08Z
|
||||
@@ -10,9 +10,9 @@ extraArgs: []
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: minio/minio
|
||||
tag: RELEASE.2021-08-05T22-01-19Z
|
||||
tag: RELEASE.2021-08-17T20-53-08Z
|
||||
minioDomain: null
|
||||
service:
|
||||
consolePort: 32325
|
||||
nodePort: 32324
|
||||
minioDomain: null
|
||||
updateStrategy: RollingUpdate
|
||||
Reference in New Issue
Block a user