From 6e57a786f7a4af94777314a6d3ab3f8f12679d62 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Tue, 25 Jul 2023 16:22:21 +0000 Subject: [PATCH] Publish new changes in catalog --- community/sabnzbd/{1.0.0 => 1.0.1}/Chart.lock | 0 community/sabnzbd/{1.0.0 => 1.0.1}/Chart.yaml | 4 ++-- community/sabnzbd/{1.0.0 => 1.0.1}/README.md | 0 community/sabnzbd/{1.0.0 => 1.0.1}/app-readme.md | 0 .../{1.0.0 => 1.0.1}/charts/common-1.0.12.tgz | Bin .../sabnzbd/{1.0.0 => 1.0.1}/ci/basic-values.yaml | 0 .../sabnzbd/{1.0.0 => 1.0.1}/ci/extra-values.yaml | 0 .../sabnzbd/{1.0.0 => 1.0.1}/ci/hostNet-values.yaml | 0 community/sabnzbd/{1.0.0 => 1.0.1}/ix_values.yaml | 0 community/sabnzbd/{1.0.0 => 1.0.1}/metadata.yaml | 0 community/sabnzbd/{1.0.0 => 1.0.1}/questions.yaml | 0 .../sabnzbd/{1.0.0 => 1.0.1}/templates/NOTES.txt | 0 .../{1.0.0 => 1.0.1}/templates/_persistence.tpl | 0 .../sabnzbd/{1.0.0 => 1.0.1}/templates/_portal.tpl | 0 .../sabnzbd/{1.0.0 => 1.0.1}/templates/_sabnzbd.tpl | 0 .../sabnzbd/{1.0.0 => 1.0.1}/templates/_service.tpl | 0 .../sabnzbd/{1.0.0 => 1.0.1}/templates/common.yaml | 0 community/sabnzbd/item.yaml | 2 +- 18 files changed, 3 insertions(+), 3 deletions(-) rename community/sabnzbd/{1.0.0 => 1.0.1}/Chart.lock (100%) rename community/sabnzbd/{1.0.0 => 1.0.1}/Chart.yaml (86%) rename community/sabnzbd/{1.0.0 => 1.0.1}/README.md (100%) rename community/sabnzbd/{1.0.0 => 1.0.1}/app-readme.md (100%) rename community/sabnzbd/{1.0.0 => 1.0.1}/charts/common-1.0.12.tgz (100%) rename community/sabnzbd/{1.0.0 => 1.0.1}/ci/basic-values.yaml (100%) rename community/sabnzbd/{1.0.0 => 1.0.1}/ci/extra-values.yaml (100%) rename community/sabnzbd/{1.0.0 => 1.0.1}/ci/hostNet-values.yaml (100%) rename community/sabnzbd/{1.0.0 => 1.0.1}/ix_values.yaml (100%) rename community/sabnzbd/{1.0.0 => 1.0.1}/metadata.yaml (100%) rename community/sabnzbd/{1.0.0 => 1.0.1}/questions.yaml (100%) rename community/sabnzbd/{1.0.0 => 1.0.1}/templates/NOTES.txt (100%) rename community/sabnzbd/{1.0.0 => 1.0.1}/templates/_persistence.tpl (100%) rename community/sabnzbd/{1.0.0 => 1.0.1}/templates/_portal.tpl (100%) rename community/sabnzbd/{1.0.0 => 1.0.1}/templates/_sabnzbd.tpl (100%) rename community/sabnzbd/{1.0.0 => 1.0.1}/templates/_service.tpl (100%) rename community/sabnzbd/{1.0.0 => 1.0.1}/templates/common.yaml (100%) diff --git a/community/sabnzbd/1.0.0/Chart.lock b/community/sabnzbd/1.0.1/Chart.lock similarity index 100% rename from community/sabnzbd/1.0.0/Chart.lock rename to community/sabnzbd/1.0.1/Chart.lock diff --git a/community/sabnzbd/1.0.0/Chart.yaml b/community/sabnzbd/1.0.1/Chart.yaml similarity index 86% rename from community/sabnzbd/1.0.0/Chart.yaml rename to community/sabnzbd/1.0.1/Chart.yaml index d3e330b53a..fc93d4d253 100644 --- a/community/sabnzbd/1.0.0/Chart.yaml +++ b/community/sabnzbd/1.0.1/Chart.yaml @@ -3,7 +3,7 @@ description: SABnzbd is an Open Source Binary Newsreader written in Python. annotations: title: SABnzbd type: application -version: 1.0.0 +version: 1.0.1 apiVersion: v2 appVersion: 4.0.3 kubeVersion: '>=1.16.0-0' @@ -16,7 +16,7 @@ dependencies: repository: file://../../../common version: 1.0.12 home: https://sabnzbd.org/ -icon: https://avatars.githubusercontent.com/u/960698 +icon: https://raw.githubusercontent.com/sabnzbd/sabnzbd/develop/icons/logo-arrow.svg sources: - https://github.com/onedr0p/containers/tree/main/apps/sabnzbd - https://github.com/truenas/charts/tree/master/library/ix-dev/community/sabnzbd diff --git a/community/sabnzbd/1.0.0/README.md b/community/sabnzbd/1.0.1/README.md similarity index 100% rename from community/sabnzbd/1.0.0/README.md rename to community/sabnzbd/1.0.1/README.md diff --git a/community/sabnzbd/1.0.0/app-readme.md b/community/sabnzbd/1.0.1/app-readme.md similarity index 100% rename from community/sabnzbd/1.0.0/app-readme.md rename to community/sabnzbd/1.0.1/app-readme.md diff --git a/community/sabnzbd/1.0.0/charts/common-1.0.12.tgz b/community/sabnzbd/1.0.1/charts/common-1.0.12.tgz similarity index 100% rename from community/sabnzbd/1.0.0/charts/common-1.0.12.tgz rename to community/sabnzbd/1.0.1/charts/common-1.0.12.tgz diff --git a/community/sabnzbd/1.0.0/ci/basic-values.yaml b/community/sabnzbd/1.0.1/ci/basic-values.yaml similarity index 100% rename from community/sabnzbd/1.0.0/ci/basic-values.yaml rename to community/sabnzbd/1.0.1/ci/basic-values.yaml diff --git a/community/sabnzbd/1.0.0/ci/extra-values.yaml b/community/sabnzbd/1.0.1/ci/extra-values.yaml similarity index 100% rename from community/sabnzbd/1.0.0/ci/extra-values.yaml rename to community/sabnzbd/1.0.1/ci/extra-values.yaml diff --git a/community/sabnzbd/1.0.0/ci/hostNet-values.yaml b/community/sabnzbd/1.0.1/ci/hostNet-values.yaml similarity index 100% rename from community/sabnzbd/1.0.0/ci/hostNet-values.yaml rename to community/sabnzbd/1.0.1/ci/hostNet-values.yaml diff --git a/community/sabnzbd/1.0.0/ix_values.yaml b/community/sabnzbd/1.0.1/ix_values.yaml similarity index 100% rename from community/sabnzbd/1.0.0/ix_values.yaml rename to community/sabnzbd/1.0.1/ix_values.yaml diff --git a/community/sabnzbd/1.0.0/metadata.yaml b/community/sabnzbd/1.0.1/metadata.yaml similarity index 100% rename from community/sabnzbd/1.0.0/metadata.yaml rename to community/sabnzbd/1.0.1/metadata.yaml diff --git a/community/sabnzbd/1.0.0/questions.yaml b/community/sabnzbd/1.0.1/questions.yaml similarity index 100% rename from community/sabnzbd/1.0.0/questions.yaml rename to community/sabnzbd/1.0.1/questions.yaml diff --git a/community/sabnzbd/1.0.0/templates/NOTES.txt b/community/sabnzbd/1.0.1/templates/NOTES.txt similarity index 100% rename from community/sabnzbd/1.0.0/templates/NOTES.txt rename to community/sabnzbd/1.0.1/templates/NOTES.txt diff --git a/community/sabnzbd/1.0.0/templates/_persistence.tpl b/community/sabnzbd/1.0.1/templates/_persistence.tpl similarity index 100% rename from community/sabnzbd/1.0.0/templates/_persistence.tpl rename to community/sabnzbd/1.0.1/templates/_persistence.tpl diff --git a/community/sabnzbd/1.0.0/templates/_portal.tpl b/community/sabnzbd/1.0.1/templates/_portal.tpl similarity index 100% rename from community/sabnzbd/1.0.0/templates/_portal.tpl rename to community/sabnzbd/1.0.1/templates/_portal.tpl diff --git a/community/sabnzbd/1.0.0/templates/_sabnzbd.tpl b/community/sabnzbd/1.0.1/templates/_sabnzbd.tpl similarity index 100% rename from community/sabnzbd/1.0.0/templates/_sabnzbd.tpl rename to community/sabnzbd/1.0.1/templates/_sabnzbd.tpl diff --git a/community/sabnzbd/1.0.0/templates/_service.tpl b/community/sabnzbd/1.0.1/templates/_service.tpl similarity index 100% rename from community/sabnzbd/1.0.0/templates/_service.tpl rename to community/sabnzbd/1.0.1/templates/_service.tpl diff --git a/community/sabnzbd/1.0.0/templates/common.yaml b/community/sabnzbd/1.0.1/templates/common.yaml similarity index 100% rename from community/sabnzbd/1.0.0/templates/common.yaml rename to community/sabnzbd/1.0.1/templates/common.yaml diff --git a/community/sabnzbd/item.yaml b/community/sabnzbd/item.yaml index d7a8d162bd..db1f6c76ee 100644 --- a/community/sabnzbd/item.yaml +++ b/community/sabnzbd/item.yaml @@ -1,4 +1,4 @@ -icon_url: https://avatars.githubusercontent.com/u/960698 +icon_url: https://raw.githubusercontent.com/sabnzbd/sabnzbd/develop/icons/logo-arrow.svg categories: - media screenshots: