mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
Publish new changes in catalog
This commit is contained in:
@@ -3,7 +3,7 @@ description: High Performance, Kubernetes Native Object Storage
|
||||
annotations:
|
||||
title: MinIO
|
||||
type: application
|
||||
version: 2.0.5
|
||||
version: 2.0.6
|
||||
apiVersion: v2
|
||||
appVersion: "2023-03-13"
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
@@ -36,7 +36,8 @@ def migrate_common_lib(values):
|
||||
'minioConfig': {
|
||||
'rootUser': values['accessKey'],
|
||||
'rootPassword': values['secretKey'],
|
||||
'domain': values.get('minioDomain', ''),
|
||||
# We don't want to allow null value here
|
||||
'domain': values.get('minioDomain', '') or '',
|
||||
'extraArgs': values.get('extraArgs', []),
|
||||
'additionalEnvs': values.get('environmentVariables', []),
|
||||
},
|
||||
@@ -17,8 +17,10 @@ workload:
|
||||
runAsUser: 473
|
||||
runAsGroup: 473
|
||||
# readOnlyRootFilesystem: false
|
||||
{{- if not .Values.minioStorage.distributedMode }}
|
||||
env:
|
||||
MINIO_VOLUMES: /export
|
||||
{{- end }}
|
||||
args:
|
||||
- server
|
||||
- --console-address
|
||||
@@ -3,9 +3,9 @@ description: Autobrr is the modern download automation tool for torrents and use
|
||||
annotations:
|
||||
title: Autobrr
|
||||
type: application
|
||||
version: 1.2.12
|
||||
version: 1.2.13
|
||||
apiVersion: v2
|
||||
appVersion: 1.40.1
|
||||
appVersion: 1.41.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/autobrr/autobrr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.40.1
|
||||
tag: v1.41.0
|
||||
|
||||
resources:
|
||||
limits:
|
||||
@@ -3,9 +3,9 @@ description: Gitea - Git with a cup of tea
|
||||
annotations:
|
||||
title: Gitea
|
||||
type: application
|
||||
version: 1.1.18
|
||||
version: 1.1.19
|
||||
apiVersion: v2
|
||||
appVersion: 1.21.10
|
||||
appVersion: 1.21.11
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: gitea/gitea
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.21.10-rootless
|
||||
tag: 1.21.11-rootless
|
||||
|
||||
resources:
|
||||
limits:
|
||||
@@ -3,9 +3,9 @@ description: Mealie is a self-hosted recipe manager and meal planner
|
||||
annotations:
|
||||
title: Mealie
|
||||
type: application
|
||||
version: 1.0.15
|
||||
version: 1.0.16
|
||||
apiVersion: v2
|
||||
appVersion: 1.4.0
|
||||
appVersion: 1.5.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/mealie-recipes/mealie
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.4.0
|
||||
tag: v1.5.0
|
||||
|
||||
resources:
|
||||
limits:
|
||||
Reference in New Issue
Block a user