From 5a24982e12be9e66825a9fba387970ec222a30ec Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 26 Oct 2023 17:44:14 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/baserow/8.0.5/app-changelog.md | 9 --------- stable/baserow/{8.0.5 => 8.0.6}/CHANGELOG.md | 18 +++++++++--------- stable/baserow/{8.0.5 => 8.0.6}/Chart.yaml | 4 ++-- stable/baserow/{8.0.5 => 8.0.6}/README.md | 0 stable/baserow/8.0.6/app-changelog.md | 9 +++++++++ stable/baserow/{8.0.5 => 8.0.6}/app-readme.md | 0 .../{8.0.5 => 8.0.6}/charts/common-14.0.9.tgz | Bin .../{8.0.5 => 8.0.6}/charts/redis-6.0.66.tgz | Bin .../baserow/{8.0.5 => 8.0.6}/ix_values.yaml | 2 +- .../baserow/{8.0.5 => 8.0.6}/questions.yaml | 0 .../{8.0.5 => 8.0.6}/templates/NOTES.txt | 0 .../{8.0.5 => 8.0.6}/templates/_secrets.tpl | 0 .../{8.0.5 => 8.0.6}/templates/common.yaml | 0 stable/baserow/{8.0.5 => 8.0.6}/values.yaml | 0 14 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/baserow/8.0.5/app-changelog.md rename stable/baserow/{8.0.5 => 8.0.6}/CHANGELOG.md (91%) rename stable/baserow/{8.0.5 => 8.0.6}/Chart.yaml (95%) rename stable/baserow/{8.0.5 => 8.0.6}/README.md (100%) create mode 100644 stable/baserow/8.0.6/app-changelog.md rename stable/baserow/{8.0.5 => 8.0.6}/app-readme.md (100%) rename stable/baserow/{8.0.5 => 8.0.6}/charts/common-14.0.9.tgz (100%) rename stable/baserow/{8.0.5 => 8.0.6}/charts/redis-6.0.66.tgz (100%) rename stable/baserow/{8.0.5 => 8.0.6}/ix_values.yaml (96%) rename stable/baserow/{8.0.5 => 8.0.6}/questions.yaml (100%) rename stable/baserow/{8.0.5 => 8.0.6}/templates/NOTES.txt (100%) rename stable/baserow/{8.0.5 => 8.0.6}/templates/_secrets.tpl (100%) rename stable/baserow/{8.0.5 => 8.0.6}/templates/common.yaml (100%) rename stable/baserow/{8.0.5 => 8.0.6}/values.yaml (100%) diff --git a/stable/baserow/8.0.5/app-changelog.md b/stable/baserow/8.0.5/app-changelog.md deleted file mode 100644 index 898b97b8e8a..00000000000 --- a/stable/baserow/8.0.5/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [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.5/CHANGELOG.md b/stable/baserow/8.0.6/CHANGELOG.md similarity index 91% rename from stable/baserow/8.0.5/CHANGELOG.md rename to stable/baserow/8.0.6/CHANGELOG.md index a3d00688043..bd6daa2a083 100644 --- a/stable/baserow/8.0.5/CHANGELOG.md +++ b/stable/baserow/8.0.6/CHANGELOG.md @@ -4,6 +4,15 @@ +## [baserow-8.0.6](https://github.com/truecharts/charts/compare/baserow-8.0.5...baserow-8.0.6) (2023-10-26) + +### Chore + +- update container image tccr.io/truecharts/baserow to v1.21.2 ([#13995](https://github.com/truecharts/charts/issues/13995)) + + + + ## [baserow-8.0.5](https://github.com/truecharts/charts/compare/baserow-8.0.4...baserow-8.0.5) (2023-10-26) ### Chore @@ -88,12 +97,3 @@ - update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069)) - - - -## [baserow-7.0.26](https://github.com/truecharts/charts/compare/baserow-7.0.25...baserow-7.0.26) (2023-06-26) - -### Chore - -- update container image tccr.io/truecharts/baserow to v1.18.0 ([#9944](https://github.com/truecharts/charts/issues/9944)) - diff --git a/stable/baserow/8.0.5/Chart.yaml b/stable/baserow/8.0.6/Chart.yaml similarity index 95% rename from stable/baserow/8.0.5/Chart.yaml rename to stable/baserow/8.0.6/Chart.yaml index e88ed613a5b..8f665ea5205 100644 --- a/stable/baserow/8.0.5/Chart.yaml +++ b/stable/baserow/8.0.6/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.21.1" +appVersion: "1.21.2" 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.5 +version: 8.0.6 annotations: truecharts.org/catagories: | - productivity diff --git a/stable/baserow/8.0.5/README.md b/stable/baserow/8.0.6/README.md similarity index 100% rename from stable/baserow/8.0.5/README.md rename to stable/baserow/8.0.6/README.md diff --git a/stable/baserow/8.0.6/app-changelog.md b/stable/baserow/8.0.6/app-changelog.md new file mode 100644 index 00000000000..c8ddd09f332 --- /dev/null +++ b/stable/baserow/8.0.6/app-changelog.md @@ -0,0 +1,9 @@ + + +## [baserow-8.0.6](https://github.com/truecharts/charts/compare/baserow-8.0.5...baserow-8.0.6) (2023-10-26) + +### Chore + +- update container image tccr.io/truecharts/baserow to v1.21.2 ([#13995](https://github.com/truecharts/charts/issues/13995)) + + \ No newline at end of file diff --git a/stable/baserow/8.0.5/app-readme.md b/stable/baserow/8.0.6/app-readme.md similarity index 100% rename from stable/baserow/8.0.5/app-readme.md rename to stable/baserow/8.0.6/app-readme.md diff --git a/stable/baserow/8.0.5/charts/common-14.0.9.tgz b/stable/baserow/8.0.6/charts/common-14.0.9.tgz similarity index 100% rename from stable/baserow/8.0.5/charts/common-14.0.9.tgz rename to stable/baserow/8.0.6/charts/common-14.0.9.tgz diff --git a/stable/baserow/8.0.5/charts/redis-6.0.66.tgz b/stable/baserow/8.0.6/charts/redis-6.0.66.tgz similarity index 100% rename from stable/baserow/8.0.5/charts/redis-6.0.66.tgz rename to stable/baserow/8.0.6/charts/redis-6.0.66.tgz diff --git a/stable/baserow/8.0.5/ix_values.yaml b/stable/baserow/8.0.6/ix_values.yaml similarity index 96% rename from stable/baserow/8.0.5/ix_values.yaml rename to stable/baserow/8.0.6/ix_values.yaml index e2bf0a2363e..dbf9e7fa8ae 100644 --- a/stable/baserow/8.0.5/ix_values.yaml +++ b/stable/baserow/8.0.6/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/baserow - tag: v1.21.1@sha256:b989c41efee896f2884d5fdb4e2cafdb7c22e92e503aa336989091ec261e4aef + tag: v1.21.2@sha256:fbc30715825e5f83d8174ac92ccd194a42726e893d4bcefde9b83485761f4b3b pullPolicy: IfNotPresent securityContext: diff --git a/stable/baserow/8.0.5/questions.yaml b/stable/baserow/8.0.6/questions.yaml similarity index 100% rename from stable/baserow/8.0.5/questions.yaml rename to stable/baserow/8.0.6/questions.yaml diff --git a/stable/baserow/8.0.5/templates/NOTES.txt b/stable/baserow/8.0.6/templates/NOTES.txt similarity index 100% rename from stable/baserow/8.0.5/templates/NOTES.txt rename to stable/baserow/8.0.6/templates/NOTES.txt diff --git a/stable/baserow/8.0.5/templates/_secrets.tpl b/stable/baserow/8.0.6/templates/_secrets.tpl similarity index 100% rename from stable/baserow/8.0.5/templates/_secrets.tpl rename to stable/baserow/8.0.6/templates/_secrets.tpl diff --git a/stable/baserow/8.0.5/templates/common.yaml b/stable/baserow/8.0.6/templates/common.yaml similarity index 100% rename from stable/baserow/8.0.5/templates/common.yaml rename to stable/baserow/8.0.6/templates/common.yaml diff --git a/stable/baserow/8.0.5/values.yaml b/stable/baserow/8.0.6/values.yaml similarity index 100% rename from stable/baserow/8.0.5/values.yaml rename to stable/baserow/8.0.6/values.yaml