Publish new changes in catalog

This commit is contained in:
sonicaj
2024-04-17 11:37:46 +00:00
parent d186c061bf
commit 460726d30f
78 changed files with 14 additions and 11 deletions

View File

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

View File

@@ -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', []),
},

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
image:
repository: ghcr.io/autobrr/autobrr
pullPolicy: IfNotPresent
tag: v1.40.1
tag: v1.41.0
resources:
limits:

View File

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

View File

@@ -1,7 +1,7 @@
image:
repository: gitea/gitea
pullPolicy: IfNotPresent
tag: 1.21.10-rootless
tag: 1.21.11-rootless
resources:
limits:

View File

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

View File

@@ -1,7 +1,7 @@
image:
repository: ghcr.io/mealie-recipes/mealie
pullPolicy: IfNotPresent
tag: v1.4.0
tag: v1.5.0
resources:
limits: