From c5b773efc476a6291049e436b07a3b9c8bfe00e0 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Wed, 5 Jun 2024 11:12:07 +0000 Subject: [PATCH] Publish new changes in catalog --- charts/syncthing/{2.0.6 => 2.0.7}/.helmignore | 0 charts/syncthing/{2.0.6 => 2.0.7}/Chart.lock | 0 charts/syncthing/{2.0.6 => 2.0.7}/Chart.yaml | 4 ++-- charts/syncthing/{2.0.6 => 2.0.7}/README.md | 0 charts/syncthing/{2.0.6 => 2.0.7}/app-readme.md | 0 .../{2.0.6 => 2.0.7}/charts/common-1.2.9.tgz | Bin .../syncthing/{2.0.6 => 2.0.7}/ci/basic-values.yaml | 0 .../syncthing/{2.0.6 => 2.0.7}/ci/host-values.yaml | 0 charts/syncthing/{2.0.6 => 2.0.7}/ix_values.yaml | 2 +- charts/syncthing/{2.0.6 => 2.0.7}/metadata.yaml | 0 .../syncthing/{2.0.6 => 2.0.7}/migrations/migrate | 0 charts/syncthing/{2.0.6 => 2.0.7}/questions.yaml | 0 .../syncthing/{2.0.6 => 2.0.7}/templates/NOTES.txt | 0 .../{2.0.6 => 2.0.7}/templates/_migration.tpl | 0 .../{2.0.6 => 2.0.7}/templates/_persistence.tpl | 0 .../{2.0.6 => 2.0.7}/templates/_portal.tpl | 0 .../{2.0.6 => 2.0.7}/templates/_service.tpl | 0 .../{2.0.6 => 2.0.7}/templates/_syncthing.tpl | 0 .../{2.0.6 => 2.0.7}/templates/common.yaml | 0 .../syncthing/{2.0.6 => 2.0.7}/to_keep_versions.md | 0 20 files changed, 3 insertions(+), 3 deletions(-) rename charts/syncthing/{2.0.6 => 2.0.7}/.helmignore (100%) rename charts/syncthing/{2.0.6 => 2.0.7}/Chart.lock (100%) rename charts/syncthing/{2.0.6 => 2.0.7}/Chart.yaml (94%) rename charts/syncthing/{2.0.6 => 2.0.7}/README.md (100%) rename charts/syncthing/{2.0.6 => 2.0.7}/app-readme.md (100%) rename charts/syncthing/{2.0.6 => 2.0.7}/charts/common-1.2.9.tgz (100%) rename charts/syncthing/{2.0.6 => 2.0.7}/ci/basic-values.yaml (100%) rename charts/syncthing/{2.0.6 => 2.0.7}/ci/host-values.yaml (100%) rename charts/syncthing/{2.0.6 => 2.0.7}/ix_values.yaml (96%) rename charts/syncthing/{2.0.6 => 2.0.7}/metadata.yaml (100%) rename charts/syncthing/{2.0.6 => 2.0.7}/migrations/migrate (100%) rename charts/syncthing/{2.0.6 => 2.0.7}/questions.yaml (100%) rename charts/syncthing/{2.0.6 => 2.0.7}/templates/NOTES.txt (100%) rename charts/syncthing/{2.0.6 => 2.0.7}/templates/_migration.tpl (100%) rename charts/syncthing/{2.0.6 => 2.0.7}/templates/_persistence.tpl (100%) rename charts/syncthing/{2.0.6 => 2.0.7}/templates/_portal.tpl (100%) rename charts/syncthing/{2.0.6 => 2.0.7}/templates/_service.tpl (100%) rename charts/syncthing/{2.0.6 => 2.0.7}/templates/_syncthing.tpl (100%) rename charts/syncthing/{2.0.6 => 2.0.7}/templates/common.yaml (100%) rename charts/syncthing/{2.0.6 => 2.0.7}/to_keep_versions.md (100%) diff --git a/charts/syncthing/2.0.6/.helmignore b/charts/syncthing/2.0.7/.helmignore similarity index 100% rename from charts/syncthing/2.0.6/.helmignore rename to charts/syncthing/2.0.7/.helmignore diff --git a/charts/syncthing/2.0.6/Chart.lock b/charts/syncthing/2.0.7/Chart.lock similarity index 100% rename from charts/syncthing/2.0.6/Chart.lock rename to charts/syncthing/2.0.7/Chart.lock diff --git a/charts/syncthing/2.0.6/Chart.yaml b/charts/syncthing/2.0.7/Chart.yaml similarity index 94% rename from charts/syncthing/2.0.6/Chart.yaml rename to charts/syncthing/2.0.7/Chart.yaml index d2c0084d5d..d09cdd9249 100644 --- a/charts/syncthing/2.0.6/Chart.yaml +++ b/charts/syncthing/2.0.7/Chart.yaml @@ -3,9 +3,9 @@ description: Syncthing is a continuous file synchronization program. annotations: title: Syncthing type: application -version: 2.0.6 +version: 2.0.7 apiVersion: v2 -appVersion: 1.27.7 +appVersion: 1.27.8 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/charts/syncthing/2.0.6/README.md b/charts/syncthing/2.0.7/README.md similarity index 100% rename from charts/syncthing/2.0.6/README.md rename to charts/syncthing/2.0.7/README.md diff --git a/charts/syncthing/2.0.6/app-readme.md b/charts/syncthing/2.0.7/app-readme.md similarity index 100% rename from charts/syncthing/2.0.6/app-readme.md rename to charts/syncthing/2.0.7/app-readme.md diff --git a/charts/syncthing/2.0.6/charts/common-1.2.9.tgz b/charts/syncthing/2.0.7/charts/common-1.2.9.tgz similarity index 100% rename from charts/syncthing/2.0.6/charts/common-1.2.9.tgz rename to charts/syncthing/2.0.7/charts/common-1.2.9.tgz diff --git a/charts/syncthing/2.0.6/ci/basic-values.yaml b/charts/syncthing/2.0.7/ci/basic-values.yaml similarity index 100% rename from charts/syncthing/2.0.6/ci/basic-values.yaml rename to charts/syncthing/2.0.7/ci/basic-values.yaml diff --git a/charts/syncthing/2.0.6/ci/host-values.yaml b/charts/syncthing/2.0.7/ci/host-values.yaml similarity index 100% rename from charts/syncthing/2.0.6/ci/host-values.yaml rename to charts/syncthing/2.0.7/ci/host-values.yaml diff --git a/charts/syncthing/2.0.6/ix_values.yaml b/charts/syncthing/2.0.7/ix_values.yaml similarity index 96% rename from charts/syncthing/2.0.6/ix_values.yaml rename to charts/syncthing/2.0.7/ix_values.yaml index 22eb80001b..1bd8fae5e1 100644 --- a/charts/syncthing/2.0.6/ix_values.yaml +++ b/charts/syncthing/2.0.7/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: syncthing/syncthing - tag: 1.27.7 + tag: 1.27.8 resources: limits: diff --git a/charts/syncthing/2.0.6/metadata.yaml b/charts/syncthing/2.0.7/metadata.yaml similarity index 100% rename from charts/syncthing/2.0.6/metadata.yaml rename to charts/syncthing/2.0.7/metadata.yaml diff --git a/charts/syncthing/2.0.6/migrations/migrate b/charts/syncthing/2.0.7/migrations/migrate similarity index 100% rename from charts/syncthing/2.0.6/migrations/migrate rename to charts/syncthing/2.0.7/migrations/migrate diff --git a/charts/syncthing/2.0.6/questions.yaml b/charts/syncthing/2.0.7/questions.yaml similarity index 100% rename from charts/syncthing/2.0.6/questions.yaml rename to charts/syncthing/2.0.7/questions.yaml diff --git a/charts/syncthing/2.0.6/templates/NOTES.txt b/charts/syncthing/2.0.7/templates/NOTES.txt similarity index 100% rename from charts/syncthing/2.0.6/templates/NOTES.txt rename to charts/syncthing/2.0.7/templates/NOTES.txt diff --git a/charts/syncthing/2.0.6/templates/_migration.tpl b/charts/syncthing/2.0.7/templates/_migration.tpl similarity index 100% rename from charts/syncthing/2.0.6/templates/_migration.tpl rename to charts/syncthing/2.0.7/templates/_migration.tpl diff --git a/charts/syncthing/2.0.6/templates/_persistence.tpl b/charts/syncthing/2.0.7/templates/_persistence.tpl similarity index 100% rename from charts/syncthing/2.0.6/templates/_persistence.tpl rename to charts/syncthing/2.0.7/templates/_persistence.tpl diff --git a/charts/syncthing/2.0.6/templates/_portal.tpl b/charts/syncthing/2.0.7/templates/_portal.tpl similarity index 100% rename from charts/syncthing/2.0.6/templates/_portal.tpl rename to charts/syncthing/2.0.7/templates/_portal.tpl diff --git a/charts/syncthing/2.0.6/templates/_service.tpl b/charts/syncthing/2.0.7/templates/_service.tpl similarity index 100% rename from charts/syncthing/2.0.6/templates/_service.tpl rename to charts/syncthing/2.0.7/templates/_service.tpl diff --git a/charts/syncthing/2.0.6/templates/_syncthing.tpl b/charts/syncthing/2.0.7/templates/_syncthing.tpl similarity index 100% rename from charts/syncthing/2.0.6/templates/_syncthing.tpl rename to charts/syncthing/2.0.7/templates/_syncthing.tpl diff --git a/charts/syncthing/2.0.6/templates/common.yaml b/charts/syncthing/2.0.7/templates/common.yaml similarity index 100% rename from charts/syncthing/2.0.6/templates/common.yaml rename to charts/syncthing/2.0.7/templates/common.yaml diff --git a/charts/syncthing/2.0.6/to_keep_versions.md b/charts/syncthing/2.0.7/to_keep_versions.md similarity index 100% rename from charts/syncthing/2.0.6/to_keep_versions.md rename to charts/syncthing/2.0.7/to_keep_versions.md