Update catalog information

This commit is contained in:
sonicaj
2023-04-16 20:11:57 +00:00
parent 08ab3a4382
commit b4f770ba4c
16 changed files with 7 additions and 11 deletions

View File

@@ -392,10 +392,10 @@
"healthy": true,
"healthy_error": null,
"location": "/__w/charts/charts/community/radarr",
"latest_version": "1.0.2",
"latest_version": "1.0.3",
"latest_app_version": "4.4.4.7068",
"latest_human_version": "4.4.4.7068_1.0.2",
"last_update": "2023-04-11 15:25:04",
"latest_human_version": "4.4.4.7068_1.0.3",
"last_update": "2023-04-16 08:52:49",
"name": "radarr",
"recommended": false,
"title": "Radarr",

View File

@@ -3,7 +3,7 @@ description: Radarr is a movie collection manager for Usenet and BitTorrent user
annotations:
title: Radarr
type: application
version: 1.0.2
version: 1.0.3
apiVersion: v2
appVersion: 4.4.4.7068
kubeVersion: '>=1.16.0-0'

Binary file not shown.

View File

@@ -27,21 +27,17 @@ workload:
enabled: true
type: http
port: "{{ .Values.radarrNetwork.webPort }}"
path: /
# FIXME: Next release will include this endpoint without auth
# path: /ping
path: /ping
readiness:
enabled: true
type: http
port: "{{ .Values.radarrNetwork.webPort }}"
path: /
# path: /ping
path: /ping
startup:
enabled: true
type: http
port: "{{ .Values.radarrNetwork.webPort }}"
path: /
# path: /ping
path: /ping
initContainers:
{{- include "ix.v1.common.app.permissions" (dict "containerName" "01-permissions"
"UID" .Values.radarrRunAs.user