Update catalog information

This commit is contained in:
sonicaj
2023-05-09 11:21:40 +00:00
parent 5132df548c
commit 09ddf86899
77 changed files with 63 additions and 16 deletions

View File

@@ -39,9 +39,9 @@
"healthy_error": null,
"home": "https://github.com/home-assistant/home-assistant",
"location": "/__w/charts/charts/charts/home-assistant",
"latest_version": "1.0.88",
"latest_version": "1.0.89",
"latest_app_version": "2023.5.2",
"latest_human_version": "2023.5.2_1.0.88",
"latest_human_version": "2023.5.2_1.0.89",
"last_update": "2023-05-07 15:37:00",
"name": "home-assistant",
"recommended": false,
@@ -115,9 +115,9 @@
"healthy_error": null,
"home": "https://plex.tv/",
"location": "/__w/charts/charts/charts/plex",
"latest_version": "1.7.44",
"latest_version": "1.7.45",
"latest_app_version": "1.32.1.6999",
"latest_human_version": "1.32.1.6999_1.7.44",
"latest_human_version": "1.32.1.6999_1.7.45",
"last_update": "2023-05-09 11:06:50",
"name": "plex",
"recommended": false,
@@ -198,9 +198,9 @@
"healthy_error": null,
"home": "https://github.com/WeeJeWel/wg-easy",
"location": "/__w/charts/charts/charts/wg-easy",
"latest_version": "1.0.5",
"latest_version": "1.0.6",
"latest_app_version": "7",
"latest_human_version": "7_1.0.5",
"latest_human_version": "7_1.0.6",
"last_update": "2023-05-03 13:56:14",
"name": "wg-easy",
"recommended": false,
@@ -283,9 +283,9 @@
"healthy_error": null,
"home": "https://syncthing.net/",
"location": "/__w/charts/charts/charts/syncthing",
"latest_version": "1.0.25",
"latest_version": "1.0.26",
"latest_app_version": "1.23.4",
"latest_human_version": "1.23.4_1.0.25",
"latest_human_version": "1.23.4_1.0.26",
"last_update": "2023-05-03 13:56:14",
"name": "syncthing",
"recommended": false,
@@ -310,9 +310,9 @@
"healthy_error": null,
"home": "https://emby.media/",
"location": "/__w/charts/charts/charts/emby",
"latest_version": "1.0.22",
"latest_version": "1.0.23",
"latest_app_version": "4.7.11.0",
"latest_human_version": "4.7.11.0_1.0.22",
"latest_human_version": "4.7.11.0_1.0.23",
"last_update": "2023-05-03 13:56:14",
"name": "emby",
"recommended": false,
@@ -962,7 +962,7 @@
"latest_version": "1.0.0",
"latest_app_version": "1.0.1",
"latest_human_version": "1.0.1_1.0.0",
"last_update": null,
"last_update": "2023-05-09 11:07:49",
"name": "clamav",
"recommended": false,
"title": "Clam AV",

View File

@@ -3,7 +3,7 @@ description: Emby Server
annotations:
title: Emby Server
type: application
version: 1.0.22
version: 1.0.23
apiVersion: v2
appVersion: '4.7.11.0'
kubeVersion: '>=1.16.0-0'

View File

@@ -31,12 +31,21 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
- name: emby
protocol: TCP
containerPort: 8096
{{- if not .Values.hostNetwork }}
hostPort: null
{{- end }}
- name: emby-dlna
protocol: UDP
containerPort: 1900
{{- if not .Values.hostNetwork }}
hostPort: null
{{- end }}
- name: emby-lnd
protocol: UDP
containerPort: 7359
{{- if not .Values.hostNetwork }}
hostPort: null
{{- end }}
env:
- name: KUBE_NAMESPACE
valueFrom:

View File

@@ -3,7 +3,7 @@ description: Home Assistant App for TrueNAS SCALE
annotations:
title: Home Assistant
type: application
version: 1.0.88
version: 1.0.89
apiVersion: v2
appVersion: 2023.5.2
kubeVersion: '>=1.16.0-0'

View File

@@ -71,6 +71,9 @@ spec:
ports:
- name: web
containerPort: 8123
{{- if not .Values.hostNetwork }}
hostPort: null
{{- end }}
readinessProbe:
tcpSocket:
port: 8123

View File

@@ -3,7 +3,7 @@ description: Plex Media Server
annotations:
title: Plex
type: application
version: 1.7.44
version: 1.7.45
apiVersion: v2
appVersion: 1.32.1.6999
kubeVersion: '>=1.16.0-0'

View File

@@ -37,25 +37,45 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
containerPort: 32400
{{- if .Values.hostNetwork }}
hostPort: {{ .Values.plexServiceTCP.port }}
{{- else }}
hostPort: null
{{- end }}
- name: plex-dlna
protocol: TCP
containerPort: 32469
{{- if not .Values.hostNetwork }}
hostPort: null
{{- end }}
- name: plex-dlna-udp
protocol: UDP
containerPort: 1900
{{- if not .Values.hostNetwork }}
hostPort: null
{{- end }}
- name: plex-gdm1
protocol: UDP
containerPort: 32410
{{- if not .Values.hostNetwork }}
hostPort: null
{{- end }}
- name: plex-gdm2
protocol: UDP
containerPort: 32412
{{- if not .Values.hostNetwork }}
hostPort: null
{{- end }}
- name: plex-gdm3
protocol: UDP
containerPort: 32413
{{- if not .Values.hostNetwork }}
hostPort: null
{{- end }}
- name: plex-gdm4
protocol: UDP
containerPort: 32414
{{- if not .Values.hostNetwork }}
hostPort: null
{{- end }}
env:
- name: KUBE_NAMESPACE
valueFrom:

View File

@@ -3,7 +3,7 @@ description: Syncthing is a continuous file synchronization program.
annotations:
title: Syncthing
type: application
version: 1.0.25
version: 1.0.26
apiVersion: v2
appVersion: 1.23.4
kubeVersion: '>=1.16.0-0'

View File

@@ -41,12 +41,21 @@ spec:
ports:
- name: web
containerPort: 8384
{{ if not .Values.hostNetwork }}
hostPort: null
{{ end }}
- name: tcp
containerPort: 22000
protocol: TCP
{{ if not .Values.hostNetwork }}
hostPort: null
{{ end }}
- name: udp
containerPort: 22000
protocol: UDP
{{ if not .Values.hostNetwork }}
hostPort: null
{{ end }}
readinessProbe:
httpGet:
path: /rest/noauth/health

View File

@@ -3,7 +3,7 @@ description: WG-Easy is the easiest way to install & manage WireGuard!
annotations:
title: WG Easy
type: application
version: 1.0.5
version: 1.0.6
apiVersion: v2
appVersion: "7"
kubeVersion: ">=1.16.0-0"

View File

@@ -50,8 +50,14 @@ spec:
- name: udp
containerPort: {{ .Values.wgUDPPort }}
protocol: UDP
{{- if not .Values.hostNetwork }}
hostPort: null
{{- end }}
- name: web
containerPort: {{ .Values.webUIPort }}
{{- if not .Values.hostNetwork }}
hostPort: null
{{- end }}
env:
{{ $wgeasy := .Values.wgeasy }}
{{ $envList := (default list .Values.environmentVariables) }}