From 076b0cd3fe26dbcd3d51606708140e562f9f5907 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 20 Nov 2023 23:23:26 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/projectsend/8.0.25/app-changelog.md | 4 ---- .../{8.0.25 => 8.0.26}/CHANGELOG.md | 18 +++++++++--------- .../projectsend/{8.0.25 => 8.0.26}/Chart.yaml | 4 ++-- .../projectsend/{8.0.25 => 8.0.26}/README.md | 0 stable/projectsend/8.0.26/app-changelog.md | 9 +++++++++ .../{8.0.25 => 8.0.26}/app-readme.md | 0 .../charts/common-14.3.5.tgz | Bin .../charts/mariadb-7.0.70.tgz | Bin .../{8.0.25 => 8.0.26}/ix_values.yaml | 2 +- .../{8.0.25 => 8.0.26}/questions.yaml | 0 .../{8.0.25 => 8.0.26}/templates/NOTES.txt | 0 .../templates/_configmap.tpl | 0 .../{8.0.25 => 8.0.26}/templates/common.yaml | 0 .../{8.0.25 => 8.0.26}/values.yaml | 0 14 files changed, 21 insertions(+), 16 deletions(-) delete mode 100644 stable/projectsend/8.0.25/app-changelog.md rename stable/projectsend/{8.0.25 => 8.0.26}/CHANGELOG.md (90%) rename stable/projectsend/{8.0.25 => 8.0.26}/Chart.yaml (96%) rename stable/projectsend/{8.0.25 => 8.0.26}/README.md (100%) create mode 100644 stable/projectsend/8.0.26/app-changelog.md rename stable/projectsend/{8.0.25 => 8.0.26}/app-readme.md (100%) rename stable/projectsend/{8.0.25 => 8.0.26}/charts/common-14.3.5.tgz (100%) rename stable/projectsend/{8.0.25 => 8.0.26}/charts/mariadb-7.0.70.tgz (100%) rename stable/projectsend/{8.0.25 => 8.0.26}/ix_values.yaml (91%) rename stable/projectsend/{8.0.25 => 8.0.26}/questions.yaml (100%) rename stable/projectsend/{8.0.25 => 8.0.26}/templates/NOTES.txt (100%) rename stable/projectsend/{8.0.25 => 8.0.26}/templates/_configmap.tpl (100%) rename stable/projectsend/{8.0.25 => 8.0.26}/templates/common.yaml (100%) rename stable/projectsend/{8.0.25 => 8.0.26}/values.yaml (100%) diff --git a/stable/projectsend/8.0.25/app-changelog.md b/stable/projectsend/8.0.25/app-changelog.md deleted file mode 100644 index 4b9fa7d922..0000000000 --- a/stable/projectsend/8.0.25/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [projectsend-8.0.25](https://github.com/truecharts/charts/compare/projectsend-8.0.24...projectsend-8.0.25) (2023-11-17) - diff --git a/stable/projectsend/8.0.25/CHANGELOG.md b/stable/projectsend/8.0.26/CHANGELOG.md similarity index 90% rename from stable/projectsend/8.0.25/CHANGELOG.md rename to stable/projectsend/8.0.26/CHANGELOG.md index e1da638421..befc4bd594 100644 --- a/stable/projectsend/8.0.25/CHANGELOG.md +++ b/stable/projectsend/8.0.26/CHANGELOG.md @@ -4,6 +4,15 @@ +## [projectsend-8.0.26](https://github.com/truecharts/charts/compare/projectsend-8.0.25...projectsend-8.0.26) (2023-11-20) + +### Fix + +- update container image ghcr.io/linuxserver/projectsend to latest ([#15187](https://github.com/truecharts/charts/issues/15187)) + + + + ## [projectsend-8.0.25](https://github.com/truecharts/charts/compare/projectsend-8.0.24...projectsend-8.0.25) (2023-11-17) @@ -88,12 +97,3 @@ - Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693)) - update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094)) - - - -## [projectsend-8.0.16](https://github.com/truecharts/charts/compare/projectsend-8.0.15...projectsend-8.0.16) (2023-10-23) - -### Chore - -- update container image tccr.io/truecharts/projectsend to vlatest ([#13919](https://github.com/truecharts/charts/issues/13919)) - diff --git a/stable/projectsend/8.0.25/Chart.yaml b/stable/projectsend/8.0.26/Chart.yaml similarity index 96% rename from stable/projectsend/8.0.25/Chart.yaml rename to stable/projectsend/8.0.26/Chart.yaml index 4d281f7a8d..96393cc766 100644 --- a/stable/projectsend/8.0.25/Chart.yaml +++ b/stable/projectsend/8.0.26/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "latest" +appVersion: latest dependencies: - name: common repository: https://library-charts.truecharts.org @@ -25,7 +25,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/projectsend - https://github.com/projectsend/projectsend type: application -version: 8.0.25 +version: 8.0.26 annotations: truecharts.org/category: files truecharts.org/SCALE-support: "true" diff --git a/stable/projectsend/8.0.25/README.md b/stable/projectsend/8.0.26/README.md similarity index 100% rename from stable/projectsend/8.0.25/README.md rename to stable/projectsend/8.0.26/README.md diff --git a/stable/projectsend/8.0.26/app-changelog.md b/stable/projectsend/8.0.26/app-changelog.md new file mode 100644 index 0000000000..66dbc70dde --- /dev/null +++ b/stable/projectsend/8.0.26/app-changelog.md @@ -0,0 +1,9 @@ + + +## [projectsend-8.0.26](https://github.com/truecharts/charts/compare/projectsend-8.0.25...projectsend-8.0.26) (2023-11-20) + +### Fix + +- update container image ghcr.io/linuxserver/projectsend to latest ([#15187](https://github.com/truecharts/charts/issues/15187)) + + \ No newline at end of file diff --git a/stable/projectsend/8.0.25/app-readme.md b/stable/projectsend/8.0.26/app-readme.md similarity index 100% rename from stable/projectsend/8.0.25/app-readme.md rename to stable/projectsend/8.0.26/app-readme.md diff --git a/stable/projectsend/8.0.25/charts/common-14.3.5.tgz b/stable/projectsend/8.0.26/charts/common-14.3.5.tgz similarity index 100% rename from stable/projectsend/8.0.25/charts/common-14.3.5.tgz rename to stable/projectsend/8.0.26/charts/common-14.3.5.tgz diff --git a/stable/projectsend/8.0.25/charts/mariadb-7.0.70.tgz b/stable/projectsend/8.0.26/charts/mariadb-7.0.70.tgz similarity index 100% rename from stable/projectsend/8.0.25/charts/mariadb-7.0.70.tgz rename to stable/projectsend/8.0.26/charts/mariadb-7.0.70.tgz diff --git a/stable/projectsend/8.0.25/ix_values.yaml b/stable/projectsend/8.0.26/ix_values.yaml similarity index 91% rename from stable/projectsend/8.0.25/ix_values.yaml rename to stable/projectsend/8.0.26/ix_values.yaml index 93f02191b6..99a74eb9a6 100644 --- a/stable/projectsend/8.0.25/ix_values.yaml +++ b/stable/projectsend/8.0.26/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/linuxserver/projectsend pullPolicy: IfNotPresent - tag: latest@sha256:4d27e3cab545635fb49a77018fb7bb55c7d0f7e06ad9f346486896dee8e9d9b7 + tag: latest@sha256:e4a4a8bbb82ec67b044885bf175b3d9fbf69120df8d493a63cdef15e5472f349 securityContext: container: runAsNonRoot: false diff --git a/stable/projectsend/8.0.25/questions.yaml b/stable/projectsend/8.0.26/questions.yaml similarity index 100% rename from stable/projectsend/8.0.25/questions.yaml rename to stable/projectsend/8.0.26/questions.yaml diff --git a/stable/projectsend/8.0.25/templates/NOTES.txt b/stable/projectsend/8.0.26/templates/NOTES.txt similarity index 100% rename from stable/projectsend/8.0.25/templates/NOTES.txt rename to stable/projectsend/8.0.26/templates/NOTES.txt diff --git a/stable/projectsend/8.0.25/templates/_configmap.tpl b/stable/projectsend/8.0.26/templates/_configmap.tpl similarity index 100% rename from stable/projectsend/8.0.25/templates/_configmap.tpl rename to stable/projectsend/8.0.26/templates/_configmap.tpl diff --git a/stable/projectsend/8.0.25/templates/common.yaml b/stable/projectsend/8.0.26/templates/common.yaml similarity index 100% rename from stable/projectsend/8.0.25/templates/common.yaml rename to stable/projectsend/8.0.26/templates/common.yaml diff --git a/stable/projectsend/8.0.25/values.yaml b/stable/projectsend/8.0.26/values.yaml similarity index 100% rename from stable/projectsend/8.0.25/values.yaml rename to stable/projectsend/8.0.26/values.yaml