From 6f35fc9afd7fe7c2bbe9d59bd29439b3cb067fb5 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 3 Aug 2023 00:58:01 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/sftpgo/3.0.5/app-changelog.md | 9 --------- stable/sftpgo/{3.0.5 => 3.0.6}/CHANGELOG.md | 9 +++++++++ stable/sftpgo/{3.0.5 => 3.0.6}/Chart.yaml | 4 ++-- stable/sftpgo/{3.0.5 => 3.0.6}/README.md | 2 +- stable/sftpgo/3.0.6/app-changelog.md | 9 +++++++++ stable/sftpgo/{3.0.5 => 3.0.6}/app-readme.md | 0 .../{3.0.5 => 3.0.6}/charts/common-14.0.1.tgz | Bin stable/sftpgo/{3.0.5 => 3.0.6}/ix_values.yaml | 2 +- stable/sftpgo/{3.0.5 => 3.0.6}/questions.yaml | 0 stable/sftpgo/{3.0.5 => 3.0.6}/templates/NOTES.txt | 0 .../sftpgo/{3.0.5 => 3.0.6}/templates/common.yaml | 0 stable/sftpgo/{3.0.5 => 3.0.6}/values.yaml | 0 12 files changed, 22 insertions(+), 13 deletions(-) delete mode 100644 stable/sftpgo/3.0.5/app-changelog.md rename stable/sftpgo/{3.0.5 => 3.0.6}/CHANGELOG.md (52%) rename stable/sftpgo/{3.0.5 => 3.0.6}/Chart.yaml (96%) rename stable/sftpgo/{3.0.5 => 3.0.6}/README.md (93%) create mode 100644 stable/sftpgo/3.0.6/app-changelog.md rename stable/sftpgo/{3.0.5 => 3.0.6}/app-readme.md (100%) rename stable/sftpgo/{3.0.5 => 3.0.6}/charts/common-14.0.1.tgz (100%) rename stable/sftpgo/{3.0.5 => 3.0.6}/ix_values.yaml (95%) rename stable/sftpgo/{3.0.5 => 3.0.6}/questions.yaml (100%) rename stable/sftpgo/{3.0.5 => 3.0.6}/templates/NOTES.txt (100%) rename stable/sftpgo/{3.0.5 => 3.0.6}/templates/common.yaml (100%) rename stable/sftpgo/{3.0.5 => 3.0.6}/values.yaml (100%) diff --git a/stable/sftpgo/3.0.5/app-changelog.md b/stable/sftpgo/3.0.5/app-changelog.md deleted file mode 100644 index 00972b7b3a..0000000000 --- a/stable/sftpgo/3.0.5/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [sftpgo-3.0.5](https://github.com/truecharts/charts/compare/sftpgo-4.0.0...sftpgo-3.0.5) (2023-08-02) - -### Feat - -- Move to Stable ([#11143](https://github.com/truecharts/charts/issues/11143)) - - \ No newline at end of file diff --git a/stable/sftpgo/3.0.5/CHANGELOG.md b/stable/sftpgo/3.0.6/CHANGELOG.md similarity index 52% rename from stable/sftpgo/3.0.5/CHANGELOG.md rename to stable/sftpgo/3.0.6/CHANGELOG.md index 6ceea93409..8c0532cc1d 100644 --- a/stable/sftpgo/3.0.5/CHANGELOG.md +++ b/stable/sftpgo/3.0.6/CHANGELOG.md @@ -4,6 +4,15 @@ +## [sftpgo-3.0.6](https://github.com/truecharts/charts/compare/sftpgo-3.0.5...sftpgo-3.0.6) (2023-08-03) + +### Chore + +- update container image tccr.io/truecharts/sftpgo to v2.5.4 ([#11159](https://github.com/truecharts/charts/issues/11159)) + + + + ## [sftpgo-3.0.5](https://github.com/truecharts/charts/compare/sftpgo-4.0.0...sftpgo-3.0.5) (2023-08-02) ### Feat diff --git a/stable/sftpgo/3.0.5/Chart.yaml b/stable/sftpgo/3.0.6/Chart.yaml similarity index 96% rename from stable/sftpgo/3.0.5/Chart.yaml rename to stable/sftpgo/3.0.6/Chart.yaml index 9364c20b1f..8314513112 100644 --- a/stable/sftpgo/3.0.5/Chart.yaml +++ b/stable/sftpgo/3.0.6/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.5.3" +appVersion: "2.5.4" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/sftpgo - https://github.com/drakkan/sftpgo type: application -version: 3.0.5 +version: 3.0.6 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/stable/sftpgo/3.0.5/README.md b/stable/sftpgo/3.0.6/README.md similarity index 93% rename from stable/sftpgo/3.0.5/README.md rename to stable/sftpgo/3.0.6/README.md index 83229a6026..e0a9b8fa8d 100644 --- a/stable/sftpgo/3.0.5/README.md +++ b/stable/sftpgo/3.0.6/README.md @@ -5,7 +5,7 @@ TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. However only installations using the TrueNAS SCALE Apps system are supported. -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/) +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** diff --git a/stable/sftpgo/3.0.6/app-changelog.md b/stable/sftpgo/3.0.6/app-changelog.md new file mode 100644 index 0000000000..1a87ca3aba --- /dev/null +++ b/stable/sftpgo/3.0.6/app-changelog.md @@ -0,0 +1,9 @@ + + +## [sftpgo-3.0.6](https://github.com/truecharts/charts/compare/sftpgo-3.0.5...sftpgo-3.0.6) (2023-08-03) + +### Chore + +- update container image tccr.io/truecharts/sftpgo to v2.5.4 ([#11159](https://github.com/truecharts/charts/issues/11159)) + + \ No newline at end of file diff --git a/stable/sftpgo/3.0.5/app-readme.md b/stable/sftpgo/3.0.6/app-readme.md similarity index 100% rename from stable/sftpgo/3.0.5/app-readme.md rename to stable/sftpgo/3.0.6/app-readme.md diff --git a/stable/sftpgo/3.0.5/charts/common-14.0.1.tgz b/stable/sftpgo/3.0.6/charts/common-14.0.1.tgz similarity index 100% rename from stable/sftpgo/3.0.5/charts/common-14.0.1.tgz rename to stable/sftpgo/3.0.6/charts/common-14.0.1.tgz diff --git a/stable/sftpgo/3.0.5/ix_values.yaml b/stable/sftpgo/3.0.6/ix_values.yaml similarity index 95% rename from stable/sftpgo/3.0.5/ix_values.yaml rename to stable/sftpgo/3.0.6/ix_values.yaml index 56b3c9a26e..c21a71b115 100644 --- a/stable/sftpgo/3.0.5/ix_values.yaml +++ b/stable/sftpgo/3.0.6/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/sftpgo - tag: v2.5.3@sha256:1a159663e5a9a2430edbf9b143fe8cab2998697bee9909598db32351c9de4f85 + tag: v2.5.4@sha256:e8c84122b56f5123cd566783a3993b6ba9e190802f2f0c3e004028b81452062d securityContext: container: diff --git a/stable/sftpgo/3.0.5/questions.yaml b/stable/sftpgo/3.0.6/questions.yaml similarity index 100% rename from stable/sftpgo/3.0.5/questions.yaml rename to stable/sftpgo/3.0.6/questions.yaml diff --git a/stable/sftpgo/3.0.5/templates/NOTES.txt b/stable/sftpgo/3.0.6/templates/NOTES.txt similarity index 100% rename from stable/sftpgo/3.0.5/templates/NOTES.txt rename to stable/sftpgo/3.0.6/templates/NOTES.txt diff --git a/stable/sftpgo/3.0.5/templates/common.yaml b/stable/sftpgo/3.0.6/templates/common.yaml similarity index 100% rename from stable/sftpgo/3.0.5/templates/common.yaml rename to stable/sftpgo/3.0.6/templates/common.yaml diff --git a/stable/sftpgo/3.0.5/values.yaml b/stable/sftpgo/3.0.6/values.yaml similarity index 100% rename from stable/sftpgo/3.0.5/values.yaml rename to stable/sftpgo/3.0.6/values.yaml