Publish new changes in catalog

This commit is contained in:
sonicaj
2024-04-29 06:12:25 +00:00
parent 01d82f5d05
commit 48cc63b005
132 changed files with 69 additions and 27 deletions

View File

@@ -4,7 +4,7 @@ description: A file sharing server that puts the control and security of your ow
annotations:
title: Nextcloud
type: application
version: 1.6.60
version: 1.6.61
apiVersion: v2
appVersion: 29.0.0
kubeVersion: '>=1.16.0-0'

View File

@@ -1,9 +1,28 @@
{{ include "common.storage.hostPathValidate" .Values }}
{{ $postgres_values := (. | mustDeepCopy) }}
{{ $_ := set $postgres_values "common" (dict "nameSuffix" "postgres") }}
{{ include "common.deployment.common_config" . | nindent 0 }}
spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
template: {{ include "common.deployment.pod.metadata" . | nindent 4 }}
apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }}
kind: Deployment
metadata:
name: {{ template "common.names.fullname" . }}-nc
labels:
app.kubernetes.io/name: {{ template "common.names.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
spec:
replicas: {{ (default 1 .Values.replicas) }}
strategy:
type: "Recreate"
selector:
matchLabels:
app.kubernetes.io/name: {{ template "common.names.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
template:
metadata:
name: {{ template "common.names.fullname" . }}
labels:
{{- include "common.labels.selectorLabels" . | nindent 8 }}
annotations: {{ include "common.annotations" . | nindent 8 }}
spec:
initContainers:
- name: init-postgresdb

View File

@@ -1,8 +1,27 @@
{{ $values := (. | mustDeepCopy) }}
{{ $_ := set $values "common" (dict "nameSuffix" "postgres") }}
{{ include "common.deployment.common_config" $values | nindent 0 }}
spec: {{ include "common.deployment.common_spec" $values | nindent 2 }}
template: {{ include "common.deployment.pod.metadata" $values | nindent 4 }}
apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }}
kind: Deployment
metadata:
name: {{ template "common.names.fullname" . }}-postgres-nc
labels:
app.kubernetes.io/name: {{ template "common.names.name" . }}-postgres
app.kubernetes.io/instance: {{ .Release.Name }}-postgres
spec:
strategy:
type: "Recreate"
selector:
matchLabels:
app.kubernetes.io/name: {{ template "common.names.name" . }}-postgres
app.kubernetes.io/instance: {{ .Release.Name }}-postgres
template:
metadata:
name: {{ template "common.names.fullname" . }}
labels:
app.kubernetes.io/name: {{ template "common.names.name" . }}-postgres
app.kubernetes.io/instance: {{ .Release.Name }}-postgres
annotations: {{ include "common.annotations" . | nindent 8 }}
spec:
containers:
- name: {{ .Chart.Name }}-postgres

View File

@@ -11,3 +11,7 @@ Latest 27.x.x version
## 1.6.59
Latest 28.x.x version
## 1.6.61
Latest release before migration to 2.x.x

View File

@@ -3,9 +3,9 @@ description: Dashy is a self-hostable personal dashboard built for you.
annotations:
title: Dashy
type: application
version: 2.0.0
version: 2.0.1
apiVersion: v2
appVersion: 3.0.0
appVersion: 3.0.1
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas

View File

@@ -1,7 +1,7 @@
image:
repository: lissy93/dashy
pullPolicy: IfNotPresent
tag: 3.0.0
tag: 3.0.1
resources:
limits:

View File

@@ -4,7 +4,7 @@ description: Jellyfin is a Free Software Media System that puts you in control o
annotations:
title: Jellyfin
type: application
version: 1.2.7
version: 1.2.8
apiVersion: v2
appVersion: 10.8.13.1
kubeVersion: '>=1.16.0-0'

View File

@@ -2,8 +2,8 @@ jellyfinNetwork:
webPort: 31000
jellyfinRunAs:
user: 1000
group: 1000
user: 8675309
group: 8675309
jellyfinStorage:
config:

View File

@@ -43,8 +43,8 @@ workload:
path: /health
initContainers:
{{- include "ix.v1.common.app.permissions" (dict "containerName" "01-permissions"
"UID" .Values.jellyfinRunAs.user
"GID" .Values.jellyfinRunAs.group
"UID" (include "ix.v1.common.helper.makeIntOrNoop" .Values.jellyfinRunAs.user)
"GID" (include "ix.v1.common.helper.makeIntOrNoop" .Values.jellyfinRunAs.group)
"mode" "check"
"type" "install") | nindent 8 }}
{{/* Service */}}

View File

@@ -3,9 +3,9 @@ description: Lidarr is a music collection manager for Usenet and BitTorrent user
annotations:
title: Lidarr
type: application
version: 1.2.20
version: 1.2.21
apiVersion: v2
appVersion: 2.2.5.4141
appVersion: 2.3.0.4159
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas

View File

@@ -1,7 +1,7 @@
image:
repository: ghcr.io/onedr0p/lidarr-develop
pullPolicy: IfNotPresent
tag: 2.2.5.4141
tag: 2.3.0.4159
resources:
limits:

View File

@@ -4,9 +4,9 @@ description: MeTube is a web GUI for youtube-dl (using the yt-dlp fork) with pla
annotations:
title: MeTube
type: application
version: 1.2.12
version: 1.2.13
apiVersion: v2
appVersion: '2024-04-12'
appVersion: '2024-04-28'
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas

View File

@@ -1,7 +1,7 @@
image:
repository: alexta69/metube
pullPolicy: IfNotPresent
tag: '2024-04-12'
tag: '2024-04-28'
resources:
limits:

View File

@@ -4,9 +4,9 @@ description: Prowlarr is an indexer manager/proxy to integrate with your various
annotations:
title: Prowlarr
type: application
version: 1.2.23
version: 1.2.24
apiVersion: v2
appVersion: 1.16.2.4435
appVersion: 1.17.0.4448
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas

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