From 8b1337e5ce5e774e3d5ac4e4822946b4812c2fd0 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 18 Nov 2022 00:08:34 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/linkace/7.0.2/app-changelog.md | 10 ---------- stable/linkace/{7.0.2 => 7.0.3}/CHANGELOG.md | 0 stable/linkace/{7.0.2 => 7.0.3}/Chart.yaml | 4 ++-- stable/linkace/{7.0.2 => 7.0.3}/README.md | 0 stable/linkace/7.0.3/app-changelog.md | 9 +++++++++ stable/linkace/{7.0.2 => 7.0.3}/app-readme.md | 0 .../{7.0.2 => 7.0.3}/charts/common-11.0.3.tgz | Bin .../{7.0.2 => 7.0.3}/charts/mariadb-5.0.2.tgz | Bin .../linkace/{7.0.2 => 7.0.3}/charts/redis-5.0.2.tgz | Bin stable/linkace/{7.0.2 => 7.0.3}/ix_values.yaml | 2 +- stable/linkace/{7.0.2 => 7.0.3}/questions.yaml | 0 .../linkace/{7.0.2 => 7.0.3}/templates/_cronjob.tpl | 0 .../linkace/{7.0.2 => 7.0.3}/templates/_secrets.tpl | 0 .../linkace/{7.0.2 => 7.0.3}/templates/common.yaml | 0 stable/linkace/{7.0.2 => 7.0.3}/values.yaml | 0 15 files changed, 12 insertions(+), 13 deletions(-) delete mode 100644 stable/linkace/7.0.2/app-changelog.md rename stable/linkace/{7.0.2 => 7.0.3}/CHANGELOG.md (100%) rename stable/linkace/{7.0.2 => 7.0.3}/Chart.yaml (96%) rename stable/linkace/{7.0.2 => 7.0.3}/README.md (100%) create mode 100644 stable/linkace/7.0.3/app-changelog.md rename stable/linkace/{7.0.2 => 7.0.3}/app-readme.md (100%) rename stable/linkace/{7.0.2 => 7.0.3}/charts/common-11.0.3.tgz (100%) rename stable/linkace/{7.0.2 => 7.0.3}/charts/mariadb-5.0.2.tgz (100%) rename stable/linkace/{7.0.2 => 7.0.3}/charts/redis-5.0.2.tgz (100%) rename stable/linkace/{7.0.2 => 7.0.3}/ix_values.yaml (96%) rename stable/linkace/{7.0.2 => 7.0.3}/questions.yaml (100%) rename stable/linkace/{7.0.2 => 7.0.3}/templates/_cronjob.tpl (100%) rename stable/linkace/{7.0.2 => 7.0.3}/templates/_secrets.tpl (100%) rename stable/linkace/{7.0.2 => 7.0.3}/templates/common.yaml (100%) rename stable/linkace/{7.0.2 => 7.0.3}/values.yaml (100%) diff --git a/stable/linkace/7.0.2/app-changelog.md b/stable/linkace/7.0.2/app-changelog.md deleted file mode 100644 index bfca405dd8..0000000000 --- a/stable/linkace/7.0.2/app-changelog.md +++ /dev/null @@ -1,10 +0,0 @@ - - -## [linkace-7.0.2](https://github.com/truecharts/charts/compare/linkace-7.0.0...linkace-7.0.2) (2022-11-15) - -### Chore - -- update helm general non-major ([#4471](https://github.com/truecharts/charts/issues/4471)) - - update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463)) - - \ No newline at end of file diff --git a/stable/linkace/7.0.2/CHANGELOG.md b/stable/linkace/7.0.3/CHANGELOG.md similarity index 100% rename from stable/linkace/7.0.2/CHANGELOG.md rename to stable/linkace/7.0.3/CHANGELOG.md diff --git a/stable/linkace/7.0.2/Chart.yaml b/stable/linkace/7.0.3/Chart.yaml similarity index 96% rename from stable/linkace/7.0.2/Chart.yaml rename to stable/linkace/7.0.3/Chart.yaml index 7e1a10eae3..b9c4cc4a55 100644 --- a/stable/linkace/7.0.2/Chart.yaml +++ b/stable/linkace/7.0.3/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.10.4" +appVersion: "1.10.5" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -28,7 +28,7 @@ sources: - https://www.linkace.org/docs/ - https://github.com/linkace/linkace - https://hub.docker.com/r/linkace/linkace -version: 7.0.2 +version: 7.0.3 annotations: truecharts.org/catagories: | - media diff --git a/stable/linkace/7.0.2/README.md b/stable/linkace/7.0.3/README.md similarity index 100% rename from stable/linkace/7.0.2/README.md rename to stable/linkace/7.0.3/README.md diff --git a/stable/linkace/7.0.3/app-changelog.md b/stable/linkace/7.0.3/app-changelog.md new file mode 100644 index 0000000000..15e4850a5d --- /dev/null +++ b/stable/linkace/7.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [linkace-7.0.3](https://github.com/truecharts/charts/compare/linkace-7.0.2...linkace-7.0.3) (2022-11-17) + +### Chore + +- update container image tccr.io/truecharts/linkace to v1.10.5 + + \ No newline at end of file diff --git a/stable/linkace/7.0.2/app-readme.md b/stable/linkace/7.0.3/app-readme.md similarity index 100% rename from stable/linkace/7.0.2/app-readme.md rename to stable/linkace/7.0.3/app-readme.md diff --git a/stable/linkace/7.0.2/charts/common-11.0.3.tgz b/stable/linkace/7.0.3/charts/common-11.0.3.tgz similarity index 100% rename from stable/linkace/7.0.2/charts/common-11.0.3.tgz rename to stable/linkace/7.0.3/charts/common-11.0.3.tgz diff --git a/stable/linkace/7.0.2/charts/mariadb-5.0.2.tgz b/stable/linkace/7.0.3/charts/mariadb-5.0.2.tgz similarity index 100% rename from stable/linkace/7.0.2/charts/mariadb-5.0.2.tgz rename to stable/linkace/7.0.3/charts/mariadb-5.0.2.tgz diff --git a/stable/linkace/7.0.2/charts/redis-5.0.2.tgz b/stable/linkace/7.0.3/charts/redis-5.0.2.tgz similarity index 100% rename from stable/linkace/7.0.2/charts/redis-5.0.2.tgz rename to stable/linkace/7.0.3/charts/redis-5.0.2.tgz diff --git a/stable/linkace/7.0.2/ix_values.yaml b/stable/linkace/7.0.3/ix_values.yaml similarity index 96% rename from stable/linkace/7.0.2/ix_values.yaml rename to stable/linkace/7.0.3/ix_values.yaml index 804ef3b754..b5a5caf129 100644 --- a/stable/linkace/7.0.2/ix_values.yaml +++ b/stable/linkace/7.0.3/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/linkace - tag: 1.10.4@sha256:a2299c14e9f6e56067f8ead85dd641216ea6143d90514131d5b7a792fa1f556e + tag: 1.10.5@sha256:7084fe25b2ea1fd36b0238cb7ee6e186230f5edc73bc54fc34c4644ba168d973 pullPolicy: IfNotPresent securityContext: diff --git a/stable/linkace/7.0.2/questions.yaml b/stable/linkace/7.0.3/questions.yaml similarity index 100% rename from stable/linkace/7.0.2/questions.yaml rename to stable/linkace/7.0.3/questions.yaml diff --git a/stable/linkace/7.0.2/templates/_cronjob.tpl b/stable/linkace/7.0.3/templates/_cronjob.tpl similarity index 100% rename from stable/linkace/7.0.2/templates/_cronjob.tpl rename to stable/linkace/7.0.3/templates/_cronjob.tpl diff --git a/stable/linkace/7.0.2/templates/_secrets.tpl b/stable/linkace/7.0.3/templates/_secrets.tpl similarity index 100% rename from stable/linkace/7.0.2/templates/_secrets.tpl rename to stable/linkace/7.0.3/templates/_secrets.tpl diff --git a/stable/linkace/7.0.2/templates/common.yaml b/stable/linkace/7.0.3/templates/common.yaml similarity index 100% rename from stable/linkace/7.0.2/templates/common.yaml rename to stable/linkace/7.0.3/templates/common.yaml diff --git a/stable/linkace/7.0.2/values.yaml b/stable/linkace/7.0.3/values.yaml similarity index 100% rename from stable/linkace/7.0.2/values.yaml rename to stable/linkace/7.0.3/values.yaml