From b9ba344ccc6018f6ffb206ebce519a264069cd3c Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 7 Jan 2023 14:32:56 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/sftpgo/2.0.8/app-changelog.md | 9 --------- .../sftpgo/{2.0.8 => 2.0.9}/CHANGELOG.md | 18 +++++++++--------- incubator/sftpgo/{2.0.8 => 2.0.9}/Chart.yaml | 2 +- incubator/sftpgo/{2.0.8 => 2.0.9}/README.md | 0 incubator/sftpgo/2.0.9/app-changelog.md | 9 +++++++++ .../sftpgo/{2.0.8 => 2.0.9}/app-readme.md | 0 .../{2.0.8 => 2.0.9}/charts/common-11.1.2.tgz | Bin .../sftpgo/{2.0.8 => 2.0.9}/ix_values.yaml | 2 +- .../sftpgo/{2.0.8 => 2.0.9}/questions.yaml | 0 .../{2.0.8 => 2.0.9}/templates/common.yaml | 0 incubator/sftpgo/{2.0.8 => 2.0.9}/values.yaml | 0 11 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 incubator/sftpgo/2.0.8/app-changelog.md rename incubator/sftpgo/{2.0.8 => 2.0.9}/CHANGELOG.md (89%) rename incubator/sftpgo/{2.0.8 => 2.0.9}/Chart.yaml (98%) rename incubator/sftpgo/{2.0.8 => 2.0.9}/README.md (100%) create mode 100644 incubator/sftpgo/2.0.9/app-changelog.md rename incubator/sftpgo/{2.0.8 => 2.0.9}/app-readme.md (100%) rename incubator/sftpgo/{2.0.8 => 2.0.9}/charts/common-11.1.2.tgz (100%) rename incubator/sftpgo/{2.0.8 => 2.0.9}/ix_values.yaml (94%) rename incubator/sftpgo/{2.0.8 => 2.0.9}/questions.yaml (100%) rename incubator/sftpgo/{2.0.8 => 2.0.9}/templates/common.yaml (100%) rename incubator/sftpgo/{2.0.8 => 2.0.9}/values.yaml (100%) diff --git a/incubator/sftpgo/2.0.8/app-changelog.md b/incubator/sftpgo/2.0.8/app-changelog.md deleted file mode 100644 index a76d54be92..0000000000 --- a/incubator/sftpgo/2.0.8/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [sftpgo-2.0.8](https://github.com/truecharts/charts/compare/sftpgo-2.0.7...sftpgo-2.0.8) (2022-12-27) - -### Chore - -- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856)) - - \ No newline at end of file diff --git a/incubator/sftpgo/2.0.8/CHANGELOG.md b/incubator/sftpgo/2.0.9/CHANGELOG.md similarity index 89% rename from incubator/sftpgo/2.0.8/CHANGELOG.md rename to incubator/sftpgo/2.0.9/CHANGELOG.md index ed022f809a..a28df3e255 100644 --- a/incubator/sftpgo/2.0.8/CHANGELOG.md +++ b/incubator/sftpgo/2.0.9/CHANGELOG.md @@ -4,6 +4,15 @@ +## [sftpgo-2.0.9](https://github.com/truecharts/charts/compare/sftpgo-2.0.8...sftpgo-2.0.9) (2023-01-07) + +### Chore + +- update container image tccr.io/truecharts/sftpgo to latest + + + + ## [sftpgo-2.0.8](https://github.com/truecharts/charts/compare/sftpgo-2.0.7...sftpgo-2.0.8) (2022-12-27) ### Chore @@ -88,12 +97,3 @@ - -## [sftpgo-2.0.3](https://github.com/truecharts/charts/compare/sftpgo-2.0.2...sftpgo-2.0.3) (2022-11-30) - - - - -## [sftpgo-2.0.3](https://github.com/truecharts/charts/compare/sftpgo-2.0.2...sftpgo-2.0.3) (2022-11-30) - - diff --git a/incubator/sftpgo/2.0.8/Chart.yaml b/incubator/sftpgo/2.0.9/Chart.yaml similarity index 98% rename from incubator/sftpgo/2.0.8/Chart.yaml rename to incubator/sftpgo/2.0.9/Chart.yaml index b387bb9144..513ff52ed8 100644 --- a/incubator/sftpgo/2.0.8/Chart.yaml +++ b/incubator/sftpgo/2.0.9/Chart.yaml @@ -26,4 +26,4 @@ sources: - https://github.com/drakkan/sftpgo - https://hub.docker.com/r/drakkan/sftpgo type: application -version: 2.0.8 +version: 2.0.9 diff --git a/incubator/sftpgo/2.0.8/README.md b/incubator/sftpgo/2.0.9/README.md similarity index 100% rename from incubator/sftpgo/2.0.8/README.md rename to incubator/sftpgo/2.0.9/README.md diff --git a/incubator/sftpgo/2.0.9/app-changelog.md b/incubator/sftpgo/2.0.9/app-changelog.md new file mode 100644 index 0000000000..92f7b6e327 --- /dev/null +++ b/incubator/sftpgo/2.0.9/app-changelog.md @@ -0,0 +1,9 @@ + + +## [sftpgo-2.0.9](https://github.com/truecharts/charts/compare/sftpgo-2.0.8...sftpgo-2.0.9) (2023-01-07) + +### Chore + +- update container image tccr.io/truecharts/sftpgo to latest + + \ No newline at end of file diff --git a/incubator/sftpgo/2.0.8/app-readme.md b/incubator/sftpgo/2.0.9/app-readme.md similarity index 100% rename from incubator/sftpgo/2.0.8/app-readme.md rename to incubator/sftpgo/2.0.9/app-readme.md diff --git a/incubator/sftpgo/2.0.8/charts/common-11.1.2.tgz b/incubator/sftpgo/2.0.9/charts/common-11.1.2.tgz similarity index 100% rename from incubator/sftpgo/2.0.8/charts/common-11.1.2.tgz rename to incubator/sftpgo/2.0.9/charts/common-11.1.2.tgz diff --git a/incubator/sftpgo/2.0.8/ix_values.yaml b/incubator/sftpgo/2.0.9/ix_values.yaml similarity index 94% rename from incubator/sftpgo/2.0.8/ix_values.yaml rename to incubator/sftpgo/2.0.9/ix_values.yaml index c3cfdf3b3a..3541886c75 100644 --- a/incubator/sftpgo/2.0.8/ix_values.yaml +++ b/incubator/sftpgo/2.0.9/ix_values.yaml @@ -9,7 +9,7 @@ env: image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/sftpgo - tag: latest@sha256:73db7d80929505c715d45ac15dc316ab966783ac3210a9955243db80998bf870 + tag: latest@sha256:cf98201352134ccb3094c7effb4bb9970cb8d02a2c02e040ed94e61b6b891a9f persistence: backupdirectory: enabled: true diff --git a/incubator/sftpgo/2.0.8/questions.yaml b/incubator/sftpgo/2.0.9/questions.yaml similarity index 100% rename from incubator/sftpgo/2.0.8/questions.yaml rename to incubator/sftpgo/2.0.9/questions.yaml diff --git a/incubator/sftpgo/2.0.8/templates/common.yaml b/incubator/sftpgo/2.0.9/templates/common.yaml similarity index 100% rename from incubator/sftpgo/2.0.8/templates/common.yaml rename to incubator/sftpgo/2.0.9/templates/common.yaml diff --git a/incubator/sftpgo/2.0.8/values.yaml b/incubator/sftpgo/2.0.9/values.yaml similarity index 100% rename from incubator/sftpgo/2.0.8/values.yaml rename to incubator/sftpgo/2.0.9/values.yaml