From 64e64918e359abeb5ced592f36144ee95a26d52c Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 24 Feb 2023 00:10:09 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/openproject/3.0.25/app-changelog.md | 9 --------- .../{3.0.25 => 3.0.26}/CHANGELOG.md | 18 +++++++++--------- .../openproject/{3.0.25 => 3.0.26}/Chart.yaml | 4 ++-- .../openproject/{3.0.25 => 3.0.26}/README.md | 0 incubator/openproject/3.0.26/app-changelog.md | 9 +++++++++ .../{3.0.25 => 3.0.26}/app-readme.md | 0 .../charts/common-11.1.2.tgz | Bin .../charts/postgresql-11.0.29.tgz | Bin .../{3.0.25 => 3.0.26}/ix_values.yaml | 2 +- .../{3.0.25 => 3.0.26}/questions.yaml | 0 .../{3.0.25 => 3.0.26}/templates/_secrets.tpl | 0 .../{3.0.25 => 3.0.26}/templates/common.yaml | 0 .../{3.0.25 => 3.0.26}/values.yaml | 0 13 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 incubator/openproject/3.0.25/app-changelog.md rename incubator/openproject/{3.0.25 => 3.0.26}/CHANGELOG.md (90%) rename incubator/openproject/{3.0.25 => 3.0.26}/Chart.yaml (96%) rename incubator/openproject/{3.0.25 => 3.0.26}/README.md (100%) create mode 100644 incubator/openproject/3.0.26/app-changelog.md rename incubator/openproject/{3.0.25 => 3.0.26}/app-readme.md (100%) rename incubator/openproject/{3.0.25 => 3.0.26}/charts/common-11.1.2.tgz (100%) rename incubator/openproject/{3.0.25 => 3.0.26}/charts/postgresql-11.0.29.tgz (100%) rename incubator/openproject/{3.0.25 => 3.0.26}/ix_values.yaml (88%) rename incubator/openproject/{3.0.25 => 3.0.26}/questions.yaml (100%) rename incubator/openproject/{3.0.25 => 3.0.26}/templates/_secrets.tpl (100%) rename incubator/openproject/{3.0.25 => 3.0.26}/templates/common.yaml (100%) rename incubator/openproject/{3.0.25 => 3.0.26}/values.yaml (100%) diff --git a/incubator/openproject/3.0.25/app-changelog.md b/incubator/openproject/3.0.25/app-changelog.md deleted file mode 100644 index 67751015128..00000000000 --- a/incubator/openproject/3.0.25/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [openproject-3.0.25](https://github.com/truecharts/charts/compare/openproject-3.0.24...openproject-3.0.25) (2023-02-20) - -### Chore - -- update container image tccr.io/truecharts/openproject to v12.4.4 - - \ No newline at end of file diff --git a/incubator/openproject/3.0.25/CHANGELOG.md b/incubator/openproject/3.0.26/CHANGELOG.md similarity index 90% rename from incubator/openproject/3.0.25/CHANGELOG.md rename to incubator/openproject/3.0.26/CHANGELOG.md index a788a026c66..857faf89493 100644 --- a/incubator/openproject/3.0.25/CHANGELOG.md +++ b/incubator/openproject/3.0.26/CHANGELOG.md @@ -4,6 +4,15 @@ +## [openproject-3.0.26](https://github.com/truecharts/charts/compare/openproject-3.0.25...openproject-3.0.26) (2023-02-23) + +### Chore + +- update container image tccr.io/truecharts/openproject to v12.4.5 + + + + ## [openproject-3.0.25](https://github.com/truecharts/charts/compare/openproject-3.0.24...openproject-3.0.25) (2023-02-20) ### Chore @@ -88,12 +97,3 @@ - update helm general non-major ([#6121](https://github.com/truecharts/charts/issues/6121)) - - -## [openproject-3.0.15](https://github.com/truecharts/charts/compare/openproject-3.0.14...openproject-3.0.15) (2022-12-27) - -### Chore - -- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856)) - - diff --git a/incubator/openproject/3.0.25/Chart.yaml b/incubator/openproject/3.0.26/Chart.yaml similarity index 96% rename from incubator/openproject/3.0.25/Chart.yaml rename to incubator/openproject/3.0.26/Chart.yaml index ab5a4d29776..8558b62493e 100644 --- a/incubator/openproject/3.0.25/Chart.yaml +++ b/incubator/openproject/3.0.26/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "12.4.4" +appVersion: "12.4.5" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -26,7 +26,7 @@ sources: - https://hub.docker.com/r/openproject/community - http://openproject.org type: application -version: 3.0.25 +version: 3.0.26 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/incubator/openproject/3.0.25/README.md b/incubator/openproject/3.0.26/README.md similarity index 100% rename from incubator/openproject/3.0.25/README.md rename to incubator/openproject/3.0.26/README.md diff --git a/incubator/openproject/3.0.26/app-changelog.md b/incubator/openproject/3.0.26/app-changelog.md new file mode 100644 index 00000000000..c98e2151235 --- /dev/null +++ b/incubator/openproject/3.0.26/app-changelog.md @@ -0,0 +1,9 @@ + + +## [openproject-3.0.26](https://github.com/truecharts/charts/compare/openproject-3.0.25...openproject-3.0.26) (2023-02-23) + +### Chore + +- update container image tccr.io/truecharts/openproject to v12.4.5 + + \ No newline at end of file diff --git a/incubator/openproject/3.0.25/app-readme.md b/incubator/openproject/3.0.26/app-readme.md similarity index 100% rename from incubator/openproject/3.0.25/app-readme.md rename to incubator/openproject/3.0.26/app-readme.md diff --git a/incubator/openproject/3.0.25/charts/common-11.1.2.tgz b/incubator/openproject/3.0.26/charts/common-11.1.2.tgz similarity index 100% rename from incubator/openproject/3.0.25/charts/common-11.1.2.tgz rename to incubator/openproject/3.0.26/charts/common-11.1.2.tgz diff --git a/incubator/openproject/3.0.25/charts/postgresql-11.0.29.tgz b/incubator/openproject/3.0.26/charts/postgresql-11.0.29.tgz similarity index 100% rename from incubator/openproject/3.0.25/charts/postgresql-11.0.29.tgz rename to incubator/openproject/3.0.26/charts/postgresql-11.0.29.tgz diff --git a/incubator/openproject/3.0.25/ix_values.yaml b/incubator/openproject/3.0.26/ix_values.yaml similarity index 88% rename from incubator/openproject/3.0.25/ix_values.yaml rename to incubator/openproject/3.0.26/ix_values.yaml index 9d5e0cedce7..1e5b54b19f1 100644 --- a/incubator/openproject/3.0.25/ix_values.yaml +++ b/incubator/openproject/3.0.26/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/openproject pullPolicy: IfNotPresent - tag: 12.4.4@sha256:d399bd72a1b1672778ec4180231e007a3be45856f19268319c50ebfec22dd0fe + tag: 12.4.5@sha256:ea934e81f2dc8a8351c7e256da8f314c6d4c2987c88ad494fc82cce6557ea962 securityContext: readOnlyRootFilesystem: false diff --git a/incubator/openproject/3.0.25/questions.yaml b/incubator/openproject/3.0.26/questions.yaml similarity index 100% rename from incubator/openproject/3.0.25/questions.yaml rename to incubator/openproject/3.0.26/questions.yaml diff --git a/incubator/openproject/3.0.25/templates/_secrets.tpl b/incubator/openproject/3.0.26/templates/_secrets.tpl similarity index 100% rename from incubator/openproject/3.0.25/templates/_secrets.tpl rename to incubator/openproject/3.0.26/templates/_secrets.tpl diff --git a/incubator/openproject/3.0.25/templates/common.yaml b/incubator/openproject/3.0.26/templates/common.yaml similarity index 100% rename from incubator/openproject/3.0.25/templates/common.yaml rename to incubator/openproject/3.0.26/templates/common.yaml diff --git a/incubator/openproject/3.0.25/values.yaml b/incubator/openproject/3.0.26/values.yaml similarity index 100% rename from incubator/openproject/3.0.25/values.yaml rename to incubator/openproject/3.0.26/values.yaml