Merge branch 'master' of github.com:truenas/charts into nextcloud-migration

This commit is contained in:
Stavros kois
2024-04-19 16:17:41 +03:00
522 changed files with 4180 additions and 4163 deletions
+3604 -3604
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -4,13 +4,13 @@
"supported": false,
"healthy_error": null,
"location": "/__w/charts/charts/charts/collabora/2.0.12",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"normalize/ixVolume",
"normalize/acl",
"definitions/nodeIP",
"definitions/timezone",
"definitions/certificate",
"definitions/nodeIP"
"normalize/acl"
],
"human_version": "23.05.10.1.1_2.0.12",
"version": "2.0.12",
@@ -874,11 +874,11 @@
"supported": true,
"healthy_error": null,
"location": "/__w/charts/charts/charts/collabora/1.2.30",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"definitions/nodeIP",
"definitions/timezone",
"definitions/certificate",
"definitions/nodeIP"
"definitions/certificate"
],
"human_version": "23.05.8.2.1_1.2.30",
"version": "1.2.30",
+4 -4
View File
@@ -4,11 +4,11 @@
"supported": false,
"healthy_error": null,
"location": "/__w/charts/charts/charts/diskoverdata/2.0.0",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"normalize/acl",
"definitions/timezone",
"normalize/ixVolume",
"normalize/acl"
"normalize/ixVolume"
],
"human_version": "2.0.1_2.0.0",
"version": "2.0.0",
@@ -1835,7 +1835,7 @@
"supported": true,
"healthy_error": null,
"location": "/__w/charts/charts/charts/diskoverdata/1.0.15",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"definitions/timezone",
"normalize/ixVolume"
+3 -3
View File
@@ -4,11 +4,11 @@
"supported": false,
"healthy_error": null,
"location": "/__w/charts/charts/charts/elastic-search/1.1.16",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"normalize/ixVolume",
"normalize/acl",
"definitions/certificate",
"normalize/acl"
"normalize/ixVolume"
],
"human_version": "8.13.2_1.1.16",
"version": "1.1.16",
+4 -4
View File
@@ -4,11 +4,11 @@
"supported": false,
"healthy_error": null,
"location": "/__w/charts/charts/charts/emby/2.0.6",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"normalize/acl",
"definitions/gpuConfiguration",
"normalize/ixVolume",
"normalize/acl"
"normalize/ixVolume"
],
"human_version": "4.8.3.0_2.0.6",
"version": "2.0.6",
@@ -1061,7 +1061,7 @@
"supported": true,
"healthy_error": null,
"location": "/__w/charts/charts/charts/emby/1.0.30",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"definitions/gpuConfiguration",
"normalize/ixVolume"
+4 -4
View File
@@ -4,11 +4,11 @@
"supported": false,
"healthy_error": null,
"location": "/__w/charts/charts/charts/home-assistant/2.0.19",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"normalize/acl",
"definitions/timezone",
"normalize/ixVolume",
"normalize/acl"
"normalize/ixVolume"
],
"human_version": "2024.4.3_2.0.19",
"version": "2.0.19",
@@ -2056,7 +2056,7 @@
"supported": true,
"healthy_error": null,
"location": "/__w/charts/charts/charts/home-assistant/1.0.130",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"definitions/timezone",
"normalize/ixVolume"
+3 -3
View File
@@ -4,12 +4,12 @@
"supported": true,
"healthy_error": null,
"location": "/__w/charts/charts/charts/ix-chart/2403.0.0",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"normalize/ixVolume",
"definitions/gpuConfiguration",
"definitions/interface",
"normalize/ixVolume",
"normalize/interfaceConfiguration",
"definitions/gpuConfiguration",
"definitions/nodeIP"
],
"human_version": "2403.0.0",
@@ -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
+11 -11
View File
@@ -1,17 +1,17 @@
{
"2.0.5": {
"2.0.6": {
"healthy": true,
"supported": false,
"healthy_error": null,
"location": "/__w/charts/charts/charts/minio/2.0.5",
"last_update": "2024-04-15 09:35:20",
"location": "/__w/charts/charts/charts/minio/2.0.6",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"normalize/ixVolume",
"normalize/acl",
"definitions/certificate",
"normalize/acl"
"normalize/ixVolume"
],
"human_version": "2023-03-13_2.0.5",
"version": "2.0.5",
"human_version": "2023-03-13_2.0.6",
"version": "2.0.6",
"chart_metadata": {
"name": "minio",
"description": "High Performance, Kubernetes Native Object Storage",
@@ -19,7 +19,7 @@
"title": "MinIO"
},
"type": "application",
"version": "2.0.5",
"version": "2.0.6",
"apiVersion": "v2",
"appVersion": "2023-03-13",
"kubeVersion": ">=1.16.0-0",
@@ -1837,10 +1837,10 @@
"supported": true,
"healthy_error": null,
"location": "/__w/charts/charts/charts/minio/1.7.24",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"normalize/ixVolume",
"definitions/certificate"
"definitions/certificate",
"normalize/ixVolume"
],
"human_version": "2023-03-13_1.7.24",
"version": "1.7.24",
+4 -4
View File
@@ -4,10 +4,10 @@
"supported": false,
"healthy_error": null,
"location": "/__w/charts/charts/charts/netdata/2.0.7",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"normalize/ixVolume",
"normalize/acl"
"normalize/acl",
"normalize/ixVolume"
],
"human_version": "v1.45.3_2.0.7",
"version": "2.0.7",
@@ -1730,7 +1730,7 @@
"supported": true,
"healthy_error": null,
"location": "/__w/charts/charts/charts/netdata/1.0.40",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"normalize/ixVolume"
],
+9 -9
View File
@@ -4,11 +4,11 @@
"supported": true,
"healthy_error": null,
"location": "/__w/charts/charts/charts/nextcloud/1.6.59",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"definitions/nodeIP",
"normalize/ixVolume",
"definitions/certificate"
"definitions/certificate",
"normalize/ixVolume"
],
"human_version": "28.0.4_1.6.59",
"version": "1.6.59",
@@ -828,11 +828,11 @@
"supported": true,
"healthy_error": null,
"location": "/__w/charts/charts/charts/nextcloud/1.6.53",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"definitions/nodeIP",
"normalize/ixVolume",
"definitions/certificate"
"definitions/certificate",
"normalize/ixVolume"
],
"human_version": "27.1.4_1.6.53",
"version": "1.6.53",
@@ -1652,11 +1652,11 @@
"supported": true,
"healthy_error": null,
"location": "/__w/charts/charts/charts/nextcloud/1.6.29",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"definitions/nodeIP",
"normalize/ixVolume",
"definitions/certificate"
"definitions/certificate",
"normalize/ixVolume"
],
"human_version": "26.0.2_1.6.29",
"version": "1.6.29",
+4 -4
View File
@@ -4,12 +4,12 @@
"supported": false,
"healthy_error": null,
"location": "/__w/charts/charts/charts/photoprism/2.0.4",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"normalize/acl",
"definitions/gpuConfiguration",
"normalize/ixVolume",
"definitions/certificate",
"normalize/acl"
"normalize/ixVolume"
],
"human_version": "231128_2.0.4",
"version": "2.0.4",
@@ -1824,7 +1824,7 @@
"supported": true,
"healthy_error": null,
"location": "/__w/charts/charts/charts/photoprism/1.1.3",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"definitions/gpuConfiguration",
"normalize/ixVolume"
+4 -4
View File
@@ -4,11 +4,11 @@
"supported": false,
"healthy_error": null,
"location": "/__w/charts/charts/charts/pihole/2.0.10",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"normalize/acl",
"definitions/timezone",
"normalize/ixVolume",
"normalize/acl"
"normalize/ixVolume"
],
"human_version": "2024.03.2_2.0.10",
"version": "2.0.10",
@@ -1500,7 +1500,7 @@
"supported": true,
"healthy_error": null,
"location": "/__w/charts/charts/charts/pihole/1.0.25",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"definitions/timezone",
"normalize/ixVolume"
@@ -4,9 +4,9 @@ description: Plex is a media server that allows you to stream your media to any
annotations:
title: Plex
type: application
version: 2.0.4
version: 2.0.5
apiVersion: v2
appVersion: 1.40.1.8227
appVersion: 1.40.2.8395
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas
@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: plexinc/pms-docker
tag: 1.40.1.8227-c0dd5a73e
tag: 1.40.2.8395-c67dce28e
plexPassImage:
pullPolicy: IfNotPresent
repository: plexinc/pms-docker
+13 -13
View File
@@ -1,18 +1,18 @@
{
"2.0.4": {
"2.0.5": {
"healthy": true,
"supported": false,
"healthy_error": null,
"location": "/__w/charts/charts/charts/plex/2.0.4",
"last_update": "2024-04-15 09:35:20",
"location": "/__w/charts/charts/charts/plex/2.0.5",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"normalize/acl",
"definitions/timezone",
"normalize/ixVolume",
"definitions/gpuConfiguration",
"normalize/acl"
"normalize/ixVolume"
],
"human_version": "1.40.1.8227_2.0.4",
"version": "2.0.4",
"human_version": "1.40.2.8395_2.0.5",
"version": "2.0.5",
"chart_metadata": {
"name": "plex",
"description": "Plex is a media server that allows you to stream your media to any Plex client.",
@@ -20,9 +20,9 @@
"title": "Plex"
},
"type": "application",
"version": "2.0.4",
"version": "2.0.5",
"apiVersion": "v2",
"appVersion": "1.40.1.8227",
"appVersion": "1.40.2.8395",
"kubeVersion": ">=1.16.0-0",
"maintainers": [
{
@@ -2229,12 +2229,12 @@
"supported": true,
"healthy_error": null,
"location": "/__w/charts/charts/charts/plex/1.7.60",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"validations/lockedHostPath",
"definitions/timezone",
"normalize/ixVolume",
"definitions/gpuConfiguration"
"validations/lockedHostPath",
"definitions/gpuConfiguration",
"normalize/ixVolume"
],
"human_version": "1.32.8.7639_1.7.60",
"version": "1.7.60",
+3 -3
View File
@@ -4,10 +4,10 @@
"supported": false,
"healthy_error": null,
"location": "/__w/charts/charts/charts/prometheus/1.1.14",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"normalize/ixVolume",
"normalize/acl"
"normalize/acl",
"normalize/ixVolume"
],
"human_version": "v2.51.2_1.1.14",
"version": "1.1.14",
+4 -4
View File
@@ -4,10 +4,10 @@
"supported": false,
"healthy_error": null,
"location": "/__w/charts/charts/charts/storj/2.0.1",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"normalize/ixVolume",
"normalize/acl"
"normalize/acl",
"normalize/ixVolume"
],
"human_version": "v1.68.2_2.0.1",
"version": "2.0.1",
@@ -1556,7 +1556,7 @@
"supported": true,
"healthy_error": null,
"location": "/__w/charts/charts/charts/storj/1.0.18",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"normalize/ixVolume"
],
+6 -6
View File
@@ -4,10 +4,10 @@
"supported": false,
"healthy_error": null,
"location": "/__w/charts/charts/charts/syncthing/2.0.5",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"normalize/ixVolume",
"normalize/acl"
"normalize/acl",
"normalize/ixVolume"
],
"human_version": "1.27.6_2.0.5",
"version": "2.0.5",
@@ -1171,10 +1171,10 @@
"supported": true,
"healthy_error": null,
"location": "/__w/charts/charts/charts/syncthing/1.0.42",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"normalize/ixVolume",
"validations/lockedHostPath"
"validations/lockedHostPath",
"normalize/ixVolume"
],
"human_version": "1.27.3_1.0.42",
"version": "1.0.42",
@@ -3,7 +3,7 @@ description: WG-Easy is the easiest way to install & manage WireGuard!
annotations:
title: WG Easy
type: application
version: 2.0.15
version: 2.0.16
apiVersion: v2
appVersion: '12'
kubeVersion: '>=1.16.0-0'
@@ -35,6 +35,7 @@ questions:
default: 30057
min: 9000
max: 65535
show_if: [["hostNetwork", "=", false]]
required: true
- variable: webPort
label: Web Port
+18 -11
View File
@@ -1,17 +1,17 @@
{
"2.0.15": {
"2.0.16": {
"healthy": true,
"supported": false,
"healthy_error": null,
"location": "/__w/charts/charts/charts/wg-easy/2.0.15",
"last_update": "2024-04-15 09:39:58",
"location": "/__w/charts/charts/charts/wg-easy/2.0.16",
"last_update": "2024-04-19 09:13:47",
"required_features": [
"definitions/nodeIP",
"normalize/ixVolume",
"normalize/acl"
"normalize/acl",
"normalize/ixVolume"
],
"human_version": "12_2.0.15",
"version": "2.0.15",
"human_version": "12_2.0.16",
"version": "2.0.16",
"chart_metadata": {
"name": "wg-easy",
"description": "WG-Easy is the easiest way to install & manage WireGuard!",
@@ -19,7 +19,7 @@
"title": "WG Easy"
},
"type": "application",
"version": "2.0.15",
"version": "2.0.16",
"apiVersion": "v2",
"appVersion": "12",
"kubeVersion": ">=1.16.0-0",
@@ -129,6 +129,13 @@
"default": 30057,
"min": 9000,
"max": 65535,
"show_if": [
[
"hostNetwork",
"=",
false
]
],
"required": true
}
},
@@ -1159,11 +1166,11 @@
"supported": true,
"healthy_error": null,
"location": "/__w/charts/charts/charts/wg-easy/1.0.12",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"definitions/nodeIP",
"normalize/ixVolume",
"validations/lockedHostPath"
"validations/lockedHostPath",
"normalize/ixVolume"
],
"human_version": "7_1.0.12",
"version": "1.0.12",
+3 -3
View File
@@ -4,11 +4,11 @@
"supported": false,
"healthy_error": null,
"location": "/__w/charts/charts/community/actual-budget/1.2.12",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"normalize/ixVolume",
"normalize/acl",
"definitions/certificate",
"normalize/acl"
"normalize/ixVolume"
],
"human_version": "24.4.0_1.2.12",
"version": "1.2.12",
+1 -1
View File
@@ -4,7 +4,7 @@
"supported": true,
"healthy_error": null,
"location": "/__w/charts/charts/community/adguard-home/1.0.41",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"normalize/ixVolume"
],
+3 -3
View File
@@ -4,11 +4,11 @@
"supported": false,
"healthy_error": null,
"location": "/__w/charts/charts/community/audiobookshelf/1.0.0",
"last_update": "2024-04-15 09:35:20",
"last_update": "2024-04-19 09:12:24",
"required_features": [
"normalize/acl",
"definitions/timezone",
"normalize/ixVolume",
"normalize/acl"
"normalize/ixVolume"
],
"human_version": "2.8.1_1.0.0",
"version": "1.0.0",
@@ -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:

Some files were not shown because too many files have changed in this diff Show More