mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 16:39:48 +08:00
Update catalog information
This commit is contained in:
@@ -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",
|
||||
|
||||
Binary file not shown.
@@ -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'
|
||||
BIN
community/radarr/1.0.3/charts/common-1.0.5.tgz
Normal file
BIN
community/radarr/1.0.3/charts/common-1.0.5.tgz
Normal file
Binary file not shown.
@@ -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
|
||||
Reference in New Issue
Block a user