diff --git a/catalog.json b/catalog.json index 859347e1ad..84455a0846 100644 --- a/catalog.json +++ b/catalog.json @@ -162,7 +162,7 @@ "latest_version": "1.7.36", "latest_app_version": "1.32.0.6918", "latest_human_version": "1.32.0.6918_1.7.36", - "last_update": "2023-03-30 13:03:27", + "last_update": "2023-04-11 12:27:53", "name": "plex", "recommended": false, "title": "Plex", @@ -297,9 +297,9 @@ "healthy": true, "healthy_error": null, "location": "/__w/charts/charts/community/sonarr", - "latest_version": "1.0.0", + "latest_version": "1.0.1", "latest_app_version": "3.0.10.1567", - "latest_human_version": "3.0.10.1567_1.0.0", + "latest_human_version": "3.0.10.1567_1.0.1", "last_update": "2023-04-10 15:54:45", "name": "sonarr", "recommended": false, @@ -335,9 +335,9 @@ "healthy": true, "healthy_error": null, "location": "/__w/charts/charts/community/radarr", - "latest_version": "1.0.0", + "latest_version": "1.0.1", "latest_app_version": "4.3.2.6857", - "latest_human_version": "4.3.2.6857_1.0.0", + "latest_human_version": "4.3.2.6857_1.0.1", "last_update": "2023-04-10 15:54:45", "name": "radarr", "recommended": false, diff --git a/community/radarr/1.0.0/Chart.lock b/community/radarr/1.0.1/Chart.lock similarity index 100% rename from community/radarr/1.0.0/Chart.lock rename to community/radarr/1.0.1/Chart.lock diff --git a/community/radarr/1.0.0/Chart.yaml b/community/radarr/1.0.1/Chart.yaml similarity index 88% rename from community/radarr/1.0.0/Chart.yaml rename to community/radarr/1.0.1/Chart.yaml index e7b668de02..527dc42323 100644 --- a/community/radarr/1.0.0/Chart.yaml +++ b/community/radarr/1.0.1/Chart.yaml @@ -3,7 +3,7 @@ description: Radarr is a movie collection manager for Usenet and BitTorrent user annotations: title: Radarr type: application -version: 1.0.0 +version: 1.0.1 apiVersion: v2 appVersion: '4.3.2.6857' kubeVersion: '>=1.16.0-0' @@ -18,7 +18,7 @@ home: https://github.com/Radarr/Radarr icon: https://raw.githubusercontent.com/Radarr/Radarr/develop/Logo/256.png sources: - https://github.com/onedr0p/containers/tree/main/apps/radarr - - https://github.com/truenas/charts/tree/master/charts/radarr + - https://github.com/truenas/charts/tree/master/community/radarr - https://github.com/Radarr/Radarr keywords: - media diff --git a/community/radarr/1.0.0/README.md b/community/radarr/1.0.1/README.md similarity index 100% rename from community/radarr/1.0.0/README.md rename to community/radarr/1.0.1/README.md diff --git a/community/radarr/1.0.0/app-readme.md b/community/radarr/1.0.1/app-readme.md similarity index 100% rename from community/radarr/1.0.0/app-readme.md rename to community/radarr/1.0.1/app-readme.md diff --git a/community/radarr/1.0.0/charts/common-1.0.3.tgz b/community/radarr/1.0.1/charts/common-1.0.3.tgz similarity index 100% rename from community/radarr/1.0.0/charts/common-1.0.3.tgz rename to community/radarr/1.0.1/charts/common-1.0.3.tgz diff --git a/community/radarr/1.0.0/ci/basic-values.yaml b/community/radarr/1.0.1/ci/basic-values.yaml similarity index 100% rename from community/radarr/1.0.0/ci/basic-values.yaml rename to community/radarr/1.0.1/ci/basic-values.yaml diff --git a/community/radarr/1.0.0/ci/extra-values.yaml b/community/radarr/1.0.1/ci/extra-values.yaml similarity index 92% rename from community/radarr/1.0.0/ci/extra-values.yaml rename to community/radarr/1.0.1/ci/extra-values.yaml index 7c71264f61..acb5a67783 100644 --- a/community/radarr/1.0.0/ci/extra-values.yaml +++ b/community/radarr/1.0.1/ci/extra-values.yaml @@ -1,6 +1,6 @@ radarrConfig: additionalEnvs: - - name: RADARR__AUTHENTICATION_METHOD + - name: RADARR__API_KEY value: some-long-api-key - name: RADARR__LOG_LEVEL value: error diff --git a/community/radarr/1.0.0/ci/hostNet-values.yaml b/community/radarr/1.0.1/ci/hostNet-values.yaml similarity index 100% rename from community/radarr/1.0.0/ci/hostNet-values.yaml rename to community/radarr/1.0.1/ci/hostNet-values.yaml diff --git a/community/radarr/1.0.0/ix_values.yaml b/community/radarr/1.0.1/ix_values.yaml similarity index 100% rename from community/radarr/1.0.0/ix_values.yaml rename to community/radarr/1.0.1/ix_values.yaml diff --git a/community/radarr/1.0.0/questions.yaml b/community/radarr/1.0.1/questions.yaml similarity index 94% rename from community/radarr/1.0.0/questions.yaml rename to community/radarr/1.0.1/questions.yaml index 05b278b21b..41840b3f58 100644 --- a/community/radarr/1.0.0/questions.yaml +++ b/community/radarr/1.0.1/questions.yaml @@ -32,7 +32,7 @@ questions: description: The name of the Radarr instance. schema: type: string - default: Radarr + default: "Radarr" required: true - variable: additionalEnvs label: Additional Environment Variables @@ -123,11 +123,11 @@ questions: schema: type: string required: true - default: ixVolume + default: "ixVolume" enum: - - value: hostPath + - value: "hostPath" description: Host Path (Path that already exists on the system) - - value: ixVolume + - value: "ixVolume" description: ixVolume (Dataset created automatically by the system) - variable: datasetName label: Dataset Name @@ -137,7 +137,7 @@ questions: required: true hidden: true immutable: true - default: config + default: "config" $ref: - "normalize/ixVolume" - variable: hostPath @@ -167,11 +167,11 @@ questions: schema: type: string required: true - default: ixVolume + default: "ixVolume" enum: - - value: hostPath + - value: "hostPath" description: Host Path (Path that already exists on the system) - - value: ixVolume + - value: "ixVolume" description: ixVolume (Dataset created automatically by the system) - variable: mountPath label: Mount Path @@ -214,12 +214,12 @@ questions: description: CPU limit for Radarr. schema: type: string - default: 4000m + default: "4000m" required: true - variable: memory label: Memory description: Memory limit for Radarr. schema: type: string - default: 8Gi + default: "8Gi" required: true diff --git a/community/radarr/1.0.0/templates/NOTES.txt b/community/radarr/1.0.1/templates/NOTES.txt similarity index 100% rename from community/radarr/1.0.0/templates/NOTES.txt rename to community/radarr/1.0.1/templates/NOTES.txt diff --git a/community/radarr/1.0.0/templates/_portal.tpl b/community/radarr/1.0.1/templates/_portal.tpl similarity index 100% rename from community/radarr/1.0.0/templates/_portal.tpl rename to community/radarr/1.0.1/templates/_portal.tpl diff --git a/community/radarr/1.0.0/templates/_radarr.tpl b/community/radarr/1.0.1/templates/_radarr.tpl similarity index 99% rename from community/radarr/1.0.0/templates/_radarr.tpl rename to community/radarr/1.0.1/templates/_radarr.tpl index e1809d6c9e..39b8f6f201 100644 --- a/community/radarr/1.0.0/templates/_radarr.tpl +++ b/community/radarr/1.0.1/templates/_radarr.tpl @@ -14,15 +14,14 @@ workload: securityContext: runAsUser: {{ .Values.radarrRunAs.user }} runAsGroup: {{ .Values.radarrRunAs.group }} - {{ with .Values.radarrConfig.additionalEnvs }} env: + RADARR__PORT: {{ .Values.radarrNetwork.webPort }} + RADARR__INSTANCE_NAME: {{ .Values.radarrConfig.instanceName }} + {{ with .Values.radarrConfig.additionalEnvs }} {{ range $env := . }} {{ $env.name }}: {{ $env.value }} {{ end }} {{ end }} - env: - RADARR__PORT: {{ .Values.radarrNetwork.webPort }} - RADARR__INSTANCE_NAME: {{ .Values.radarrConfig.instanceName }} probes: liveness: enabled: true diff --git a/community/radarr/1.0.0/templates/common.yaml b/community/radarr/1.0.1/templates/common.yaml similarity index 100% rename from community/radarr/1.0.0/templates/common.yaml rename to community/radarr/1.0.1/templates/common.yaml diff --git a/community/sonarr/1.0.0/Chart.lock b/community/sonarr/1.0.1/Chart.lock similarity index 100% rename from community/sonarr/1.0.0/Chart.lock rename to community/sonarr/1.0.1/Chart.lock diff --git a/community/sonarr/1.0.0/Chart.yaml b/community/sonarr/1.0.1/Chart.yaml similarity index 87% rename from community/sonarr/1.0.0/Chart.yaml rename to community/sonarr/1.0.1/Chart.yaml index af414a6482..109cd1bd0f 100644 --- a/community/sonarr/1.0.0/Chart.yaml +++ b/community/sonarr/1.0.1/Chart.yaml @@ -3,7 +3,7 @@ description: Sonarr is a PVR for Usenet and BitTorrent users. annotations: title: Sonarr type: application -version: 1.0.0 +version: 1.0.1 apiVersion: v2 appVersion: '3.0.10.1567' kubeVersion: '>=1.16.0-0' @@ -18,7 +18,7 @@ home: https://github.com/Sonarr/Sonarr icon: https://raw.githubusercontent.com/Sonarr/Sonarr/develop/Logo/256.png sources: - https://github.com/onedr0p/containers/tree/main/apps/sonarr - - https://github.com/truenas/charts/tree/master/charts/sonarr + - https://github.com/truenas/charts/tree/master/community/sonarr - https://github.com/Sonarr/Sonarr keywords: - media diff --git a/community/sonarr/1.0.0/README.md b/community/sonarr/1.0.1/README.md similarity index 100% rename from community/sonarr/1.0.0/README.md rename to community/sonarr/1.0.1/README.md diff --git a/community/sonarr/1.0.0/app-readme.md b/community/sonarr/1.0.1/app-readme.md similarity index 100% rename from community/sonarr/1.0.0/app-readme.md rename to community/sonarr/1.0.1/app-readme.md diff --git a/community/sonarr/1.0.0/charts/common-1.0.3.tgz b/community/sonarr/1.0.1/charts/common-1.0.3.tgz similarity index 100% rename from community/sonarr/1.0.0/charts/common-1.0.3.tgz rename to community/sonarr/1.0.1/charts/common-1.0.3.tgz diff --git a/community/sonarr/1.0.0/ci/basic-values.yaml b/community/sonarr/1.0.1/ci/basic-values.yaml similarity index 100% rename from community/sonarr/1.0.0/ci/basic-values.yaml rename to community/sonarr/1.0.1/ci/basic-values.yaml diff --git a/community/sonarr/1.0.0/ci/extra-values.yaml b/community/sonarr/1.0.1/ci/extra-values.yaml similarity index 92% rename from community/sonarr/1.0.0/ci/extra-values.yaml rename to community/sonarr/1.0.1/ci/extra-values.yaml index 7ee946f472..2d1d330236 100644 --- a/community/sonarr/1.0.0/ci/extra-values.yaml +++ b/community/sonarr/1.0.1/ci/extra-values.yaml @@ -1,6 +1,6 @@ sonarrConfig: additionalEnvs: - - name: SONARR__AUTHENTICATION_METHOD + - name: SONARR__API_KEY value: some-long-api-key - name: SONARR__LOG_LEVEL value: error diff --git a/community/sonarr/1.0.0/ci/hostNet-values.yaml b/community/sonarr/1.0.1/ci/hostNet-values.yaml similarity index 100% rename from community/sonarr/1.0.0/ci/hostNet-values.yaml rename to community/sonarr/1.0.1/ci/hostNet-values.yaml diff --git a/community/sonarr/1.0.0/ix_values.yaml b/community/sonarr/1.0.1/ix_values.yaml similarity index 100% rename from community/sonarr/1.0.0/ix_values.yaml rename to community/sonarr/1.0.1/ix_values.yaml diff --git a/community/sonarr/1.0.0/questions.yaml b/community/sonarr/1.0.1/questions.yaml similarity index 94% rename from community/sonarr/1.0.0/questions.yaml rename to community/sonarr/1.0.1/questions.yaml index 534047fef6..09e63d5d66 100644 --- a/community/sonarr/1.0.0/questions.yaml +++ b/community/sonarr/1.0.1/questions.yaml @@ -32,7 +32,7 @@ questions: description: The name of the Sonarr instance. schema: type: string - default: Sonarr + default: "Sonarr" required: true - variable: additionalEnvs label: Additional Environment Variables @@ -123,11 +123,11 @@ questions: schema: type: string required: true - default: ixVolume + default: "ixVolume" enum: - - value: hostPath + - value: "hostPath" description: Host Path (Path that already exists on the system) - - value: ixVolume + - value: "ixVolume" description: ixVolume (Dataset created automatically by the system) - variable: datasetName label: Dataset Name @@ -137,7 +137,7 @@ questions: required: true hidden: true immutable: true - default: config + default: "config" $ref: - "normalize/ixVolume" - variable: hostPath @@ -167,11 +167,11 @@ questions: schema: type: string required: true - default: ixVolume + default: "ixVolume" enum: - - value: hostPath + - value: "hostPath" description: Host Path (Path that already exists on the system) - - value: ixVolume + - value: "ixVolume" description: ixVolume (Dataset created automatically by the system) - variable: mountPath label: Mount Path @@ -214,12 +214,12 @@ questions: description: CPU limit for Sonarr. schema: type: string - default: 4000m + default: "4000m" required: true - variable: memory label: Memory description: Memory limit for Sonarr. schema: type: string - default: 8Gi + default: "8Gi" required: true diff --git a/community/sonarr/1.0.0/templates/NOTES.txt b/community/sonarr/1.0.1/templates/NOTES.txt similarity index 100% rename from community/sonarr/1.0.0/templates/NOTES.txt rename to community/sonarr/1.0.1/templates/NOTES.txt diff --git a/community/sonarr/1.0.0/templates/_portal.tpl b/community/sonarr/1.0.1/templates/_portal.tpl similarity index 100% rename from community/sonarr/1.0.0/templates/_portal.tpl rename to community/sonarr/1.0.1/templates/_portal.tpl diff --git a/community/sonarr/1.0.0/templates/_sonarr.tpl b/community/sonarr/1.0.1/templates/_sonarr.tpl similarity index 99% rename from community/sonarr/1.0.0/templates/_sonarr.tpl rename to community/sonarr/1.0.1/templates/_sonarr.tpl index 467001308a..a018ebb21c 100644 --- a/community/sonarr/1.0.0/templates/_sonarr.tpl +++ b/community/sonarr/1.0.1/templates/_sonarr.tpl @@ -14,15 +14,14 @@ workload: securityContext: runAsUser: {{ .Values.sonarrRunAs.user }} runAsGroup: {{ .Values.sonarrRunAs.group }} - {{ with .Values.sonarrConfig.additionalEnvs }} env: + SONARR__PORT: {{ .Values.sonarrNetwork.webPort }} + SONARR__INSTANCE_NAME: {{ .Values.sonarrConfig.instanceName }} + {{ with .Values.sonarrConfig.additionalEnvs }} {{ range $env := . }} {{ $env.name }}: {{ $env.value }} {{ end }} {{ end }} - env: - SONARR__PORT: {{ .Values.sonarrNetwork.webPort }} - SONARR__INSTANCE_NAME: {{ .Values.sonarrConfig.instanceName }} probes: liveness: enabled: true diff --git a/community/sonarr/1.0.0/templates/common.yaml b/community/sonarr/1.0.1/templates/common.yaml similarity index 100% rename from community/sonarr/1.0.0/templates/common.yaml rename to community/sonarr/1.0.1/templates/common.yaml