From ccc5549bda0de2f1d931f816f51c7b740137ec1a Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 7 Apr 2023 11:37:22 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../prometheus/{8.0.9 => 8.0.10}/CHANGELOG.md | 22 +++++++++--------- .../prometheus/{8.0.9 => 8.0.10}/Chart.yaml | 4 ++-- .../prometheus/{8.0.9 => 8.0.10}/LICENSE | 0 .../prometheus/{8.0.9 => 8.0.10}/README.md | 0 enterprise/prometheus/8.0.10/app-changelog.md | 11 +++++++++ .../{8.0.9 => 8.0.10}/app-readme.md | 0 .../charts/common-12.2.32.tgz | Bin .../charts/kube-state-metrics-3.3.2.tgz | Bin .../charts/node-exporter-3.3.1.tgz | Bin .../{8.0.9 => 8.0.10}/ix_values.yaml | 4 ++-- .../{8.0.9 => 8.0.10}/questions.yaml | 0 .../{8.0.9 => 8.0.10}/templates/NOTES.txt | 0 .../{8.0.9 => 8.0.10}/templates/_helpers.tpl | 0 .../templates/alertmanager/_alertmanager.tpl | 0 .../templates/alertmanager/secrets.yaml | 0 .../alertmanager/serviceaccount.yaml | 0 .../alertmanager/servicemonitor.yaml | 0 .../{8.0.9 => 8.0.10}/templates/common.yaml | 0 .../templates/exporters/core-dns/service.yaml | 0 .../exporters/core-dns/servicemonitor.yaml | 0 .../kube-apiserver/servicemonitor.yaml | 0 .../kube-controller-manager/endpoints.yaml | 0 .../kube-controller-manager/service.yaml | 0 .../servicemonitor.yaml | 0 .../exporters/kube-scheduler/endpoints.yaml | 0 .../exporters/kube-scheduler/service.yaml | 0 .../kube-scheduler/servicemonitor.yaml | 0 .../exporters/kubelet/servicemonitor.yaml | 0 .../prometheus/_additionalPrometheusRules.tpl | 0 .../prometheus/_additionalScrapeJobs.tpl | 0 .../templates/prometheus/_prometheus.tpl | 0 .../templates/prometheus/_servicemonitor.tpl | 0 .../templates/prometheus/clusterrole.yaml | 0 .../prometheus/clusterrolebinding.yaml | 0 .../templates/prometheus/serviceaccount.yaml | 0 .../prometheus/{8.0.9 => 8.0.10}/values.yaml | 0 enterprise/prometheus/8.0.9/app-changelog.md | 9 ------- 37 files changed, 26 insertions(+), 24 deletions(-) rename enterprise/prometheus/{8.0.9 => 8.0.10}/CHANGELOG.md (81%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/Chart.yaml (97%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/LICENSE (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/README.md (100%) create mode 100644 enterprise/prometheus/8.0.10/app-changelog.md rename enterprise/prometheus/{8.0.9 => 8.0.10}/app-readme.md (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/charts/common-12.2.32.tgz (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/charts/kube-state-metrics-3.3.2.tgz (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/charts/node-exporter-3.3.1.tgz (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/ix_values.yaml (99%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/questions.yaml (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/NOTES.txt (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/_helpers.tpl (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/alertmanager/_alertmanager.tpl (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/alertmanager/secrets.yaml (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/alertmanager/serviceaccount.yaml (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/alertmanager/servicemonitor.yaml (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/common.yaml (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/exporters/core-dns/service.yaml (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/exporters/core-dns/servicemonitor.yaml (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/exporters/kube-apiserver/servicemonitor.yaml (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/exporters/kube-controller-manager/endpoints.yaml (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/exporters/kube-controller-manager/service.yaml (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/exporters/kube-controller-manager/servicemonitor.yaml (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/exporters/kube-scheduler/endpoints.yaml (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/exporters/kube-scheduler/service.yaml (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/exporters/kube-scheduler/servicemonitor.yaml (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/exporters/kubelet/servicemonitor.yaml (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/prometheus/_additionalPrometheusRules.tpl (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/prometheus/_additionalScrapeJobs.tpl (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/prometheus/_prometheus.tpl (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/prometheus/_servicemonitor.tpl (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/prometheus/clusterrole.yaml (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/prometheus/clusterrolebinding.yaml (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/templates/prometheus/serviceaccount.yaml (100%) rename enterprise/prometheus/{8.0.9 => 8.0.10}/values.yaml (100%) delete mode 100644 enterprise/prometheus/8.0.9/app-changelog.md diff --git a/enterprise/prometheus/8.0.9/CHANGELOG.md b/enterprise/prometheus/8.0.10/CHANGELOG.md similarity index 81% rename from enterprise/prometheus/8.0.9/CHANGELOG.md rename to enterprise/prometheus/8.0.10/CHANGELOG.md index 2acf5e4e696..7a6e0bba760 100644 --- a/enterprise/prometheus/8.0.9/CHANGELOG.md +++ b/enterprise/prometheus/8.0.10/CHANGELOG.md @@ -4,6 +4,17 @@ +## [prometheus-8.0.10](https://github.com/truecharts/charts/compare/prometheus-8.0.9...prometheus-8.0.10) (2023-04-07) + +### Chore + +- update container image tccr.io/truecharts/prometheus to v2.43.0 ([#7887](https://github.com/truecharts/charts/issues/7887)) + - update container image tccr.io/truecharts/thanos to v0.31.0 ([#7888](https://github.com/truecharts/charts/issues/7888)) + - update container image tccr.io/truecharts/prometheus to v ([#7879](https://github.com/truecharts/charts/issues/7879)) + + + + ## [prometheus-8.0.9](https://github.com/truecharts/charts/compare/prometheus-8.0.8...prometheus-8.0.9) (2023-04-07) ### Chore @@ -86,14 +97,3 @@ ## [prometheus-7.0.60](https://github.com/truecharts/charts/compare/prometheus-7.0.59...prometheus-7.0.60) (2023-02-27) - -### Chore - -- update helm general non-major ([#7725](https://github.com/truecharts/charts/issues/7725)) - - - - -## [prometheus-7.0.59](https://github.com/truecharts/charts/compare/prometheus-7.0.58...prometheus-7.0.59) (2023-02-27) - -### Chore diff --git a/enterprise/prometheus/8.0.9/Chart.yaml b/enterprise/prometheus/8.0.10/Chart.yaml similarity index 97% rename from enterprise/prometheus/8.0.9/Chart.yaml rename to enterprise/prometheus/8.0.10/Chart.yaml index a8e1a106e66..055e3491be3 100644 --- a/enterprise/prometheus/8.0.9/Chart.yaml +++ b/enterprise/prometheus/8.0.10/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.42.0" +appVersion: "2.43.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -29,7 +29,7 @@ sources: - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus type: application -version: 8.0.9 +version: 8.0.10 annotations: truecharts.org/catagories: | - metrics diff --git a/enterprise/prometheus/8.0.9/LICENSE b/enterprise/prometheus/8.0.10/LICENSE similarity index 100% rename from enterprise/prometheus/8.0.9/LICENSE rename to enterprise/prometheus/8.0.10/LICENSE diff --git a/enterprise/prometheus/8.0.9/README.md b/enterprise/prometheus/8.0.10/README.md similarity index 100% rename from enterprise/prometheus/8.0.9/README.md rename to enterprise/prometheus/8.0.10/README.md diff --git a/enterprise/prometheus/8.0.10/app-changelog.md b/enterprise/prometheus/8.0.10/app-changelog.md new file mode 100644 index 00000000000..d1d25cc354a --- /dev/null +++ b/enterprise/prometheus/8.0.10/app-changelog.md @@ -0,0 +1,11 @@ + + +## [prometheus-8.0.10](https://github.com/truecharts/charts/compare/prometheus-8.0.9...prometheus-8.0.10) (2023-04-07) + +### Chore + +- update container image tccr.io/truecharts/prometheus to v2.43.0 ([#7887](https://github.com/truecharts/charts/issues/7887)) + - update container image tccr.io/truecharts/thanos to v0.31.0 ([#7888](https://github.com/truecharts/charts/issues/7888)) + - update container image tccr.io/truecharts/prometheus to v ([#7879](https://github.com/truecharts/charts/issues/7879)) + + \ No newline at end of file diff --git a/enterprise/prometheus/8.0.9/app-readme.md b/enterprise/prometheus/8.0.10/app-readme.md similarity index 100% rename from enterprise/prometheus/8.0.9/app-readme.md rename to enterprise/prometheus/8.0.10/app-readme.md diff --git a/enterprise/prometheus/8.0.9/charts/common-12.2.32.tgz b/enterprise/prometheus/8.0.10/charts/common-12.2.32.tgz similarity index 100% rename from enterprise/prometheus/8.0.9/charts/common-12.2.32.tgz rename to enterprise/prometheus/8.0.10/charts/common-12.2.32.tgz diff --git a/enterprise/prometheus/8.0.9/charts/kube-state-metrics-3.3.2.tgz b/enterprise/prometheus/8.0.10/charts/kube-state-metrics-3.3.2.tgz similarity index 100% rename from enterprise/prometheus/8.0.9/charts/kube-state-metrics-3.3.2.tgz rename to enterprise/prometheus/8.0.10/charts/kube-state-metrics-3.3.2.tgz diff --git a/enterprise/prometheus/8.0.9/charts/node-exporter-3.3.1.tgz b/enterprise/prometheus/8.0.10/charts/node-exporter-3.3.1.tgz similarity index 100% rename from enterprise/prometheus/8.0.9/charts/node-exporter-3.3.1.tgz rename to enterprise/prometheus/8.0.10/charts/node-exporter-3.3.1.tgz diff --git a/enterprise/prometheus/8.0.9/ix_values.yaml b/enterprise/prometheus/8.0.10/ix_values.yaml similarity index 99% rename from enterprise/prometheus/8.0.9/ix_values.yaml rename to enterprise/prometheus/8.0.10/ix_values.yaml index 16b3da39b56..f9b672c441c 100644 --- a/enterprise/prometheus/8.0.9/ix_values.yaml +++ b/enterprise/prometheus/8.0.10/ix_values.yaml @@ -1,10 +1,10 @@ image: repository: tccr.io/truecharts/prometheus - tag: 2.42.0@sha256:1f0a6e4c8eb16676f543c51209c994ec4ba2fd0902d866d8a982cfb1a5793a13 + tag: 2.43.0@sha256:2f9b37b4823b2cb14e70714f5f0d7396aeacd8f18d96ff2a407ab2c655d64147 thanosImage: repository: tccr.io/truecharts/thanos - tag: 0.30.2@sha256:64d834218591f67601424f1de3b3a1ab43aca9824758e665717baef221e6cc9b + tag: 0.31.0@sha256:5fb6e900c9c94756a0296d9348e1d3e2fd731804d3be56461ea0189e48452299 alertmanagerImage: repository: tccr.io/truecharts/alertmanager diff --git a/enterprise/prometheus/8.0.9/questions.yaml b/enterprise/prometheus/8.0.10/questions.yaml similarity index 100% rename from enterprise/prometheus/8.0.9/questions.yaml rename to enterprise/prometheus/8.0.10/questions.yaml diff --git a/enterprise/prometheus/8.0.9/templates/NOTES.txt b/enterprise/prometheus/8.0.10/templates/NOTES.txt similarity index 100% rename from enterprise/prometheus/8.0.9/templates/NOTES.txt rename to enterprise/prometheus/8.0.10/templates/NOTES.txt diff --git a/enterprise/prometheus/8.0.9/templates/_helpers.tpl b/enterprise/prometheus/8.0.10/templates/_helpers.tpl similarity index 100% rename from enterprise/prometheus/8.0.9/templates/_helpers.tpl rename to enterprise/prometheus/8.0.10/templates/_helpers.tpl diff --git a/enterprise/prometheus/8.0.9/templates/alertmanager/_alertmanager.tpl b/enterprise/prometheus/8.0.10/templates/alertmanager/_alertmanager.tpl similarity index 100% rename from enterprise/prometheus/8.0.9/templates/alertmanager/_alertmanager.tpl rename to enterprise/prometheus/8.0.10/templates/alertmanager/_alertmanager.tpl diff --git a/enterprise/prometheus/8.0.9/templates/alertmanager/secrets.yaml b/enterprise/prometheus/8.0.10/templates/alertmanager/secrets.yaml similarity index 100% rename from enterprise/prometheus/8.0.9/templates/alertmanager/secrets.yaml rename to enterprise/prometheus/8.0.10/templates/alertmanager/secrets.yaml diff --git a/enterprise/prometheus/8.0.9/templates/alertmanager/serviceaccount.yaml b/enterprise/prometheus/8.0.10/templates/alertmanager/serviceaccount.yaml similarity index 100% rename from enterprise/prometheus/8.0.9/templates/alertmanager/serviceaccount.yaml rename to enterprise/prometheus/8.0.10/templates/alertmanager/serviceaccount.yaml diff --git a/enterprise/prometheus/8.0.9/templates/alertmanager/servicemonitor.yaml b/enterprise/prometheus/8.0.10/templates/alertmanager/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/8.0.9/templates/alertmanager/servicemonitor.yaml rename to enterprise/prometheus/8.0.10/templates/alertmanager/servicemonitor.yaml diff --git a/enterprise/prometheus/8.0.9/templates/common.yaml b/enterprise/prometheus/8.0.10/templates/common.yaml similarity index 100% rename from enterprise/prometheus/8.0.9/templates/common.yaml rename to enterprise/prometheus/8.0.10/templates/common.yaml diff --git a/enterprise/prometheus/8.0.9/templates/exporters/core-dns/service.yaml b/enterprise/prometheus/8.0.10/templates/exporters/core-dns/service.yaml similarity index 100% rename from enterprise/prometheus/8.0.9/templates/exporters/core-dns/service.yaml rename to enterprise/prometheus/8.0.10/templates/exporters/core-dns/service.yaml diff --git a/enterprise/prometheus/8.0.9/templates/exporters/core-dns/servicemonitor.yaml b/enterprise/prometheus/8.0.10/templates/exporters/core-dns/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/8.0.9/templates/exporters/core-dns/servicemonitor.yaml rename to enterprise/prometheus/8.0.10/templates/exporters/core-dns/servicemonitor.yaml diff --git a/enterprise/prometheus/8.0.9/templates/exporters/kube-apiserver/servicemonitor.yaml b/enterprise/prometheus/8.0.10/templates/exporters/kube-apiserver/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/8.0.9/templates/exporters/kube-apiserver/servicemonitor.yaml rename to enterprise/prometheus/8.0.10/templates/exporters/kube-apiserver/servicemonitor.yaml diff --git a/enterprise/prometheus/8.0.9/templates/exporters/kube-controller-manager/endpoints.yaml b/enterprise/prometheus/8.0.10/templates/exporters/kube-controller-manager/endpoints.yaml similarity index 100% rename from enterprise/prometheus/8.0.9/templates/exporters/kube-controller-manager/endpoints.yaml rename to enterprise/prometheus/8.0.10/templates/exporters/kube-controller-manager/endpoints.yaml diff --git a/enterprise/prometheus/8.0.9/templates/exporters/kube-controller-manager/service.yaml b/enterprise/prometheus/8.0.10/templates/exporters/kube-controller-manager/service.yaml similarity index 100% rename from enterprise/prometheus/8.0.9/templates/exporters/kube-controller-manager/service.yaml rename to enterprise/prometheus/8.0.10/templates/exporters/kube-controller-manager/service.yaml diff --git a/enterprise/prometheus/8.0.9/templates/exporters/kube-controller-manager/servicemonitor.yaml b/enterprise/prometheus/8.0.10/templates/exporters/kube-controller-manager/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/8.0.9/templates/exporters/kube-controller-manager/servicemonitor.yaml rename to enterprise/prometheus/8.0.10/templates/exporters/kube-controller-manager/servicemonitor.yaml diff --git a/enterprise/prometheus/8.0.9/templates/exporters/kube-scheduler/endpoints.yaml b/enterprise/prometheus/8.0.10/templates/exporters/kube-scheduler/endpoints.yaml similarity index 100% rename from enterprise/prometheus/8.0.9/templates/exporters/kube-scheduler/endpoints.yaml rename to enterprise/prometheus/8.0.10/templates/exporters/kube-scheduler/endpoints.yaml diff --git a/enterprise/prometheus/8.0.9/templates/exporters/kube-scheduler/service.yaml b/enterprise/prometheus/8.0.10/templates/exporters/kube-scheduler/service.yaml similarity index 100% rename from enterprise/prometheus/8.0.9/templates/exporters/kube-scheduler/service.yaml rename to enterprise/prometheus/8.0.10/templates/exporters/kube-scheduler/service.yaml diff --git a/enterprise/prometheus/8.0.9/templates/exporters/kube-scheduler/servicemonitor.yaml b/enterprise/prometheus/8.0.10/templates/exporters/kube-scheduler/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/8.0.9/templates/exporters/kube-scheduler/servicemonitor.yaml rename to enterprise/prometheus/8.0.10/templates/exporters/kube-scheduler/servicemonitor.yaml diff --git a/enterprise/prometheus/8.0.9/templates/exporters/kubelet/servicemonitor.yaml b/enterprise/prometheus/8.0.10/templates/exporters/kubelet/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/8.0.9/templates/exporters/kubelet/servicemonitor.yaml rename to enterprise/prometheus/8.0.10/templates/exporters/kubelet/servicemonitor.yaml diff --git a/enterprise/prometheus/8.0.9/templates/prometheus/_additionalPrometheusRules.tpl b/enterprise/prometheus/8.0.10/templates/prometheus/_additionalPrometheusRules.tpl similarity index 100% rename from enterprise/prometheus/8.0.9/templates/prometheus/_additionalPrometheusRules.tpl rename to enterprise/prometheus/8.0.10/templates/prometheus/_additionalPrometheusRules.tpl diff --git a/enterprise/prometheus/8.0.9/templates/prometheus/_additionalScrapeJobs.tpl b/enterprise/prometheus/8.0.10/templates/prometheus/_additionalScrapeJobs.tpl similarity index 100% rename from enterprise/prometheus/8.0.9/templates/prometheus/_additionalScrapeJobs.tpl rename to enterprise/prometheus/8.0.10/templates/prometheus/_additionalScrapeJobs.tpl diff --git a/enterprise/prometheus/8.0.9/templates/prometheus/_prometheus.tpl b/enterprise/prometheus/8.0.10/templates/prometheus/_prometheus.tpl similarity index 100% rename from enterprise/prometheus/8.0.9/templates/prometheus/_prometheus.tpl rename to enterprise/prometheus/8.0.10/templates/prometheus/_prometheus.tpl diff --git a/enterprise/prometheus/8.0.9/templates/prometheus/_servicemonitor.tpl b/enterprise/prometheus/8.0.10/templates/prometheus/_servicemonitor.tpl similarity index 100% rename from enterprise/prometheus/8.0.9/templates/prometheus/_servicemonitor.tpl rename to enterprise/prometheus/8.0.10/templates/prometheus/_servicemonitor.tpl diff --git a/enterprise/prometheus/8.0.9/templates/prometheus/clusterrole.yaml b/enterprise/prometheus/8.0.10/templates/prometheus/clusterrole.yaml similarity index 100% rename from enterprise/prometheus/8.0.9/templates/prometheus/clusterrole.yaml rename to enterprise/prometheus/8.0.10/templates/prometheus/clusterrole.yaml diff --git a/enterprise/prometheus/8.0.9/templates/prometheus/clusterrolebinding.yaml b/enterprise/prometheus/8.0.10/templates/prometheus/clusterrolebinding.yaml similarity index 100% rename from enterprise/prometheus/8.0.9/templates/prometheus/clusterrolebinding.yaml rename to enterprise/prometheus/8.0.10/templates/prometheus/clusterrolebinding.yaml diff --git a/enterprise/prometheus/8.0.9/templates/prometheus/serviceaccount.yaml b/enterprise/prometheus/8.0.10/templates/prometheus/serviceaccount.yaml similarity index 100% rename from enterprise/prometheus/8.0.9/templates/prometheus/serviceaccount.yaml rename to enterprise/prometheus/8.0.10/templates/prometheus/serviceaccount.yaml diff --git a/enterprise/prometheus/8.0.9/values.yaml b/enterprise/prometheus/8.0.10/values.yaml similarity index 100% rename from enterprise/prometheus/8.0.9/values.yaml rename to enterprise/prometheus/8.0.10/values.yaml diff --git a/enterprise/prometheus/8.0.9/app-changelog.md b/enterprise/prometheus/8.0.9/app-changelog.md deleted file mode 100644 index 33564681b72..00000000000 --- a/enterprise/prometheus/8.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [prometheus-8.0.9](https://github.com/truecharts/charts/compare/prometheus-8.0.8...prometheus-8.0.9) (2023-04-07) - -### Chore - -- update container image tccr.io/truecharts/alertmanager to 0.25.0 ([#7877](https://github.com/truecharts/charts/issues/7877)) - - \ No newline at end of file