Update catalog information

This commit is contained in:
sonicaj
2023-04-13 15:16:58 +00:00
parent 657a36d161
commit a6191c45e8
17 changed files with 17 additions and 18 deletions

View File

@@ -12,7 +12,7 @@
"latest_version": "2304.0.1",
"latest_app_version": "v1",
"latest_human_version": "v1_2304.0.1",
"last_update": "2023-04-12 10:28:30",
"last_update": "2023-04-13 12:39:59",
"name": "ix-chart",
"recommended": false,
"title": "ix-chart",
@@ -86,7 +86,7 @@
"latest_version": "1.0.18",
"latest_app_version": "4.7.11.0",
"latest_human_version": "4.7.11.0_1.0.18",
"last_update": "2023-03-24 21:22:08",
"last_update": "2023-04-13 12:39:59",
"name": "emby",
"recommended": false,
"title": "Emby Server",
@@ -200,7 +200,7 @@
"latest_version": "1.7.37",
"latest_app_version": "1.32.0.6918",
"latest_human_version": "1.32.0.6918_1.7.37",
"last_update": "2023-04-11 12:27:53",
"last_update": "2023-04-13 12:39:59",
"name": "plex",
"recommended": false,
"title": "Plex",
@@ -278,7 +278,7 @@
"latest_version": "1.0.14",
"latest_app_version": "221118",
"latest_human_version": "221118_1.0.14",
"last_update": "2023-03-24 21:24:29",
"last_update": "2023-04-13 12:39:59",
"name": "photoprism",
"recommended": false,
"title": "PhotoPrism",
@@ -315,9 +315,9 @@
"healthy": true,
"healthy_error": null,
"location": "/__w/charts/charts/community/lidarr",
"latest_version": "1.0.0",
"latest_version": "1.0.1",
"latest_app_version": "1.1.3.2982",
"latest_human_version": "1.1.3.2982_1.0.0",
"latest_human_version": "1.1.3.2982_1.0.1",
"last_update": "2023-04-11 15:26:47",
"name": "lidarr",
"recommended": false,

View File

@@ -1,6 +0,0 @@
dependencies:
- name: common
repository: file://../../../common
version: 1.0.3
digest: sha256:1a090020cfa582aff29906320874ffe9b543fcc6c2423c281f434514f2653e02
generated: "2023-04-10T15:33:17.498321276+03:00"

View File

@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: file://../../../common
version: 1.0.5
digest: sha256:cf1db8c2ae650987a3e3d8d98767caab62c341bd0fb15309213b00dce87111cc
generated: "2023-04-13T18:03:53.351888216+03:00"

View File

@@ -3,7 +3,7 @@ description: Lidarr is a music collection manager for Usenet and BitTorrent user
annotations:
title: Lidarr
type: application
version: 1.0.0
version: 1.0.1
apiVersion: v2
appVersion: '1.1.3.2982'
kubeVersion: '>=1.16.0-0'
@@ -13,7 +13,7 @@ maintainers:
dependencies:
- name: common
repository: file://../../../common
version: 1.0.3
version: 1.0.5
home: https://github.com/Lidarr/Lidarr
icon: https://raw.githubusercontent.com/Lidarr/Lidarr/develop/Logo/256.png
sources:

Binary file not shown.

View File

@@ -14,15 +14,14 @@ workload:
securityContext:
runAsUser: {{ .Values.lidarrRunAs.user }}
runAsGroup: {{ .Values.lidarrRunAs.group }}
{{ with .Values.lidarrConfig.additionalEnvs }}
env:
LIDARR__PORT: {{ .Values.lidarrNetwork.webPort }}
LIDARR__INSTANCE_NAME: {{ .Values.lidarrConfig.instanceName }}
{{ with .Values.lidarrConfig.additionalEnvs }}
{{ range $env := . }}
{{ $env.name }}: {{ $env.value }}
{{ end }}
{{ end }}
env:
LIDARR__PORT: {{ .Values.lidarrNetwork.webPort }}
LIDARR__INSTANCE_NAME: {{ .Values.lidarrConfig.instanceName }}
probes:
liveness:
enabled: true