From e3807a3ceb2a97d90e5d50b30487c181eb77d7fb Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 16 Jan 2023 01:54:27 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/pydio-cells/7.0.15/app-changelog.md | 9 --------- .../{7.0.15 => 7.0.16}/CHANGELOG.md | 18 +++++++++--------- .../pydio-cells/{7.0.15 => 7.0.16}/Chart.yaml | 4 ++-- .../pydio-cells/{7.0.15 => 7.0.16}/README.md | 0 stable/pydio-cells/7.0.16/app-changelog.md | 9 +++++++++ .../{7.0.15 => 7.0.16}/app-readme.md | 2 +- .../charts/common-11.1.2.tgz | Bin .../charts/mariadb-5.0.21.tgz | Bin .../{7.0.15 => 7.0.16}/ix_values.yaml | 2 +- .../{7.0.15 => 7.0.16}/questions.yaml | 0 .../{7.0.15 => 7.0.16}/templates/common.yaml | 0 .../{7.0.15 => 7.0.16}/values.yaml | 0 12 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 stable/pydio-cells/7.0.15/app-changelog.md rename stable/pydio-cells/{7.0.15 => 7.0.16}/CHANGELOG.md (89%) rename stable/pydio-cells/{7.0.15 => 7.0.16}/Chart.yaml (96%) rename stable/pydio-cells/{7.0.15 => 7.0.16}/README.md (100%) create mode 100644 stable/pydio-cells/7.0.16/app-changelog.md rename stable/pydio-cells/{7.0.15 => 7.0.16}/app-readme.md (71%) rename stable/pydio-cells/{7.0.15 => 7.0.16}/charts/common-11.1.2.tgz (100%) rename stable/pydio-cells/{7.0.15 => 7.0.16}/charts/mariadb-5.0.21.tgz (100%) rename stable/pydio-cells/{7.0.15 => 7.0.16}/ix_values.yaml (96%) rename stable/pydio-cells/{7.0.15 => 7.0.16}/questions.yaml (100%) rename stable/pydio-cells/{7.0.15 => 7.0.16}/templates/common.yaml (100%) rename stable/pydio-cells/{7.0.15 => 7.0.16}/values.yaml (100%) diff --git a/stable/pydio-cells/7.0.15/app-changelog.md b/stable/pydio-cells/7.0.15/app-changelog.md deleted file mode 100644 index 6f74f81b82..0000000000 --- a/stable/pydio-cells/7.0.15/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [pydio-cells-7.0.15](https://github.com/truecharts/charts/compare/pydio-cells-7.0.14...pydio-cells-7.0.15) (2023-01-07) - -### Chore - -- update helm general non-major ([#6121](https://github.com/truecharts/charts/issues/6121)) - - \ No newline at end of file diff --git a/stable/pydio-cells/7.0.15/CHANGELOG.md b/stable/pydio-cells/7.0.16/CHANGELOG.md similarity index 89% rename from stable/pydio-cells/7.0.15/CHANGELOG.md rename to stable/pydio-cells/7.0.16/CHANGELOG.md index 7de493b14f..fbd650649b 100644 --- a/stable/pydio-cells/7.0.15/CHANGELOG.md +++ b/stable/pydio-cells/7.0.16/CHANGELOG.md @@ -4,6 +4,15 @@ +## [pydio-cells-7.0.16](https://github.com/truecharts/charts/compare/pydio-cells-7.0.15...pydio-cells-7.0.16) (2023-01-16) + +### Chore + +- update container image tccr.io/truecharts/pydio-cells to v4.0.6 + + + + ## [pydio-cells-7.0.15](https://github.com/truecharts/charts/compare/pydio-cells-7.0.14...pydio-cells-7.0.15) (2023-01-07) ### Chore @@ -88,12 +97,3 @@ ## [pydio-cells-7.0.6](https://github.com/truecharts/charts/compare/pydio-cells-7.0.4...pydio-cells-7.0.6) (2022-11-30) - - -## [pydio-cells-7.0.6](https://github.com/truecharts/charts/compare/pydio-cells-7.0.4...pydio-cells-7.0.6) (2022-11-30) - - - - -## [pydio-cells-7.0.6](https://github.com/truecharts/charts/compare/pydio-cells-7.0.4...pydio-cells-7.0.6) (2022-11-30) - diff --git a/stable/pydio-cells/7.0.15/Chart.yaml b/stable/pydio-cells/7.0.16/Chart.yaml similarity index 96% rename from stable/pydio-cells/7.0.15/Chart.yaml rename to stable/pydio-cells/7.0.16/Chart.yaml index 04454cc53f..5f270605de 100644 --- a/stable/pydio-cells/7.0.15/Chart.yaml +++ b/stable/pydio-cells/7.0.16/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: pydio-cells -version: 7.0.15 -appVersion: "4.0.5" +version: 7.0.16 +appVersion: "4.0.6" description: Pydio-cells is the nextgen file sharing platform for organizations. type: application deprecated: false diff --git a/stable/pydio-cells/7.0.15/README.md b/stable/pydio-cells/7.0.16/README.md similarity index 100% rename from stable/pydio-cells/7.0.15/README.md rename to stable/pydio-cells/7.0.16/README.md diff --git a/stable/pydio-cells/7.0.16/app-changelog.md b/stable/pydio-cells/7.0.16/app-changelog.md new file mode 100644 index 0000000000..d41b35f37c --- /dev/null +++ b/stable/pydio-cells/7.0.16/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pydio-cells-7.0.16](https://github.com/truecharts/charts/compare/pydio-cells-7.0.15...pydio-cells-7.0.16) (2023-01-16) + +### Chore + +- update container image tccr.io/truecharts/pydio-cells to v4.0.6 + + \ No newline at end of file diff --git a/stable/pydio-cells/7.0.15/app-readme.md b/stable/pydio-cells/7.0.16/app-readme.md similarity index 71% rename from stable/pydio-cells/7.0.15/app-readme.md rename to stable/pydio-cells/7.0.16/app-readme.md index a685120698..ffbb16e48f 100644 --- a/stable/pydio-cells/7.0.15/app-readme.md +++ b/stable/pydio-cells/7.0.16/app-readme.md @@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http --- TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/pydio-cells/7.0.15/charts/common-11.1.2.tgz b/stable/pydio-cells/7.0.16/charts/common-11.1.2.tgz similarity index 100% rename from stable/pydio-cells/7.0.15/charts/common-11.1.2.tgz rename to stable/pydio-cells/7.0.16/charts/common-11.1.2.tgz diff --git a/stable/pydio-cells/7.0.15/charts/mariadb-5.0.21.tgz b/stable/pydio-cells/7.0.16/charts/mariadb-5.0.21.tgz similarity index 100% rename from stable/pydio-cells/7.0.15/charts/mariadb-5.0.21.tgz rename to stable/pydio-cells/7.0.16/charts/mariadb-5.0.21.tgz diff --git a/stable/pydio-cells/7.0.15/ix_values.yaml b/stable/pydio-cells/7.0.16/ix_values.yaml similarity index 96% rename from stable/pydio-cells/7.0.15/ix_values.yaml rename to stable/pydio-cells/7.0.16/ix_values.yaml index 54db155c75..9f2cdf87ae 100644 --- a/stable/pydio-cells/7.0.15/ix_values.yaml +++ b/stable/pydio-cells/7.0.16/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/pydio-cells pullPolicy: IfNotPresent - tag: 4.0.5@sha256:898696cd589ab3c1fa0651f57c562d29d3e920169b5d7f2b2536e0480110a19f + tag: 4.0.6@sha256:1cdc282e7fb1a8c99dd104e5142713fbd796090a12628ead8fea23ea8c107404 securityContext: readOnlyRootFilesystem: false diff --git a/stable/pydio-cells/7.0.15/questions.yaml b/stable/pydio-cells/7.0.16/questions.yaml similarity index 100% rename from stable/pydio-cells/7.0.15/questions.yaml rename to stable/pydio-cells/7.0.16/questions.yaml diff --git a/stable/pydio-cells/7.0.15/templates/common.yaml b/stable/pydio-cells/7.0.16/templates/common.yaml similarity index 100% rename from stable/pydio-cells/7.0.15/templates/common.yaml rename to stable/pydio-cells/7.0.16/templates/common.yaml diff --git a/stable/pydio-cells/7.0.15/values.yaml b/stable/pydio-cells/7.0.16/values.yaml similarity index 100% rename from stable/pydio-cells/7.0.15/values.yaml rename to stable/pydio-cells/7.0.16/values.yaml