mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
Publish new changes in catalog
This commit is contained in:
@@ -3,7 +3,7 @@ description: Dashy is a self-hostable personal dashboard built for you.
|
||||
annotations:
|
||||
title: Dashy
|
||||
type: application
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
apiVersion: v2
|
||||
appVersion: 2.1.1
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
@@ -139,7 +139,7 @@ questions:
|
||||
show_if: [["aclEnable", "=", true]]
|
||||
attrs: []
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -164,6 +164,7 @@ questions:
|
||||
schema:
|
||||
type: hostpath
|
||||
show_if: [["aclEnable", "=", false]]
|
||||
immutable: true
|
||||
required: true
|
||||
|
||||
- variable: additionalStorages
|
||||
@@ -209,7 +210,7 @@ questions:
|
||||
type: path
|
||||
required: true
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -234,6 +235,7 @@ questions:
|
||||
schema:
|
||||
type: hostpath
|
||||
show_if: [["aclEnable", "=", false]]
|
||||
immutable: true
|
||||
required: true
|
||||
- variable: ixVolumeConfig
|
||||
label: ixVolume Configuration
|
||||
@@ -3,7 +3,7 @@ description: Firefly III is a personal finances manager
|
||||
annotations:
|
||||
title: Firefly III
|
||||
type: application
|
||||
version: 1.1.1
|
||||
version: 1.1.2
|
||||
apiVersion: v2
|
||||
appVersion: 6.0.30
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
@@ -179,7 +179,7 @@ questions:
|
||||
show_if: [["aclEnable", "=", true]]
|
||||
attrs: []
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -264,7 +264,7 @@ questions:
|
||||
show_if: [["aclEnable", "=", true]]
|
||||
attrs: []
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -351,7 +351,7 @@ questions:
|
||||
show_if: [["aclEnable", "=", true]]
|
||||
attrs: []
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -425,7 +425,7 @@ questions:
|
||||
type: path
|
||||
required: true
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -2,7 +2,6 @@
|
||||
persistence:
|
||||
uploads:
|
||||
enabled: true
|
||||
{{- include "firefly.storage.ci.migration" (dict "storage" .Values.fireflyStorage.uploads) }}
|
||||
{{- include "ix.v1.common.app.storageOptions" (dict "storage" .Values.fireflyStorage.uploads) | nindent 4 }}
|
||||
targetSelector:
|
||||
firefly:
|
||||
@@ -29,20 +28,8 @@ persistence:
|
||||
mountPath: {{ $storage.mountPath }}
|
||||
{{- end }}
|
||||
|
||||
{{- include "firefly.storage.ci.migration" (dict "storage" .Values.fireflyStorage.pgData) }}
|
||||
{{- include "firefly.storage.ci.migration" (dict "storage" .Values.fireflyStorage.pgBackup) }}
|
||||
{{- include "ix.v1.common.app.postgresPersistence"
|
||||
(dict "pgData" .Values.fireflyStorage.pgData
|
||||
"pgBackup" .Values.fireflyStorage.pgBackup
|
||||
) | nindent 2 }}
|
||||
{{- end -}}
|
||||
|
||||
{{/* TODO: Remove on the next version bump, eg 1.1.0+ */}}
|
||||
{{- define "firefly.storage.ci.migration" -}}
|
||||
{{- $storage := .storage -}}
|
||||
|
||||
{{- if $storage.hostPath -}}
|
||||
{{- $_ := set $storage "hostPathConfig" dict -}}
|
||||
{{- $_ := set $storage.hostPathConfig "hostPath" $storage.hostPath -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
@@ -3,7 +3,7 @@ description: FreshRSS is a free, self-hostable news aggregator
|
||||
annotations:
|
||||
title: FreshRSS
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 1.22.1
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
@@ -172,7 +172,7 @@ questions:
|
||||
show_if: [["aclEnable", "=", true]]
|
||||
attrs: []
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -252,7 +252,7 @@ questions:
|
||||
show_if: [["aclEnable", "=", true]]
|
||||
attrs: []
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -337,7 +337,7 @@ questions:
|
||||
show_if: [["aclEnable", "=", true]]
|
||||
attrs: []
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -425,7 +425,7 @@ questions:
|
||||
show_if: [["aclEnable", "=", true]]
|
||||
attrs: []
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -499,7 +499,7 @@ questions:
|
||||
type: path
|
||||
required: true
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -3,7 +3,7 @@ description: Gitea - Git with a cup of tea
|
||||
annotations:
|
||||
title: Gitea
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 1.21.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
@@ -187,7 +187,7 @@ questions:
|
||||
show_if: [["aclEnable", "=", true]]
|
||||
attrs: []
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -267,7 +267,7 @@ questions:
|
||||
show_if: [["aclEnable", "=", true]]
|
||||
attrs: []
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -352,7 +352,7 @@ questions:
|
||||
show_if: [["aclEnable", "=", true]]
|
||||
attrs: []
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -439,7 +439,7 @@ questions:
|
||||
show_if: [["aclEnable", "=", true]]
|
||||
attrs: []
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -513,7 +513,7 @@ questions:
|
||||
type: path
|
||||
required: true
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -73,7 +73,6 @@ service:
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
{{- include "gitea.storage.ci.migration" (dict "storage" .Values.giteaStorage.data) }}
|
||||
{{- include "ix.v1.common.app.storageOptions" (dict "storage" .Values.giteaStorage.data) | nindent 4 }}
|
||||
targetSelector:
|
||||
gitea:
|
||||
@@ -83,7 +82,6 @@ persistence:
|
||||
mountPath: /mnt/directories/data
|
||||
config:
|
||||
enabled: true
|
||||
{{- include "gitea.storage.ci.migration" (dict "storage" .Values.giteaStorage.config) }}
|
||||
{{- include "ix.v1.common.app.storageOptions" (dict "storage" .Values.giteaStorage.config) | nindent 4 }}
|
||||
targetSelector:
|
||||
gitea:
|
||||
@@ -127,14 +125,3 @@ persistence:
|
||||
readOnly: true
|
||||
{{ end }}
|
||||
{{- end -}}
|
||||
|
||||
|
||||
{{/* TODO: Remove on the next version bump, eg 1.1.0+ */}}
|
||||
{{- define "gitea.storage.ci.migration" -}}
|
||||
{{- $storage := .storage -}}
|
||||
|
||||
{{- if $storage.hostPath -}}
|
||||
{{- $_ := set $storage "hostPathConfig" dict -}}
|
||||
{{- $_ := set $storage.hostPathConfig "hostPath" $storage.hostPath -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
@@ -7,8 +7,6 @@ workload:
|
||||
service:
|
||||
{{- include "ix.v1.common.app.postgresService" $ | nindent 2 }}
|
||||
|
||||
{{- include "gitea.storage.ci.migration" (dict "storage" .Values.giteaStorage.pgData) }}
|
||||
{{- include "gitea.storage.ci.migration" (dict "storage" .Values.giteaStorage.pgBackup) }}
|
||||
{{/* Persistence */}}
|
||||
persistence:
|
||||
{{- include "ix.v1.common.app.postgresPersistence"
|
||||
@@ -4,7 +4,7 @@ description: Immich is a self-hosted photo and video backup solution directly fr
|
||||
annotations:
|
||||
title: Immich
|
||||
type: application
|
||||
version: 2.0.1
|
||||
version: 2.0.2
|
||||
apiVersion: v2
|
||||
appVersion: 1.88.2
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
@@ -131,7 +131,7 @@ questions:
|
||||
show_if: [["aclEnable", "=", true]]
|
||||
attrs: []
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -210,7 +210,7 @@ questions:
|
||||
show_if: [["aclEnable", "=", true]]
|
||||
attrs: []
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -289,7 +289,7 @@ questions:
|
||||
show_if: [["aclEnable", "=", true]]
|
||||
attrs: []
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -368,7 +368,7 @@ questions:
|
||||
show_if: [["aclEnable", "=", true]]
|
||||
attrs: []
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -447,7 +447,7 @@ questions:
|
||||
show_if: [["aclEnable", "=", true]]
|
||||
attrs: []
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -532,7 +532,7 @@ questions:
|
||||
show_if: [["aclEnable", "=", true]]
|
||||
attrs: []
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -620,7 +620,7 @@ questions:
|
||||
show_if: [["aclEnable", "=", true]]
|
||||
attrs: []
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
@@ -694,7 +694,7 @@ questions:
|
||||
type: path
|
||||
required: true
|
||||
- variable: hostPathConfig
|
||||
label: hostPathConfig
|
||||
label: Host Path Configuration
|
||||
schema:
|
||||
type: dict
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user