From 4f98e77bc556fa0dc362b507358815706eab05ac Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 17 Jan 2023 07:01:11 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/nocodb/6.0.22/app-changelog.md | 9 --------- stable/nocodb/{6.0.22 => 6.0.23}/CHANGELOG.md | 18 +++++++++--------- stable/nocodb/{6.0.22 => 6.0.23}/Chart.yaml | 4 ++-- stable/nocodb/{6.0.22 => 6.0.23}/README.md | 0 stable/nocodb/6.0.23/app-changelog.md | 9 +++++++++ .../nocodb/{6.0.22 => 6.0.23}/app-readme.md | 2 +- .../charts/common-11.1.2.tgz | Bin .../charts/postgresql-11.0.18.tgz | Bin .../charts/redis-5.0.24.tgz | Bin .../nocodb/{6.0.22 => 6.0.23}/ix_values.yaml | 2 +- .../nocodb/{6.0.22 => 6.0.23}/questions.yaml | 0 .../templates/_configmap.tpl | 0 .../{6.0.22 => 6.0.23}/templates/_secrets.tpl | 0 .../{6.0.22 => 6.0.23}/templates/common.yaml | 0 stable/nocodb/{6.0.22 => 6.0.23}/values.yaml | 0 15 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 stable/nocodb/6.0.22/app-changelog.md rename stable/nocodb/{6.0.22 => 6.0.23}/CHANGELOG.md (92%) rename stable/nocodb/{6.0.22 => 6.0.23}/Chart.yaml (96%) rename stable/nocodb/{6.0.22 => 6.0.23}/README.md (100%) create mode 100644 stable/nocodb/6.0.23/app-changelog.md rename stable/nocodb/{6.0.22 => 6.0.23}/app-readme.md (71%) rename stable/nocodb/{6.0.22 => 6.0.23}/charts/common-11.1.2.tgz (100%) rename stable/nocodb/{6.0.22 => 6.0.23}/charts/postgresql-11.0.18.tgz (100%) rename stable/nocodb/{6.0.22 => 6.0.23}/charts/redis-5.0.24.tgz (100%) rename stable/nocodb/{6.0.22 => 6.0.23}/ix_values.yaml (94%) rename stable/nocodb/{6.0.22 => 6.0.23}/questions.yaml (100%) rename stable/nocodb/{6.0.22 => 6.0.23}/templates/_configmap.tpl (100%) rename stable/nocodb/{6.0.22 => 6.0.23}/templates/_secrets.tpl (100%) rename stable/nocodb/{6.0.22 => 6.0.23}/templates/common.yaml (100%) rename stable/nocodb/{6.0.22 => 6.0.23}/values.yaml (100%) diff --git a/stable/nocodb/6.0.22/app-changelog.md b/stable/nocodb/6.0.22/app-changelog.md deleted file mode 100644 index d7ff2d7cbc..0000000000 --- a/stable/nocodb/6.0.22/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [nocodb-6.0.22](https://github.com/truecharts/charts/compare/nocodb-6.0.21...nocodb-6.0.22) (2023-01-07) - -### Chore - -- update helm general non-major ([#6121](https://github.com/truecharts/charts/issues/6121)) - - \ No newline at end of file diff --git a/stable/nocodb/6.0.22/CHANGELOG.md b/stable/nocodb/6.0.23/CHANGELOG.md similarity index 92% rename from stable/nocodb/6.0.22/CHANGELOG.md rename to stable/nocodb/6.0.23/CHANGELOG.md index dac73e8bca..f57661e360 100644 --- a/stable/nocodb/6.0.22/CHANGELOG.md +++ b/stable/nocodb/6.0.23/CHANGELOG.md @@ -4,6 +4,15 @@ +## [nocodb-6.0.23](https://github.com/truecharts/charts/compare/nocodb-6.0.22...nocodb-6.0.23) (2023-01-17) + +### Chore + +- update container image tccr.io/truecharts/nocodb to v0.101.2 + + + + ## [nocodb-6.0.22](https://github.com/truecharts/charts/compare/nocodb-6.0.21...nocodb-6.0.22) (2023-01-07) ### Chore @@ -88,12 +97,3 @@ ## [nocodb-6.0.13](https://github.com/truecharts/charts/compare/nocodb-6.0.12...nocodb-6.0.13) (2022-12-02) -### Chore - -- update container image tccr.io/truecharts/nocodb to v0.100.2 - - - - -## [nocodb-6.0.12](https://github.com/truecharts/charts/compare/nocodb-6.0.11...nocodb-6.0.12) (2022-12-01) - diff --git a/stable/nocodb/6.0.22/Chart.yaml b/stable/nocodb/6.0.23/Chart.yaml similarity index 96% rename from stable/nocodb/6.0.22/Chart.yaml rename to stable/nocodb/6.0.23/Chart.yaml index 83149ba29f..b6db877124 100644 --- a/stable/nocodb/6.0.22/Chart.yaml +++ b/stable/nocodb/6.0.23/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.100.2" +appVersion: "0.101.2" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -27,7 +27,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/nocodb - https://hub.docker.com/r/nocodb/nocodb - https://github.com/nocodb/nocodb -version: 6.0.22 +version: 6.0.23 annotations: truecharts.org/catagories: | - productivity diff --git a/stable/nocodb/6.0.22/README.md b/stable/nocodb/6.0.23/README.md similarity index 100% rename from stable/nocodb/6.0.22/README.md rename to stable/nocodb/6.0.23/README.md diff --git a/stable/nocodb/6.0.23/app-changelog.md b/stable/nocodb/6.0.23/app-changelog.md new file mode 100644 index 0000000000..c877e83d7c --- /dev/null +++ b/stable/nocodb/6.0.23/app-changelog.md @@ -0,0 +1,9 @@ + + +## [nocodb-6.0.23](https://github.com/truecharts/charts/compare/nocodb-6.0.22...nocodb-6.0.23) (2023-01-17) + +### Chore + +- update container image tccr.io/truecharts/nocodb to v0.101.2 + + \ No newline at end of file diff --git a/stable/nocodb/6.0.22/app-readme.md b/stable/nocodb/6.0.23/app-readme.md similarity index 71% rename from stable/nocodb/6.0.22/app-readme.md rename to stable/nocodb/6.0.23/app-readme.md index 13bfaf2b49..3b622b1aed 100644 --- a/stable/nocodb/6.0.22/app-readme.md +++ b/stable/nocodb/6.0.23/app-readme.md @@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http --- TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/nocodb/6.0.22/charts/common-11.1.2.tgz b/stable/nocodb/6.0.23/charts/common-11.1.2.tgz similarity index 100% rename from stable/nocodb/6.0.22/charts/common-11.1.2.tgz rename to stable/nocodb/6.0.23/charts/common-11.1.2.tgz diff --git a/stable/nocodb/6.0.22/charts/postgresql-11.0.18.tgz b/stable/nocodb/6.0.23/charts/postgresql-11.0.18.tgz similarity index 100% rename from stable/nocodb/6.0.22/charts/postgresql-11.0.18.tgz rename to stable/nocodb/6.0.23/charts/postgresql-11.0.18.tgz diff --git a/stable/nocodb/6.0.22/charts/redis-5.0.24.tgz b/stable/nocodb/6.0.23/charts/redis-5.0.24.tgz similarity index 100% rename from stable/nocodb/6.0.22/charts/redis-5.0.24.tgz rename to stable/nocodb/6.0.23/charts/redis-5.0.24.tgz diff --git a/stable/nocodb/6.0.22/ix_values.yaml b/stable/nocodb/6.0.23/ix_values.yaml similarity index 94% rename from stable/nocodb/6.0.22/ix_values.yaml rename to stable/nocodb/6.0.23/ix_values.yaml index cdd877be39..0b18880b28 100644 --- a/stable/nocodb/6.0.22/ix_values.yaml +++ b/stable/nocodb/6.0.23/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/nocodb - tag: 0.100.2@sha256:3dbbe77ef6e222580238199510f11639b107aa2622a6dc9e9b0de1c3d6402d4c + tag: 0.101.2@sha256:a9d3571c7fa210e03ec6dbfece3abfe51bc9c89caf3347bbb469436c8d1c65fb pullPolicy: IfNotPresent securityContext: diff --git a/stable/nocodb/6.0.22/questions.yaml b/stable/nocodb/6.0.23/questions.yaml similarity index 100% rename from stable/nocodb/6.0.22/questions.yaml rename to stable/nocodb/6.0.23/questions.yaml diff --git a/stable/nocodb/6.0.22/templates/_configmap.tpl b/stable/nocodb/6.0.23/templates/_configmap.tpl similarity index 100% rename from stable/nocodb/6.0.22/templates/_configmap.tpl rename to stable/nocodb/6.0.23/templates/_configmap.tpl diff --git a/stable/nocodb/6.0.22/templates/_secrets.tpl b/stable/nocodb/6.0.23/templates/_secrets.tpl similarity index 100% rename from stable/nocodb/6.0.22/templates/_secrets.tpl rename to stable/nocodb/6.0.23/templates/_secrets.tpl diff --git a/stable/nocodb/6.0.22/templates/common.yaml b/stable/nocodb/6.0.23/templates/common.yaml similarity index 100% rename from stable/nocodb/6.0.22/templates/common.yaml rename to stable/nocodb/6.0.23/templates/common.yaml diff --git a/stable/nocodb/6.0.22/values.yaml b/stable/nocodb/6.0.23/values.yaml similarity index 100% rename from stable/nocodb/6.0.22/values.yaml rename to stable/nocodb/6.0.23/values.yaml