From 57f4237c3d988abfead08e9b7d64fbc3961379d3 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Mon, 10 Jun 2024 12:04:45 +0000 Subject: [PATCH] Publish new changes in catalog --- .../{1.2.8 => 1.2.9}/Chart.lock | 0 .../{1.2.8 => 1.2.9}/Chart.yaml | 4 ++-- .../unifi-protect-backup/{1.2.8 => 1.2.9}/README.md | 0 .../{1.2.8 => 1.2.9}/app-readme.md | 0 .../{1.2.8 => 1.2.9}/charts/common-1.2.9.tgz | Bin .../{1.2.8 => 1.2.9}/ci/basic-values.yaml | 0 .../{1.2.8 => 1.2.9}/ci/extra-values.yaml | 0 .../{1.2.8 => 1.2.9}/ix_values.yaml | 2 +- .../{1.2.8 => 1.2.9}/metadata.yaml | 0 .../{1.2.8 => 1.2.9}/migrations/migrate | 0 .../{1.2.8 => 1.2.9}/questions.yaml | 0 .../{1.2.8 => 1.2.9}/templates/NOTES.txt | 0 .../{1.2.8 => 1.2.9}/templates/_configuration.tpl | 0 .../{1.2.8 => 1.2.9}/templates/_persistence.tpl | 0 .../templates/_unifi-protect-backup.tpl | 0 .../{1.2.8 => 1.2.9}/templates/_validation.tpl | 0 .../{1.2.8 => 1.2.9}/templates/common.yaml | 0 17 files changed, 3 insertions(+), 3 deletions(-) rename community/unifi-protect-backup/{1.2.8 => 1.2.9}/Chart.lock (100%) rename community/unifi-protect-backup/{1.2.8 => 1.2.9}/Chart.yaml (96%) rename community/unifi-protect-backup/{1.2.8 => 1.2.9}/README.md (100%) rename community/unifi-protect-backup/{1.2.8 => 1.2.9}/app-readme.md (100%) rename community/unifi-protect-backup/{1.2.8 => 1.2.9}/charts/common-1.2.9.tgz (100%) rename community/unifi-protect-backup/{1.2.8 => 1.2.9}/ci/basic-values.yaml (100%) rename community/unifi-protect-backup/{1.2.8 => 1.2.9}/ci/extra-values.yaml (100%) rename community/unifi-protect-backup/{1.2.8 => 1.2.9}/ix_values.yaml (98%) rename community/unifi-protect-backup/{1.2.8 => 1.2.9}/metadata.yaml (100%) rename community/unifi-protect-backup/{1.2.8 => 1.2.9}/migrations/migrate (100%) rename community/unifi-protect-backup/{1.2.8 => 1.2.9}/questions.yaml (100%) rename community/unifi-protect-backup/{1.2.8 => 1.2.9}/templates/NOTES.txt (100%) rename community/unifi-protect-backup/{1.2.8 => 1.2.9}/templates/_configuration.tpl (100%) rename community/unifi-protect-backup/{1.2.8 => 1.2.9}/templates/_persistence.tpl (100%) rename community/unifi-protect-backup/{1.2.8 => 1.2.9}/templates/_unifi-protect-backup.tpl (100%) rename community/unifi-protect-backup/{1.2.8 => 1.2.9}/templates/_validation.tpl (100%) rename community/unifi-protect-backup/{1.2.8 => 1.2.9}/templates/common.yaml (100%) diff --git a/community/unifi-protect-backup/1.2.8/Chart.lock b/community/unifi-protect-backup/1.2.9/Chart.lock similarity index 100% rename from community/unifi-protect-backup/1.2.8/Chart.lock rename to community/unifi-protect-backup/1.2.9/Chart.lock diff --git a/community/unifi-protect-backup/1.2.8/Chart.yaml b/community/unifi-protect-backup/1.2.9/Chart.yaml similarity index 96% rename from community/unifi-protect-backup/1.2.8/Chart.yaml rename to community/unifi-protect-backup/1.2.9/Chart.yaml index a0c7705498..6de712fed3 100644 --- a/community/unifi-protect-backup/1.2.8/Chart.yaml +++ b/community/unifi-protect-backup/1.2.9/Chart.yaml @@ -4,9 +4,9 @@ description: Unifi Protect Backup is a python based tool for backing up UniFi Pr annotations: title: Unifi Protect Backup type: application -version: 1.2.8 +version: 1.2.9 apiVersion: v2 -appVersion: 0.10.7 +appVersion: 0.11.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/community/unifi-protect-backup/1.2.8/README.md b/community/unifi-protect-backup/1.2.9/README.md similarity index 100% rename from community/unifi-protect-backup/1.2.8/README.md rename to community/unifi-protect-backup/1.2.9/README.md diff --git a/community/unifi-protect-backup/1.2.8/app-readme.md b/community/unifi-protect-backup/1.2.9/app-readme.md similarity index 100% rename from community/unifi-protect-backup/1.2.8/app-readme.md rename to community/unifi-protect-backup/1.2.9/app-readme.md diff --git a/community/unifi-protect-backup/1.2.8/charts/common-1.2.9.tgz b/community/unifi-protect-backup/1.2.9/charts/common-1.2.9.tgz similarity index 100% rename from community/unifi-protect-backup/1.2.8/charts/common-1.2.9.tgz rename to community/unifi-protect-backup/1.2.9/charts/common-1.2.9.tgz diff --git a/community/unifi-protect-backup/1.2.8/ci/basic-values.yaml b/community/unifi-protect-backup/1.2.9/ci/basic-values.yaml similarity index 100% rename from community/unifi-protect-backup/1.2.8/ci/basic-values.yaml rename to community/unifi-protect-backup/1.2.9/ci/basic-values.yaml diff --git a/community/unifi-protect-backup/1.2.8/ci/extra-values.yaml b/community/unifi-protect-backup/1.2.9/ci/extra-values.yaml similarity index 100% rename from community/unifi-protect-backup/1.2.8/ci/extra-values.yaml rename to community/unifi-protect-backup/1.2.9/ci/extra-values.yaml diff --git a/community/unifi-protect-backup/1.2.8/ix_values.yaml b/community/unifi-protect-backup/1.2.9/ix_values.yaml similarity index 98% rename from community/unifi-protect-backup/1.2.8/ix_values.yaml rename to community/unifi-protect-backup/1.2.9/ix_values.yaml index c1b3293a48..71e2249a97 100644 --- a/community/unifi-protect-backup/1.2.8/ix_values.yaml +++ b/community/unifi-protect-backup/1.2.9/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/ep1cman/unifi-protect-backup pullPolicy: IfNotPresent - tag: 0.10.7 + tag: 0.11.0 resources: limits: diff --git a/community/unifi-protect-backup/1.2.8/metadata.yaml b/community/unifi-protect-backup/1.2.9/metadata.yaml similarity index 100% rename from community/unifi-protect-backup/1.2.8/metadata.yaml rename to community/unifi-protect-backup/1.2.9/metadata.yaml diff --git a/community/unifi-protect-backup/1.2.8/migrations/migrate b/community/unifi-protect-backup/1.2.9/migrations/migrate similarity index 100% rename from community/unifi-protect-backup/1.2.8/migrations/migrate rename to community/unifi-protect-backup/1.2.9/migrations/migrate diff --git a/community/unifi-protect-backup/1.2.8/questions.yaml b/community/unifi-protect-backup/1.2.9/questions.yaml similarity index 100% rename from community/unifi-protect-backup/1.2.8/questions.yaml rename to community/unifi-protect-backup/1.2.9/questions.yaml diff --git a/community/unifi-protect-backup/1.2.8/templates/NOTES.txt b/community/unifi-protect-backup/1.2.9/templates/NOTES.txt similarity index 100% rename from community/unifi-protect-backup/1.2.8/templates/NOTES.txt rename to community/unifi-protect-backup/1.2.9/templates/NOTES.txt diff --git a/community/unifi-protect-backup/1.2.8/templates/_configuration.tpl b/community/unifi-protect-backup/1.2.9/templates/_configuration.tpl similarity index 100% rename from community/unifi-protect-backup/1.2.8/templates/_configuration.tpl rename to community/unifi-protect-backup/1.2.9/templates/_configuration.tpl diff --git a/community/unifi-protect-backup/1.2.8/templates/_persistence.tpl b/community/unifi-protect-backup/1.2.9/templates/_persistence.tpl similarity index 100% rename from community/unifi-protect-backup/1.2.8/templates/_persistence.tpl rename to community/unifi-protect-backup/1.2.9/templates/_persistence.tpl diff --git a/community/unifi-protect-backup/1.2.8/templates/_unifi-protect-backup.tpl b/community/unifi-protect-backup/1.2.9/templates/_unifi-protect-backup.tpl similarity index 100% rename from community/unifi-protect-backup/1.2.8/templates/_unifi-protect-backup.tpl rename to community/unifi-protect-backup/1.2.9/templates/_unifi-protect-backup.tpl diff --git a/community/unifi-protect-backup/1.2.8/templates/_validation.tpl b/community/unifi-protect-backup/1.2.9/templates/_validation.tpl similarity index 100% rename from community/unifi-protect-backup/1.2.8/templates/_validation.tpl rename to community/unifi-protect-backup/1.2.9/templates/_validation.tpl diff --git a/community/unifi-protect-backup/1.2.8/templates/common.yaml b/community/unifi-protect-backup/1.2.9/templates/common.yaml similarity index 100% rename from community/unifi-protect-backup/1.2.8/templates/common.yaml rename to community/unifi-protect-backup/1.2.9/templates/common.yaml