From 87b2e1ba2e88c75f94c57024ede2b3a5502b44f2 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 26 Oct 2023 03:46:29 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/baserow/8.0.4/app-changelog.md | 9 --------- stable/baserow/{8.0.4 => 8.0.5}/CHANGELOG.md | 18 +++++++++--------- stable/baserow/{8.0.4 => 8.0.5}/Chart.yaml | 4 ++-- stable/baserow/{8.0.4 => 8.0.5}/README.md | 0 stable/baserow/8.0.5/app-changelog.md | 9 +++++++++ stable/baserow/{8.0.4 => 8.0.5}/app-readme.md | 0 .../{8.0.4 => 8.0.5}/charts/common-14.0.9.tgz | Bin .../{8.0.4 => 8.0.5}/charts/redis-6.0.66.tgz | Bin .../baserow/{8.0.4 => 8.0.5}/ix_values.yaml | 2 +- .../baserow/{8.0.4 => 8.0.5}/questions.yaml | 0 .../{8.0.4 => 8.0.5}/templates/NOTES.txt | 0 .../{8.0.4 => 8.0.5}/templates/_secrets.tpl | 0 .../{8.0.4 => 8.0.5}/templates/common.yaml | 0 stable/baserow/{8.0.4 => 8.0.5}/values.yaml | 0 14 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/baserow/8.0.4/app-changelog.md rename stable/baserow/{8.0.4 => 8.0.5}/CHANGELOG.md (91%) rename stable/baserow/{8.0.4 => 8.0.5}/Chart.yaml (95%) rename stable/baserow/{8.0.4 => 8.0.5}/README.md (100%) create mode 100644 stable/baserow/8.0.5/app-changelog.md rename stable/baserow/{8.0.4 => 8.0.5}/app-readme.md (100%) rename stable/baserow/{8.0.4 => 8.0.5}/charts/common-14.0.9.tgz (100%) rename stable/baserow/{8.0.4 => 8.0.5}/charts/redis-6.0.66.tgz (100%) rename stable/baserow/{8.0.4 => 8.0.5}/ix_values.yaml (96%) rename stable/baserow/{8.0.4 => 8.0.5}/questions.yaml (100%) rename stable/baserow/{8.0.4 => 8.0.5}/templates/NOTES.txt (100%) rename stable/baserow/{8.0.4 => 8.0.5}/templates/_secrets.tpl (100%) rename stable/baserow/{8.0.4 => 8.0.5}/templates/common.yaml (100%) rename stable/baserow/{8.0.4 => 8.0.5}/values.yaml (100%) diff --git a/stable/baserow/8.0.4/app-changelog.md b/stable/baserow/8.0.4/app-changelog.md deleted file mode 100644 index 2e4862ec35..0000000000 --- a/stable/baserow/8.0.4/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [baserow-8.0.4](https://github.com/truecharts/charts/compare/baserow-8.0.3...baserow-8.0.4) (2023-10-07) - -### Chore - -- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386)) - - \ No newline at end of file diff --git a/stable/baserow/8.0.4/CHANGELOG.md b/stable/baserow/8.0.5/CHANGELOG.md similarity index 91% rename from stable/baserow/8.0.4/CHANGELOG.md rename to stable/baserow/8.0.5/CHANGELOG.md index 81e2a79586..a3d0068804 100644 --- a/stable/baserow/8.0.4/CHANGELOG.md +++ b/stable/baserow/8.0.5/CHANGELOG.md @@ -4,6 +4,15 @@ +## [baserow-8.0.5](https://github.com/truecharts/charts/compare/baserow-8.0.4...baserow-8.0.5) (2023-10-26) + +### Chore + +- update container image tccr.io/truecharts/baserow to v1.21.1 ([#13981](https://github.com/truecharts/charts/issues/13981)) + + + + ## [baserow-8.0.4](https://github.com/truecharts/charts/compare/baserow-8.0.3...baserow-8.0.4) (2023-10-07) ### Chore @@ -88,12 +97,3 @@ - update container image tccr.io/truecharts/baserow to v1.18.0 ([#9944](https://github.com/truecharts/charts/issues/9944)) - - - -## [baserow-7.0.25](https://github.com/truecharts/charts/compare/baserow-7.0.24...baserow-7.0.25) (2023-06-13) - -### Chore - -- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599)) - diff --git a/stable/baserow/8.0.4/Chart.yaml b/stable/baserow/8.0.5/Chart.yaml similarity index 95% rename from stable/baserow/8.0.4/Chart.yaml rename to stable/baserow/8.0.5/Chart.yaml index 8f509c9f07..e88ed613a5 100644 --- a/stable/baserow/8.0.4/Chart.yaml +++ b/stable/baserow/8.0.5/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.20.2" +appVersion: "1.21.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -22,7 +22,7 @@ name: baserow sources: - https://github.com/truecharts/charts/tree/master/charts/stable/baserow - https://gitlab.com/bramw/baserow/ -version: 8.0.4 +version: 8.0.5 annotations: truecharts.org/catagories: | - productivity diff --git a/stable/baserow/8.0.4/README.md b/stable/baserow/8.0.5/README.md similarity index 100% rename from stable/baserow/8.0.4/README.md rename to stable/baserow/8.0.5/README.md diff --git a/stable/baserow/8.0.5/app-changelog.md b/stable/baserow/8.0.5/app-changelog.md new file mode 100644 index 0000000000..898b97b8e8 --- /dev/null +++ b/stable/baserow/8.0.5/app-changelog.md @@ -0,0 +1,9 @@ + + +## [baserow-8.0.5](https://github.com/truecharts/charts/compare/baserow-8.0.4...baserow-8.0.5) (2023-10-26) + +### Chore + +- update container image tccr.io/truecharts/baserow to v1.21.1 ([#13981](https://github.com/truecharts/charts/issues/13981)) + + \ No newline at end of file diff --git a/stable/baserow/8.0.4/app-readme.md b/stable/baserow/8.0.5/app-readme.md similarity index 100% rename from stable/baserow/8.0.4/app-readme.md rename to stable/baserow/8.0.5/app-readme.md diff --git a/stable/baserow/8.0.4/charts/common-14.0.9.tgz b/stable/baserow/8.0.5/charts/common-14.0.9.tgz similarity index 100% rename from stable/baserow/8.0.4/charts/common-14.0.9.tgz rename to stable/baserow/8.0.5/charts/common-14.0.9.tgz diff --git a/stable/baserow/8.0.4/charts/redis-6.0.66.tgz b/stable/baserow/8.0.5/charts/redis-6.0.66.tgz similarity index 100% rename from stable/baserow/8.0.4/charts/redis-6.0.66.tgz rename to stable/baserow/8.0.5/charts/redis-6.0.66.tgz diff --git a/stable/baserow/8.0.4/ix_values.yaml b/stable/baserow/8.0.5/ix_values.yaml similarity index 96% rename from stable/baserow/8.0.4/ix_values.yaml rename to stable/baserow/8.0.5/ix_values.yaml index c758109fdd..e2bf0a2363 100644 --- a/stable/baserow/8.0.4/ix_values.yaml +++ b/stable/baserow/8.0.5/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/baserow - tag: v1.20.2@sha256:0ebe634c0f83887c4666ec7c1172e9b97eb45a170c6258a92f63da0e10a10253 + tag: v1.21.1@sha256:b989c41efee896f2884d5fdb4e2cafdb7c22e92e503aa336989091ec261e4aef pullPolicy: IfNotPresent securityContext: diff --git a/stable/baserow/8.0.4/questions.yaml b/stable/baserow/8.0.5/questions.yaml similarity index 100% rename from stable/baserow/8.0.4/questions.yaml rename to stable/baserow/8.0.5/questions.yaml diff --git a/stable/baserow/8.0.4/templates/NOTES.txt b/stable/baserow/8.0.5/templates/NOTES.txt similarity index 100% rename from stable/baserow/8.0.4/templates/NOTES.txt rename to stable/baserow/8.0.5/templates/NOTES.txt diff --git a/stable/baserow/8.0.4/templates/_secrets.tpl b/stable/baserow/8.0.5/templates/_secrets.tpl similarity index 100% rename from stable/baserow/8.0.4/templates/_secrets.tpl rename to stable/baserow/8.0.5/templates/_secrets.tpl diff --git a/stable/baserow/8.0.4/templates/common.yaml b/stable/baserow/8.0.5/templates/common.yaml similarity index 100% rename from stable/baserow/8.0.4/templates/common.yaml rename to stable/baserow/8.0.5/templates/common.yaml diff --git a/stable/baserow/8.0.4/values.yaml b/stable/baserow/8.0.5/values.yaml similarity index 100% rename from stable/baserow/8.0.4/values.yaml rename to stable/baserow/8.0.5/values.yaml