From 55cfb113be8d85ce3c91dd582745722a90d370d4 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 10 Jan 2023 22:58:52 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/grist/7.0.18/app-changelog.md | 9 --------- stable/grist/{7.0.18 => 7.0.19}/CHANGELOG.md | 18 +++++++++--------- stable/grist/{7.0.18 => 7.0.19}/Chart.yaml | 4 ++-- stable/grist/{7.0.18 => 7.0.19}/README.md | 0 stable/grist/7.0.19/app-changelog.md | 9 +++++++++ stable/grist/{7.0.18 => 7.0.19}/app-readme.md | 0 .../charts/common-11.1.2.tgz | Bin .../charts/postgresql-11.0.18.tgz | Bin .../charts/redis-5.0.24.tgz | Bin .../grist/{7.0.18 => 7.0.19}/ix_values.yaml | 2 +- .../grist/{7.0.18 => 7.0.19}/questions.yaml | 0 .../{7.0.18 => 7.0.19}/templates/_config.tpl | 0 .../{7.0.18 => 7.0.19}/templates/_secret.tpl | 0 .../{7.0.18 => 7.0.19}/templates/common.yaml | 0 stable/grist/{7.0.18 => 7.0.19}/values.yaml | 0 15 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/grist/7.0.18/app-changelog.md rename stable/grist/{7.0.18 => 7.0.19}/CHANGELOG.md (90%) rename stable/grist/{7.0.18 => 7.0.19}/Chart.yaml (96%) rename stable/grist/{7.0.18 => 7.0.19}/README.md (100%) create mode 100644 stable/grist/7.0.19/app-changelog.md rename stable/grist/{7.0.18 => 7.0.19}/app-readme.md (100%) rename stable/grist/{7.0.18 => 7.0.19}/charts/common-11.1.2.tgz (100%) rename stable/grist/{7.0.18 => 7.0.19}/charts/postgresql-11.0.18.tgz (100%) rename stable/grist/{7.0.18 => 7.0.19}/charts/redis-5.0.24.tgz (100%) rename stable/grist/{7.0.18 => 7.0.19}/ix_values.yaml (94%) rename stable/grist/{7.0.18 => 7.0.19}/questions.yaml (100%) rename stable/grist/{7.0.18 => 7.0.19}/templates/_config.tpl (100%) rename stable/grist/{7.0.18 => 7.0.19}/templates/_secret.tpl (100%) rename stable/grist/{7.0.18 => 7.0.19}/templates/common.yaml (100%) rename stable/grist/{7.0.18 => 7.0.19}/values.yaml (100%) diff --git a/stable/grist/7.0.18/app-changelog.md b/stable/grist/7.0.18/app-changelog.md deleted file mode 100644 index 79598652c3..0000000000 --- a/stable/grist/7.0.18/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [grist-7.0.18](https://github.com/truecharts/charts/compare/grist-7.0.17...grist-7.0.18) (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/grist/7.0.18/CHANGELOG.md b/stable/grist/7.0.19/CHANGELOG.md similarity index 90% rename from stable/grist/7.0.18/CHANGELOG.md rename to stable/grist/7.0.19/CHANGELOG.md index 9da0453f74..44946c2355 100644 --- a/stable/grist/7.0.18/CHANGELOG.md +++ b/stable/grist/7.0.19/CHANGELOG.md @@ -4,6 +4,15 @@ +## [grist-7.0.19](https://github.com/truecharts/charts/compare/grist-7.0.18...grist-7.0.19) (2023-01-10) + +### Chore + +- update container image tccr.io/truecharts/grist to v1.0.6 + + + + ## [grist-7.0.18](https://github.com/truecharts/charts/compare/grist-7.0.17...grist-7.0.18) (2023-01-07) ### Chore @@ -88,12 +97,3 @@ ## [grist-7.0.9](https://github.com/truecharts/charts/compare/grist-7.0.8...grist-7.0.9) (2022-12-03) - - - -## [grist-7.0.8](https://github.com/truecharts/charts/compare/grist-7.0.6...grist-7.0.8) (2022-11-30) - - - - -## [grist-7.0.8](https://github.com/truecharts/charts/compare/grist-7.0.6...grist-7.0.8) (2022-11-30) diff --git a/stable/grist/7.0.18/Chart.yaml b/stable/grist/7.0.19/Chart.yaml similarity index 96% rename from stable/grist/7.0.18/Chart.yaml rename to stable/grist/7.0.19/Chart.yaml index 3cb98c6c11..a100f29f86 100644 --- a/stable/grist/7.0.18/Chart.yaml +++ b/stable/grist/7.0.19/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.0.5" +appVersion: "1.0.6" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -30,7 +30,7 @@ sources: - https://hub.docker.com/r/gristlabs/grist - https://github.com/gristlabs/grist-core - https://support.getgrist.com/ -version: 7.0.18 +version: 7.0.19 annotations: truecharts.org/catagories: | - productivity diff --git a/stable/grist/7.0.18/README.md b/stable/grist/7.0.19/README.md similarity index 100% rename from stable/grist/7.0.18/README.md rename to stable/grist/7.0.19/README.md diff --git a/stable/grist/7.0.19/app-changelog.md b/stable/grist/7.0.19/app-changelog.md new file mode 100644 index 0000000000..63000a7693 --- /dev/null +++ b/stable/grist/7.0.19/app-changelog.md @@ -0,0 +1,9 @@ + + +## [grist-7.0.19](https://github.com/truecharts/charts/compare/grist-7.0.18...grist-7.0.19) (2023-01-10) + +### Chore + +- update container image tccr.io/truecharts/grist to v1.0.6 + + \ No newline at end of file diff --git a/stable/grist/7.0.18/app-readme.md b/stable/grist/7.0.19/app-readme.md similarity index 100% rename from stable/grist/7.0.18/app-readme.md rename to stable/grist/7.0.19/app-readme.md diff --git a/stable/grist/7.0.18/charts/common-11.1.2.tgz b/stable/grist/7.0.19/charts/common-11.1.2.tgz similarity index 100% rename from stable/grist/7.0.18/charts/common-11.1.2.tgz rename to stable/grist/7.0.19/charts/common-11.1.2.tgz diff --git a/stable/grist/7.0.18/charts/postgresql-11.0.18.tgz b/stable/grist/7.0.19/charts/postgresql-11.0.18.tgz similarity index 100% rename from stable/grist/7.0.18/charts/postgresql-11.0.18.tgz rename to stable/grist/7.0.19/charts/postgresql-11.0.18.tgz diff --git a/stable/grist/7.0.18/charts/redis-5.0.24.tgz b/stable/grist/7.0.19/charts/redis-5.0.24.tgz similarity index 100% rename from stable/grist/7.0.18/charts/redis-5.0.24.tgz rename to stable/grist/7.0.19/charts/redis-5.0.24.tgz diff --git a/stable/grist/7.0.18/ix_values.yaml b/stable/grist/7.0.19/ix_values.yaml similarity index 94% rename from stable/grist/7.0.18/ix_values.yaml rename to stable/grist/7.0.19/ix_values.yaml index 82a9db2ea9..08cb5e4c20 100644 --- a/stable/grist/7.0.18/ix_values.yaml +++ b/stable/grist/7.0.19/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/grist - tag: 1.0.5@sha256:28352249ac21219bc64b2b63ed9241b7da87f3d1fca594a58bcdefb9be708913 + tag: 1.0.6@sha256:0067992f2ff7f66db5e348a64a634aa2f28fe3b1799aaa4dceb2ece561fb78f5 pullPolicy: IfNotPresent securityContext: diff --git a/stable/grist/7.0.18/questions.yaml b/stable/grist/7.0.19/questions.yaml similarity index 100% rename from stable/grist/7.0.18/questions.yaml rename to stable/grist/7.0.19/questions.yaml diff --git a/stable/grist/7.0.18/templates/_config.tpl b/stable/grist/7.0.19/templates/_config.tpl similarity index 100% rename from stable/grist/7.0.18/templates/_config.tpl rename to stable/grist/7.0.19/templates/_config.tpl diff --git a/stable/grist/7.0.18/templates/_secret.tpl b/stable/grist/7.0.19/templates/_secret.tpl similarity index 100% rename from stable/grist/7.0.18/templates/_secret.tpl rename to stable/grist/7.0.19/templates/_secret.tpl diff --git a/stable/grist/7.0.18/templates/common.yaml b/stable/grist/7.0.19/templates/common.yaml similarity index 100% rename from stable/grist/7.0.18/templates/common.yaml rename to stable/grist/7.0.19/templates/common.yaml diff --git a/stable/grist/7.0.18/values.yaml b/stable/grist/7.0.19/values.yaml similarity index 100% rename from stable/grist/7.0.18/values.yaml rename to stable/grist/7.0.19/values.yaml