From 43f6c47e6afabfbac5e75c0bdefd9359581c4d4b Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 12 Feb 2023 21:09:42 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/leantime/7.0.27/app-changelog.md | 9 --------- .../leantime/{7.0.27 => 7.0.28}/CHANGELOG.md | 18 +++++++++--------- stable/leantime/{7.0.27 => 7.0.28}/Chart.yaml | 4 ++-- stable/leantime/{7.0.27 => 7.0.28}/README.md | 0 stable/leantime/7.0.28/app-changelog.md | 9 +++++++++ .../leantime/{7.0.27 => 7.0.28}/app-readme.md | 0 .../charts/common-11.1.2.tgz | Bin .../charts/mariadb-5.0.25.tgz | Bin .../{7.0.27 => 7.0.28}/ix_values.yaml | 2 +- .../{7.0.27 => 7.0.28}/questions.yaml | 0 .../{7.0.27 => 7.0.28}/templates/_secrets.tpl | 0 .../{7.0.27 => 7.0.28}/templates/common.yaml | 0 .../leantime/{7.0.27 => 7.0.28}/values.yaml | 0 13 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/leantime/7.0.27/app-changelog.md rename stable/leantime/{7.0.27 => 7.0.28}/CHANGELOG.md (90%) rename stable/leantime/{7.0.27 => 7.0.28}/Chart.yaml (95%) rename stable/leantime/{7.0.27 => 7.0.28}/README.md (100%) create mode 100644 stable/leantime/7.0.28/app-changelog.md rename stable/leantime/{7.0.27 => 7.0.28}/app-readme.md (100%) rename stable/leantime/{7.0.27 => 7.0.28}/charts/common-11.1.2.tgz (100%) rename stable/leantime/{7.0.27 => 7.0.28}/charts/mariadb-5.0.25.tgz (100%) rename stable/leantime/{7.0.27 => 7.0.28}/ix_values.yaml (91%) rename stable/leantime/{7.0.27 => 7.0.28}/questions.yaml (100%) rename stable/leantime/{7.0.27 => 7.0.28}/templates/_secrets.tpl (100%) rename stable/leantime/{7.0.27 => 7.0.28}/templates/common.yaml (100%) rename stable/leantime/{7.0.27 => 7.0.28}/values.yaml (100%) diff --git a/stable/leantime/7.0.27/app-changelog.md b/stable/leantime/7.0.27/app-changelog.md deleted file mode 100644 index 4919864460f..00000000000 --- a/stable/leantime/7.0.27/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [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.27/CHANGELOG.md b/stable/leantime/7.0.28/CHANGELOG.md similarity index 90% rename from stable/leantime/7.0.27/CHANGELOG.md rename to stable/leantime/7.0.28/CHANGELOG.md index 8fff2700965..5e24ed8e644 100644 --- a/stable/leantime/7.0.27/CHANGELOG.md +++ b/stable/leantime/7.0.28/CHANGELOG.md @@ -4,6 +4,15 @@ +## [leantime-7.0.28](https://github.com/truecharts/charts/compare/leantime-7.0.27...leantime-7.0.28) (2023-02-12) + +### Chore + +- update container image tccr.io/truecharts/leantime to v2.3.11 + + + + ## [leantime-7.0.27](https://github.com/truecharts/charts/compare/leantime-7.0.26...leantime-7.0.27) (2023-02-12) ### Chore @@ -88,12 +97,3 @@ ## [leantime-7.0.18](https://github.com/truecharts/charts/compare/leantime-7.0.17...leantime-7.0.18) (2023-01-17) ### Chore - -- update helm general non-major ([#6430](https://github.com/truecharts/charts/issues/6430)) - - - - -## [leantime-7.0.17](https://github.com/truecharts/charts/compare/leantime-7.0.16...leantime-7.0.17) (2023-01-10) - -### Chore diff --git a/stable/leantime/7.0.27/Chart.yaml b/stable/leantime/7.0.28/Chart.yaml similarity index 95% rename from stable/leantime/7.0.27/Chart.yaml rename to stable/leantime/7.0.28/Chart.yaml index 706f0966a88..a85b9be61b8 100644 --- a/stable/leantime/7.0.27/Chart.yaml +++ b/stable/leantime/7.0.28/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.3.10" +appVersion: "2.3.11" 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.27 +version: 7.0.28 annotations: truecharts.org/catagories: | - management diff --git a/stable/leantime/7.0.27/README.md b/stable/leantime/7.0.28/README.md similarity index 100% rename from stable/leantime/7.0.27/README.md rename to stable/leantime/7.0.28/README.md diff --git a/stable/leantime/7.0.28/app-changelog.md b/stable/leantime/7.0.28/app-changelog.md new file mode 100644 index 00000000000..54ae6e2a2fd --- /dev/null +++ b/stable/leantime/7.0.28/app-changelog.md @@ -0,0 +1,9 @@ + + +## [leantime-7.0.28](https://github.com/truecharts/charts/compare/leantime-7.0.27...leantime-7.0.28) (2023-02-12) + +### Chore + +- update container image tccr.io/truecharts/leantime to v2.3.11 + + \ No newline at end of file diff --git a/stable/leantime/7.0.27/app-readme.md b/stable/leantime/7.0.28/app-readme.md similarity index 100% rename from stable/leantime/7.0.27/app-readme.md rename to stable/leantime/7.0.28/app-readme.md diff --git a/stable/leantime/7.0.27/charts/common-11.1.2.tgz b/stable/leantime/7.0.28/charts/common-11.1.2.tgz similarity index 100% rename from stable/leantime/7.0.27/charts/common-11.1.2.tgz rename to stable/leantime/7.0.28/charts/common-11.1.2.tgz diff --git a/stable/leantime/7.0.27/charts/mariadb-5.0.25.tgz b/stable/leantime/7.0.28/charts/mariadb-5.0.25.tgz similarity index 100% rename from stable/leantime/7.0.27/charts/mariadb-5.0.25.tgz rename to stable/leantime/7.0.28/charts/mariadb-5.0.25.tgz diff --git a/stable/leantime/7.0.27/ix_values.yaml b/stable/leantime/7.0.28/ix_values.yaml similarity index 91% rename from stable/leantime/7.0.27/ix_values.yaml rename to stable/leantime/7.0.28/ix_values.yaml index b9c16ea12f0..390c42cd21c 100644 --- a/stable/leantime/7.0.27/ix_values.yaml +++ b/stable/leantime/7.0.28/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/leantime pullPolicy: IfNotPresent - tag: 2.3.10@sha256:f3aa5c9dd0d6e6a6397950dbb1487980ab6e50f7975f0af99b679d249404ea8f + tag: 2.3.11@sha256:8fcc4c4e1a1f8acd6bd675753c83b292dcb801b5417d5753229ecf593f80b6f5 securityContext: runAsNonRoot: false diff --git a/stable/leantime/7.0.27/questions.yaml b/stable/leantime/7.0.28/questions.yaml similarity index 100% rename from stable/leantime/7.0.27/questions.yaml rename to stable/leantime/7.0.28/questions.yaml diff --git a/stable/leantime/7.0.27/templates/_secrets.tpl b/stable/leantime/7.0.28/templates/_secrets.tpl similarity index 100% rename from stable/leantime/7.0.27/templates/_secrets.tpl rename to stable/leantime/7.0.28/templates/_secrets.tpl diff --git a/stable/leantime/7.0.27/templates/common.yaml b/stable/leantime/7.0.28/templates/common.yaml similarity index 100% rename from stable/leantime/7.0.27/templates/common.yaml rename to stable/leantime/7.0.28/templates/common.yaml diff --git a/stable/leantime/7.0.27/values.yaml b/stable/leantime/7.0.28/values.yaml similarity index 100% rename from stable/leantime/7.0.27/values.yaml rename to stable/leantime/7.0.28/values.yaml