From 1892f090f6937973b866986e58d542a77ef0bbd2 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 12 Feb 2023 15:09:54 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/leantime/7.0.26/app-changelog.md | 9 --------- .../leantime/{7.0.26 => 7.0.27}/CHANGELOG.md | 18 +++++++++--------- stable/leantime/{7.0.26 => 7.0.27}/Chart.yaml | 4 ++-- stable/leantime/{7.0.26 => 7.0.27}/README.md | 0 stable/leantime/7.0.27/app-changelog.md | 9 +++++++++ .../leantime/{7.0.26 => 7.0.27}/app-readme.md | 0 .../charts/common-11.1.2.tgz | Bin .../charts/mariadb-5.0.25.tgz | Bin .../{7.0.26 => 7.0.27}/ix_values.yaml | 2 +- .../{7.0.26 => 7.0.27}/questions.yaml | 0 .../{7.0.26 => 7.0.27}/templates/_secrets.tpl | 0 .../{7.0.26 => 7.0.27}/templates/common.yaml | 0 .../leantime/{7.0.26 => 7.0.27}/values.yaml | 0 13 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/leantime/7.0.26/app-changelog.md rename stable/leantime/{7.0.26 => 7.0.27}/CHANGELOG.md (91%) rename stable/leantime/{7.0.26 => 7.0.27}/Chart.yaml (95%) rename stable/leantime/{7.0.26 => 7.0.27}/README.md (100%) create mode 100644 stable/leantime/7.0.27/app-changelog.md rename stable/leantime/{7.0.26 => 7.0.27}/app-readme.md (100%) rename stable/leantime/{7.0.26 => 7.0.27}/charts/common-11.1.2.tgz (100%) rename stable/leantime/{7.0.26 => 7.0.27}/charts/mariadb-5.0.25.tgz (100%) rename stable/leantime/{7.0.26 => 7.0.27}/ix_values.yaml (91%) rename stable/leantime/{7.0.26 => 7.0.27}/questions.yaml (100%) rename stable/leantime/{7.0.26 => 7.0.27}/templates/_secrets.tpl (100%) rename stable/leantime/{7.0.26 => 7.0.27}/templates/common.yaml (100%) rename stable/leantime/{7.0.26 => 7.0.27}/values.yaml (100%) diff --git a/stable/leantime/7.0.26/app-changelog.md b/stable/leantime/7.0.26/app-changelog.md deleted file mode 100644 index 5a8c63597b38..000000000000 --- a/stable/leantime/7.0.26/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [leantime-7.0.26](https://github.com/truecharts/charts/compare/leantime-7.0.25...leantime-7.0.26) (2023-02-12) - -### Chore - -- update container image tccr.io/truecharts/leantime to v2.3.9 - - \ No newline at end of file diff --git a/stable/leantime/7.0.26/CHANGELOG.md b/stable/leantime/7.0.27/CHANGELOG.md similarity index 91% rename from stable/leantime/7.0.26/CHANGELOG.md rename to stable/leantime/7.0.27/CHANGELOG.md index 620ce50a2506..8fff2700965a 100644 --- a/stable/leantime/7.0.26/CHANGELOG.md +++ b/stable/leantime/7.0.27/CHANGELOG.md @@ -4,6 +4,15 @@ +## [leantime-7.0.27](https://github.com/truecharts/charts/compare/leantime-7.0.26...leantime-7.0.27) (2023-02-12) + +### Chore + +- update container image tccr.io/truecharts/leantime to v2.3.10 + + + + ## [leantime-7.0.26](https://github.com/truecharts/charts/compare/leantime-7.0.25...leantime-7.0.26) (2023-02-12) ### Chore @@ -88,12 +97,3 @@ ## [leantime-7.0.17](https://github.com/truecharts/charts/compare/leantime-7.0.16...leantime-7.0.17) (2023-01-10) ### Chore - -- update container image tccr.io/truecharts/leantime to v2.3.4 - - - - -## [leantime-7.0.16](https://github.com/truecharts/charts/compare/leantime-7.0.15...leantime-7.0.16) (2023-01-07) - -### Chore diff --git a/stable/leantime/7.0.26/Chart.yaml b/stable/leantime/7.0.27/Chart.yaml similarity index 95% rename from stable/leantime/7.0.26/Chart.yaml rename to stable/leantime/7.0.27/Chart.yaml index 68571effe3aa..706f0966a885 100644 --- a/stable/leantime/7.0.26/Chart.yaml +++ b/stable/leantime/7.0.27/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.3.9" +appVersion: "2.3.10" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -24,7 +24,7 @@ name: leantime sources: - https://github.com/truecharts/charts/tree/master/charts/stable/leantime - https://leantime.io/ -version: 7.0.26 +version: 7.0.27 annotations: truecharts.org/catagories: | - management diff --git a/stable/leantime/7.0.26/README.md b/stable/leantime/7.0.27/README.md similarity index 100% rename from stable/leantime/7.0.26/README.md rename to stable/leantime/7.0.27/README.md diff --git a/stable/leantime/7.0.27/app-changelog.md b/stable/leantime/7.0.27/app-changelog.md new file mode 100644 index 000000000000..4919864460fa --- /dev/null +++ b/stable/leantime/7.0.27/app-changelog.md @@ -0,0 +1,9 @@ + + +## [leantime-7.0.27](https://github.com/truecharts/charts/compare/leantime-7.0.26...leantime-7.0.27) (2023-02-12) + +### Chore + +- update container image tccr.io/truecharts/leantime to v2.3.10 + + \ No newline at end of file diff --git a/stable/leantime/7.0.26/app-readme.md b/stable/leantime/7.0.27/app-readme.md similarity index 100% rename from stable/leantime/7.0.26/app-readme.md rename to stable/leantime/7.0.27/app-readme.md diff --git a/stable/leantime/7.0.26/charts/common-11.1.2.tgz b/stable/leantime/7.0.27/charts/common-11.1.2.tgz similarity index 100% rename from stable/leantime/7.0.26/charts/common-11.1.2.tgz rename to stable/leantime/7.0.27/charts/common-11.1.2.tgz diff --git a/stable/leantime/7.0.26/charts/mariadb-5.0.25.tgz b/stable/leantime/7.0.27/charts/mariadb-5.0.25.tgz similarity index 100% rename from stable/leantime/7.0.26/charts/mariadb-5.0.25.tgz rename to stable/leantime/7.0.27/charts/mariadb-5.0.25.tgz diff --git a/stable/leantime/7.0.26/ix_values.yaml b/stable/leantime/7.0.27/ix_values.yaml similarity index 91% rename from stable/leantime/7.0.26/ix_values.yaml rename to stable/leantime/7.0.27/ix_values.yaml index a2ee93400ec6..b9c16ea12f0e 100644 --- a/stable/leantime/7.0.26/ix_values.yaml +++ b/stable/leantime/7.0.27/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/leantime pullPolicy: IfNotPresent - tag: 2.3.9@sha256:90737b585360231871ac6e9c20b3c7de039e064ab90f0868da719dfad292ed83 + tag: 2.3.10@sha256:f3aa5c9dd0d6e6a6397950dbb1487980ab6e50f7975f0af99b679d249404ea8f securityContext: runAsNonRoot: false diff --git a/stable/leantime/7.0.26/questions.yaml b/stable/leantime/7.0.27/questions.yaml similarity index 100% rename from stable/leantime/7.0.26/questions.yaml rename to stable/leantime/7.0.27/questions.yaml diff --git a/stable/leantime/7.0.26/templates/_secrets.tpl b/stable/leantime/7.0.27/templates/_secrets.tpl similarity index 100% rename from stable/leantime/7.0.26/templates/_secrets.tpl rename to stable/leantime/7.0.27/templates/_secrets.tpl diff --git a/stable/leantime/7.0.26/templates/common.yaml b/stable/leantime/7.0.27/templates/common.yaml similarity index 100% rename from stable/leantime/7.0.26/templates/common.yaml rename to stable/leantime/7.0.27/templates/common.yaml diff --git a/stable/leantime/7.0.26/values.yaml b/stable/leantime/7.0.27/values.yaml similarity index 100% rename from stable/leantime/7.0.26/values.yaml rename to stable/leantime/7.0.27/values.yaml