From 5e16c06e1506b7ed96bd5098457330da3cacc06e Mon Sep 17 00:00:00 2001 From: sonicaj Date: Sat, 11 Jan 2025 20:53:26 +0000 Subject: [PATCH] Publish new changes in catalog --- community/gitea/{1.1.27 => 1.1.28}/Chart.lock | 0 community/gitea/{1.1.27 => 1.1.28}/Chart.yaml | 4 ++-- community/gitea/{1.1.27 => 1.1.28}/README.md | 0 community/gitea/{1.1.27 => 1.1.28}/app-readme.md | 0 .../{1.1.27 => 1.1.28}/charts/common-1.2.9.tgz | Bin .../gitea/{1.1.27 => 1.1.28}/ci/basic-values.yaml | 0 .../gitea/{1.1.27 => 1.1.28}/ci/https-values.yaml | 0 community/gitea/{1.1.27 => 1.1.28}/ix_values.yaml | 2 +- community/gitea/{1.1.27 => 1.1.28}/metadata.yaml | 0 .../gitea/{1.1.27 => 1.1.28}/migrations/migrate | 0 community/gitea/{1.1.27 => 1.1.28}/questions.yaml | 0 .../gitea/{1.1.27 => 1.1.28}/templates/NOTES.txt | 0 .../{1.1.27 => 1.1.28}/templates/_configuration.tpl | 0 .../gitea/{1.1.27 => 1.1.28}/templates/_gitea.tpl | 0 .../gitea/{1.1.27 => 1.1.28}/templates/_portal.tpl | 0 .../{1.1.27 => 1.1.28}/templates/_postgres.tpl | 0 .../gitea/{1.1.27 => 1.1.28}/templates/common.yaml | 0 17 files changed, 3 insertions(+), 3 deletions(-) rename community/gitea/{1.1.27 => 1.1.28}/Chart.lock (100%) rename community/gitea/{1.1.27 => 1.1.28}/Chart.yaml (94%) rename community/gitea/{1.1.27 => 1.1.28}/README.md (100%) rename community/gitea/{1.1.27 => 1.1.28}/app-readme.md (100%) rename community/gitea/{1.1.27 => 1.1.28}/charts/common-1.2.9.tgz (100%) rename community/gitea/{1.1.27 => 1.1.28}/ci/basic-values.yaml (100%) rename community/gitea/{1.1.27 => 1.1.28}/ci/https-values.yaml (100%) rename community/gitea/{1.1.27 => 1.1.28}/ix_values.yaml (98%) rename community/gitea/{1.1.27 => 1.1.28}/metadata.yaml (100%) rename community/gitea/{1.1.27 => 1.1.28}/migrations/migrate (100%) rename community/gitea/{1.1.27 => 1.1.28}/questions.yaml (100%) rename community/gitea/{1.1.27 => 1.1.28}/templates/NOTES.txt (100%) rename community/gitea/{1.1.27 => 1.1.28}/templates/_configuration.tpl (100%) rename community/gitea/{1.1.27 => 1.1.28}/templates/_gitea.tpl (100%) rename community/gitea/{1.1.27 => 1.1.28}/templates/_portal.tpl (100%) rename community/gitea/{1.1.27 => 1.1.28}/templates/_postgres.tpl (100%) rename community/gitea/{1.1.27 => 1.1.28}/templates/common.yaml (100%) diff --git a/community/gitea/1.1.27/Chart.lock b/community/gitea/1.1.28/Chart.lock similarity index 100% rename from community/gitea/1.1.27/Chart.lock rename to community/gitea/1.1.28/Chart.lock diff --git a/community/gitea/1.1.27/Chart.yaml b/community/gitea/1.1.28/Chart.yaml similarity index 94% rename from community/gitea/1.1.27/Chart.yaml rename to community/gitea/1.1.28/Chart.yaml index b7ff2d055f..e0a8272424 100644 --- a/community/gitea/1.1.27/Chart.yaml +++ b/community/gitea/1.1.28/Chart.yaml @@ -3,9 +3,9 @@ description: Gitea - Git with a cup of tea annotations: title: Gitea type: application -version: 1.1.27 +version: 1.1.28 apiVersion: v2 -appVersion: 1.23.0 +appVersion: 1.23.1 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/community/gitea/1.1.27/README.md b/community/gitea/1.1.28/README.md similarity index 100% rename from community/gitea/1.1.27/README.md rename to community/gitea/1.1.28/README.md diff --git a/community/gitea/1.1.27/app-readme.md b/community/gitea/1.1.28/app-readme.md similarity index 100% rename from community/gitea/1.1.27/app-readme.md rename to community/gitea/1.1.28/app-readme.md diff --git a/community/gitea/1.1.27/charts/common-1.2.9.tgz b/community/gitea/1.1.28/charts/common-1.2.9.tgz similarity index 100% rename from community/gitea/1.1.27/charts/common-1.2.9.tgz rename to community/gitea/1.1.28/charts/common-1.2.9.tgz diff --git a/community/gitea/1.1.27/ci/basic-values.yaml b/community/gitea/1.1.28/ci/basic-values.yaml similarity index 100% rename from community/gitea/1.1.27/ci/basic-values.yaml rename to community/gitea/1.1.28/ci/basic-values.yaml diff --git a/community/gitea/1.1.27/ci/https-values.yaml b/community/gitea/1.1.28/ci/https-values.yaml similarity index 100% rename from community/gitea/1.1.27/ci/https-values.yaml rename to community/gitea/1.1.28/ci/https-values.yaml diff --git a/community/gitea/1.1.27/ix_values.yaml b/community/gitea/1.1.28/ix_values.yaml similarity index 98% rename from community/gitea/1.1.27/ix_values.yaml rename to community/gitea/1.1.28/ix_values.yaml index 94ca583a58..ff0a73509e 100644 --- a/community/gitea/1.1.27/ix_values.yaml +++ b/community/gitea/1.1.28/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: gitea/gitea pullPolicy: IfNotPresent - tag: 1.23.0-rootless + tag: 1.23.1-rootless resources: limits: diff --git a/community/gitea/1.1.27/metadata.yaml b/community/gitea/1.1.28/metadata.yaml similarity index 100% rename from community/gitea/1.1.27/metadata.yaml rename to community/gitea/1.1.28/metadata.yaml diff --git a/community/gitea/1.1.27/migrations/migrate b/community/gitea/1.1.28/migrations/migrate similarity index 100% rename from community/gitea/1.1.27/migrations/migrate rename to community/gitea/1.1.28/migrations/migrate diff --git a/community/gitea/1.1.27/questions.yaml b/community/gitea/1.1.28/questions.yaml similarity index 100% rename from community/gitea/1.1.27/questions.yaml rename to community/gitea/1.1.28/questions.yaml diff --git a/community/gitea/1.1.27/templates/NOTES.txt b/community/gitea/1.1.28/templates/NOTES.txt similarity index 100% rename from community/gitea/1.1.27/templates/NOTES.txt rename to community/gitea/1.1.28/templates/NOTES.txt diff --git a/community/gitea/1.1.27/templates/_configuration.tpl b/community/gitea/1.1.28/templates/_configuration.tpl similarity index 100% rename from community/gitea/1.1.27/templates/_configuration.tpl rename to community/gitea/1.1.28/templates/_configuration.tpl diff --git a/community/gitea/1.1.27/templates/_gitea.tpl b/community/gitea/1.1.28/templates/_gitea.tpl similarity index 100% rename from community/gitea/1.1.27/templates/_gitea.tpl rename to community/gitea/1.1.28/templates/_gitea.tpl diff --git a/community/gitea/1.1.27/templates/_portal.tpl b/community/gitea/1.1.28/templates/_portal.tpl similarity index 100% rename from community/gitea/1.1.27/templates/_portal.tpl rename to community/gitea/1.1.28/templates/_portal.tpl diff --git a/community/gitea/1.1.27/templates/_postgres.tpl b/community/gitea/1.1.28/templates/_postgres.tpl similarity index 100% rename from community/gitea/1.1.27/templates/_postgres.tpl rename to community/gitea/1.1.28/templates/_postgres.tpl diff --git a/community/gitea/1.1.27/templates/common.yaml b/community/gitea/1.1.28/templates/common.yaml similarity index 100% rename from community/gitea/1.1.27/templates/common.yaml rename to community/gitea/1.1.28/templates/common.yaml