From df59d100aa0d1dbabfac3e7da0795b2dcb918aab Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 6 Dec 2022 16:03:51 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../plausible/{4.0.9 => 4.0.10}/CHANGELOG.md | 18 +++++++++--------- .../plausible/{4.0.9 => 4.0.10}/Chart.yaml | 4 ++-- .../plausible/{4.0.9 => 4.0.10}/README.md | 0 incubator/plausible/4.0.10/app-changelog.md | 9 +++++++++ .../plausible/{4.0.9 => 4.0.10}/app-readme.md | 0 .../charts/clickhouse-3.0.5.tgz | Bin .../charts/common-11.0.4.tgz | Bin .../charts/postgresql-11.0.7.tgz | Bin .../{4.0.9 => 4.0.10}/ix_values.yaml | 2 +- .../{4.0.9 => 4.0.10}/questions.yaml | 0 .../{4.0.9 => 4.0.10}/templates/_env.tpl | 0 .../{4.0.9 => 4.0.10}/templates/common.yaml | 0 .../plausible/{4.0.9 => 4.0.10}/values.yaml | 0 incubator/plausible/4.0.9/app-changelog.md | 9 --------- 14 files changed, 21 insertions(+), 21 deletions(-) rename incubator/plausible/{4.0.9 => 4.0.10}/CHANGELOG.md (89%) rename incubator/plausible/{4.0.9 => 4.0.10}/Chart.yaml (97%) rename incubator/plausible/{4.0.9 => 4.0.10}/README.md (100%) create mode 100644 incubator/plausible/4.0.10/app-changelog.md rename incubator/plausible/{4.0.9 => 4.0.10}/app-readme.md (100%) rename incubator/plausible/{4.0.9 => 4.0.10}/charts/clickhouse-3.0.5.tgz (100%) rename incubator/plausible/{4.0.9 => 4.0.10}/charts/common-11.0.4.tgz (100%) rename incubator/plausible/{4.0.9 => 4.0.10}/charts/postgresql-11.0.7.tgz (100%) rename incubator/plausible/{4.0.9 => 4.0.10}/ix_values.yaml (96%) rename incubator/plausible/{4.0.9 => 4.0.10}/questions.yaml (100%) rename incubator/plausible/{4.0.9 => 4.0.10}/templates/_env.tpl (100%) rename incubator/plausible/{4.0.9 => 4.0.10}/templates/common.yaml (100%) rename incubator/plausible/{4.0.9 => 4.0.10}/values.yaml (100%) delete mode 100644 incubator/plausible/4.0.9/app-changelog.md diff --git a/incubator/plausible/4.0.9/CHANGELOG.md b/incubator/plausible/4.0.10/CHANGELOG.md similarity index 89% rename from incubator/plausible/4.0.9/CHANGELOG.md rename to incubator/plausible/4.0.10/CHANGELOG.md index 6cc4a6c17c7..9a36b539db6 100644 --- a/incubator/plausible/4.0.9/CHANGELOG.md +++ b/incubator/plausible/4.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [plausible-4.0.10](https://github.com/truecharts/charts/compare/plausible-4.0.9...plausible-4.0.10) (2022-12-06) + +### Chore + +- update container image plausible/analytics to v1.5.1 + + + + ## [plausible-4.0.9](https://github.com/truecharts/charts/compare/plausible-4.0.8...plausible-4.0.9) (2022-12-05) ### Chore @@ -88,12 +97,3 @@ -## [plausible-4.0.7](https://github.com/truecharts/charts/compare/plausible-4.0.6...plausible-4.0.7) (2022-11-29) - - - - -## [plausible-4.0.7](https://github.com/truecharts/charts/compare/plausible-4.0.6...plausible-4.0.7) (2022-11-29) - - - diff --git a/incubator/plausible/4.0.9/Chart.yaml b/incubator/plausible/4.0.10/Chart.yaml similarity index 97% rename from incubator/plausible/4.0.9/Chart.yaml rename to incubator/plausible/4.0.10/Chart.yaml index 8e864f5497a..2491ed88766 100644 --- a/incubator/plausible/4.0.9/Chart.yaml +++ b/incubator/plausible/4.0.10/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.4.4" +appVersion: "1.5.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -33,7 +33,7 @@ sources: - https://github.com/plausible/hosting - https://hub.docker.com/r/plausible/analytics type: application -version: 4.0.9 +version: 4.0.10 annotations: truecharts.org/catagories: | - analytics diff --git a/incubator/plausible/4.0.9/README.md b/incubator/plausible/4.0.10/README.md similarity index 100% rename from incubator/plausible/4.0.9/README.md rename to incubator/plausible/4.0.10/README.md diff --git a/incubator/plausible/4.0.10/app-changelog.md b/incubator/plausible/4.0.10/app-changelog.md new file mode 100644 index 00000000000..78a64bd5b2a --- /dev/null +++ b/incubator/plausible/4.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [plausible-4.0.10](https://github.com/truecharts/charts/compare/plausible-4.0.9...plausible-4.0.10) (2022-12-06) + +### Chore + +- update container image plausible/analytics to v1.5.1 + + \ No newline at end of file diff --git a/incubator/plausible/4.0.9/app-readme.md b/incubator/plausible/4.0.10/app-readme.md similarity index 100% rename from incubator/plausible/4.0.9/app-readme.md rename to incubator/plausible/4.0.10/app-readme.md diff --git a/incubator/plausible/4.0.9/charts/clickhouse-3.0.5.tgz b/incubator/plausible/4.0.10/charts/clickhouse-3.0.5.tgz similarity index 100% rename from incubator/plausible/4.0.9/charts/clickhouse-3.0.5.tgz rename to incubator/plausible/4.0.10/charts/clickhouse-3.0.5.tgz diff --git a/incubator/plausible/4.0.9/charts/common-11.0.4.tgz b/incubator/plausible/4.0.10/charts/common-11.0.4.tgz similarity index 100% rename from incubator/plausible/4.0.9/charts/common-11.0.4.tgz rename to incubator/plausible/4.0.10/charts/common-11.0.4.tgz diff --git a/incubator/plausible/4.0.9/charts/postgresql-11.0.7.tgz b/incubator/plausible/4.0.10/charts/postgresql-11.0.7.tgz similarity index 100% rename from incubator/plausible/4.0.9/charts/postgresql-11.0.7.tgz rename to incubator/plausible/4.0.10/charts/postgresql-11.0.7.tgz diff --git a/incubator/plausible/4.0.9/ix_values.yaml b/incubator/plausible/4.0.10/ix_values.yaml similarity index 96% rename from incubator/plausible/4.0.9/ix_values.yaml rename to incubator/plausible/4.0.10/ix_values.yaml index 48313b8247a..5d251cf336d 100644 --- a/incubator/plausible/4.0.9/ix_values.yaml +++ b/incubator/plausible/4.0.10/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: plausible/analytics pullPolicy: IfNotPresent - tag: v1.4.4@sha256:20204bfc253cfab31e1f6c41c321c8a1437bd4a585a3f13393b5e0449b6d8698 + tag: v1.5.1@sha256:3fbdcfac56ffa79e778e9e4bc1ca8c4dca0d7deb330ed5694f59eaa1125cc0a8 # Plausible self-hosting documentation # https://plausible.io/docs/self-hosting diff --git a/incubator/plausible/4.0.9/questions.yaml b/incubator/plausible/4.0.10/questions.yaml similarity index 100% rename from incubator/plausible/4.0.9/questions.yaml rename to incubator/plausible/4.0.10/questions.yaml diff --git a/incubator/plausible/4.0.9/templates/_env.tpl b/incubator/plausible/4.0.10/templates/_env.tpl similarity index 100% rename from incubator/plausible/4.0.9/templates/_env.tpl rename to incubator/plausible/4.0.10/templates/_env.tpl diff --git a/incubator/plausible/4.0.9/templates/common.yaml b/incubator/plausible/4.0.10/templates/common.yaml similarity index 100% rename from incubator/plausible/4.0.9/templates/common.yaml rename to incubator/plausible/4.0.10/templates/common.yaml diff --git a/incubator/plausible/4.0.9/values.yaml b/incubator/plausible/4.0.10/values.yaml similarity index 100% rename from incubator/plausible/4.0.9/values.yaml rename to incubator/plausible/4.0.10/values.yaml diff --git a/incubator/plausible/4.0.9/app-changelog.md b/incubator/plausible/4.0.9/app-changelog.md deleted file mode 100644 index f7fd879b2ea..00000000000 --- a/incubator/plausible/4.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [plausible-4.0.9](https://github.com/truecharts/charts/compare/plausible-4.0.8...plausible-4.0.9) (2022-12-05) - -### Chore - -- update helm general non-major - - \ No newline at end of file