From f4bb619a3bf6d3d02aef97da884e92b7626ef5f0 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 23 Jun 2023 07:42:45 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- enterprise/prometheus/9.0.24/app-changelog.md | 9 --------- .../{9.0.24 => 9.0.25}/CHANGELOG.md | 18 +++++++++--------- .../prometheus/{9.0.24 => 9.0.25}/Chart.yaml | 2 +- .../prometheus/{9.0.24 => 9.0.25}/LICENSE | 0 .../prometheus/{9.0.24 => 9.0.25}/README.md | 2 +- enterprise/prometheus/9.0.25/app-changelog.md | 9 +++++++++ .../{9.0.24 => 9.0.25}/app-readme.md | 0 .../charts/common-12.14.2.tgz | Bin .../charts/kube-state-metrics-1.0.20.tgz | Bin .../charts/node-exporter-1.0.22.tgz | Bin .../{9.0.24 => 9.0.25}/ix_values.yaml | 2 +- .../{9.0.24 => 9.0.25}/questions.yaml | 0 .../{9.0.24 => 9.0.25}/templates/NOTES.txt | 0 .../{9.0.24 => 9.0.25}/templates/_helpers.tpl | 0 .../templates/alertmanager/_alertmanager.tpl | 0 .../templates/alertmanager/secrets.yaml | 0 .../alertmanager/serviceaccount.yaml | 0 .../alertmanager/servicemonitor.yaml | 0 .../{9.0.24 => 9.0.25}/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/{9.0.24 => 9.0.25}/values.yaml | 0 37 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 enterprise/prometheus/9.0.24/app-changelog.md rename enterprise/prometheus/{9.0.24 => 9.0.25}/CHANGELOG.md (93%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/Chart.yaml (98%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/LICENSE (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/README.md (94%) create mode 100644 enterprise/prometheus/9.0.25/app-changelog.md rename enterprise/prometheus/{9.0.24 => 9.0.25}/app-readme.md (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/charts/common-12.14.2.tgz (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/charts/kube-state-metrics-1.0.20.tgz (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/charts/node-exporter-1.0.22.tgz (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/ix_values.yaml (99%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/questions.yaml (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/NOTES.txt (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/_helpers.tpl (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/alertmanager/_alertmanager.tpl (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/alertmanager/secrets.yaml (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/alertmanager/serviceaccount.yaml (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/alertmanager/servicemonitor.yaml (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/common.yaml (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/exporters/core-dns/service.yaml (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/exporters/core-dns/servicemonitor.yaml (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/exporters/kube-apiserver/servicemonitor.yaml (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/exporters/kube-controller-manager/endpoints.yaml (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/exporters/kube-controller-manager/service.yaml (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/exporters/kube-controller-manager/servicemonitor.yaml (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/exporters/kube-scheduler/endpoints.yaml (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/exporters/kube-scheduler/service.yaml (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/exporters/kube-scheduler/servicemonitor.yaml (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/exporters/kubelet/servicemonitor.yaml (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/prometheus/_additionalPrometheusRules.tpl (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/prometheus/_additionalScrapeJobs.tpl (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/prometheus/_prometheus.tpl (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/prometheus/_servicemonitor.tpl (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/prometheus/clusterrole.yaml (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/prometheus/clusterrolebinding.yaml (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/templates/prometheus/serviceaccount.yaml (100%) rename enterprise/prometheus/{9.0.24 => 9.0.25}/values.yaml (100%) diff --git a/enterprise/prometheus/9.0.24/app-changelog.md b/enterprise/prometheus/9.0.24/app-changelog.md deleted file mode 100644 index 129f6599dfe..00000000000 --- a/enterprise/prometheus/9.0.24/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [prometheus-9.0.24](https://github.com/truecharts/charts/compare/prometheus-9.0.23...prometheus-9.0.24) (2023-06-20) - -### Chore - -- update container image tccr.io/truecharts/prometheus to v2.44.0 ([#9784](https://github.com/truecharts/charts/issues/9784)) - - \ No newline at end of file diff --git a/enterprise/prometheus/9.0.24/CHANGELOG.md b/enterprise/prometheus/9.0.25/CHANGELOG.md similarity index 93% rename from enterprise/prometheus/9.0.24/CHANGELOG.md rename to enterprise/prometheus/9.0.25/CHANGELOG.md index 8a4abf4eca8..e158e854df0 100644 --- a/enterprise/prometheus/9.0.24/CHANGELOG.md +++ b/enterprise/prometheus/9.0.25/CHANGELOG.md @@ -4,6 +4,15 @@ +## [prometheus-9.0.25](https://github.com/truecharts/charts/compare/prometheus-9.0.24...prometheus-9.0.25) (2023-06-23) + +### Chore + +- update container image tccr.io/truecharts/prometheus to v2.44.0 ([#9846](https://github.com/truecharts/charts/issues/9846)) + + + + ## [prometheus-9.0.24](https://github.com/truecharts/charts/compare/prometheus-9.0.23...prometheus-9.0.24) (2023-06-20) ### Chore @@ -85,15 +94,6 @@ -## [prometheus-9.0.22](https://github.com/truecharts/charts/compare/prometheus-9.0.21...prometheus-9.0.22) (2023-06-14) - -### Chore - -- update container image tccr.io/truecharts/prometheus to v2.44.0 ([#9628](https://github.com/truecharts/charts/issues/9628)) - - - - ## [prometheus-9.0.22](https://github.com/truecharts/charts/compare/prometheus-9.0.21...prometheus-9.0.22) (2023-06-14) ### Chore diff --git a/enterprise/prometheus/9.0.24/Chart.yaml b/enterprise/prometheus/9.0.25/Chart.yaml similarity index 98% rename from enterprise/prometheus/9.0.24/Chart.yaml rename to enterprise/prometheus/9.0.25/Chart.yaml index b277275c12e..576f2049958 100644 --- a/enterprise/prometheus/9.0.24/Chart.yaml +++ b/enterprise/prometheus/9.0.25/Chart.yaml @@ -29,7 +29,7 @@ sources: - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus type: application -version: 9.0.24 +version: 9.0.25 annotations: truecharts.org/catagories: | - metrics diff --git a/enterprise/prometheus/9.0.24/LICENSE b/enterprise/prometheus/9.0.25/LICENSE similarity index 100% rename from enterprise/prometheus/9.0.24/LICENSE rename to enterprise/prometheus/9.0.25/LICENSE diff --git a/enterprise/prometheus/9.0.24/README.md b/enterprise/prometheus/9.0.25/README.md similarity index 94% rename from enterprise/prometheus/9.0.24/README.md rename to enterprise/prometheus/9.0.25/README.md index de60b9ed65c..f8a41e479fe 100644 --- a/enterprise/prometheus/9.0.24/README.md +++ b/enterprise/prometheus/9.0.25/README.md @@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we ## Support -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ). +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) - Open a [issue](https://github.com/truecharts/charts/issues/new/choose) diff --git a/enterprise/prometheus/9.0.25/app-changelog.md b/enterprise/prometheus/9.0.25/app-changelog.md new file mode 100644 index 00000000000..8c55a19e626 --- /dev/null +++ b/enterprise/prometheus/9.0.25/app-changelog.md @@ -0,0 +1,9 @@ + + +## [prometheus-9.0.25](https://github.com/truecharts/charts/compare/prometheus-9.0.24...prometheus-9.0.25) (2023-06-23) + +### Chore + +- update container image tccr.io/truecharts/prometheus to v2.44.0 ([#9846](https://github.com/truecharts/charts/issues/9846)) + + \ No newline at end of file diff --git a/enterprise/prometheus/9.0.24/app-readme.md b/enterprise/prometheus/9.0.25/app-readme.md similarity index 100% rename from enterprise/prometheus/9.0.24/app-readme.md rename to enterprise/prometheus/9.0.25/app-readme.md diff --git a/enterprise/prometheus/9.0.24/charts/common-12.14.2.tgz b/enterprise/prometheus/9.0.25/charts/common-12.14.2.tgz similarity index 100% rename from enterprise/prometheus/9.0.24/charts/common-12.14.2.tgz rename to enterprise/prometheus/9.0.25/charts/common-12.14.2.tgz diff --git a/enterprise/prometheus/9.0.24/charts/kube-state-metrics-1.0.20.tgz b/enterprise/prometheus/9.0.25/charts/kube-state-metrics-1.0.20.tgz similarity index 100% rename from enterprise/prometheus/9.0.24/charts/kube-state-metrics-1.0.20.tgz rename to enterprise/prometheus/9.0.25/charts/kube-state-metrics-1.0.20.tgz diff --git a/enterprise/prometheus/9.0.24/charts/node-exporter-1.0.22.tgz b/enterprise/prometheus/9.0.25/charts/node-exporter-1.0.22.tgz similarity index 100% rename from enterprise/prometheus/9.0.24/charts/node-exporter-1.0.22.tgz rename to enterprise/prometheus/9.0.25/charts/node-exporter-1.0.22.tgz diff --git a/enterprise/prometheus/9.0.24/ix_values.yaml b/enterprise/prometheus/9.0.25/ix_values.yaml similarity index 99% rename from enterprise/prometheus/9.0.24/ix_values.yaml rename to enterprise/prometheus/9.0.25/ix_values.yaml index 0dd4893ef13..2241e164777 100644 --- a/enterprise/prometheus/9.0.24/ix_values.yaml +++ b/enterprise/prometheus/9.0.25/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/prometheus - tag: v2.44.0@sha256:36526313467de46d05ffd03efbe4fd25ce53b30cb33ea5f61789b5c62105f866 + tag: v2.44.0@sha256:f2ca9dbdd8c0d04bc339dac247fb6d67f26ae438e8505f093a952cf6484b2af6 thanosImage: repository: tccr.io/truecharts/thanos diff --git a/enterprise/prometheus/9.0.24/questions.yaml b/enterprise/prometheus/9.0.25/questions.yaml similarity index 100% rename from enterprise/prometheus/9.0.24/questions.yaml rename to enterprise/prometheus/9.0.25/questions.yaml diff --git a/enterprise/prometheus/9.0.24/templates/NOTES.txt b/enterprise/prometheus/9.0.25/templates/NOTES.txt similarity index 100% rename from enterprise/prometheus/9.0.24/templates/NOTES.txt rename to enterprise/prometheus/9.0.25/templates/NOTES.txt diff --git a/enterprise/prometheus/9.0.24/templates/_helpers.tpl b/enterprise/prometheus/9.0.25/templates/_helpers.tpl similarity index 100% rename from enterprise/prometheus/9.0.24/templates/_helpers.tpl rename to enterprise/prometheus/9.0.25/templates/_helpers.tpl diff --git a/enterprise/prometheus/9.0.24/templates/alertmanager/_alertmanager.tpl b/enterprise/prometheus/9.0.25/templates/alertmanager/_alertmanager.tpl similarity index 100% rename from enterprise/prometheus/9.0.24/templates/alertmanager/_alertmanager.tpl rename to enterprise/prometheus/9.0.25/templates/alertmanager/_alertmanager.tpl diff --git a/enterprise/prometheus/9.0.24/templates/alertmanager/secrets.yaml b/enterprise/prometheus/9.0.25/templates/alertmanager/secrets.yaml similarity index 100% rename from enterprise/prometheus/9.0.24/templates/alertmanager/secrets.yaml rename to enterprise/prometheus/9.0.25/templates/alertmanager/secrets.yaml diff --git a/enterprise/prometheus/9.0.24/templates/alertmanager/serviceaccount.yaml b/enterprise/prometheus/9.0.25/templates/alertmanager/serviceaccount.yaml similarity index 100% rename from enterprise/prometheus/9.0.24/templates/alertmanager/serviceaccount.yaml rename to enterprise/prometheus/9.0.25/templates/alertmanager/serviceaccount.yaml diff --git a/enterprise/prometheus/9.0.24/templates/alertmanager/servicemonitor.yaml b/enterprise/prometheus/9.0.25/templates/alertmanager/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/9.0.24/templates/alertmanager/servicemonitor.yaml rename to enterprise/prometheus/9.0.25/templates/alertmanager/servicemonitor.yaml diff --git a/enterprise/prometheus/9.0.24/templates/common.yaml b/enterprise/prometheus/9.0.25/templates/common.yaml similarity index 100% rename from enterprise/prometheus/9.0.24/templates/common.yaml rename to enterprise/prometheus/9.0.25/templates/common.yaml diff --git a/enterprise/prometheus/9.0.24/templates/exporters/core-dns/service.yaml b/enterprise/prometheus/9.0.25/templates/exporters/core-dns/service.yaml similarity index 100% rename from enterprise/prometheus/9.0.24/templates/exporters/core-dns/service.yaml rename to enterprise/prometheus/9.0.25/templates/exporters/core-dns/service.yaml diff --git a/enterprise/prometheus/9.0.24/templates/exporters/core-dns/servicemonitor.yaml b/enterprise/prometheus/9.0.25/templates/exporters/core-dns/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/9.0.24/templates/exporters/core-dns/servicemonitor.yaml rename to enterprise/prometheus/9.0.25/templates/exporters/core-dns/servicemonitor.yaml diff --git a/enterprise/prometheus/9.0.24/templates/exporters/kube-apiserver/servicemonitor.yaml b/enterprise/prometheus/9.0.25/templates/exporters/kube-apiserver/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/9.0.24/templates/exporters/kube-apiserver/servicemonitor.yaml rename to enterprise/prometheus/9.0.25/templates/exporters/kube-apiserver/servicemonitor.yaml diff --git a/enterprise/prometheus/9.0.24/templates/exporters/kube-controller-manager/endpoints.yaml b/enterprise/prometheus/9.0.25/templates/exporters/kube-controller-manager/endpoints.yaml similarity index 100% rename from enterprise/prometheus/9.0.24/templates/exporters/kube-controller-manager/endpoints.yaml rename to enterprise/prometheus/9.0.25/templates/exporters/kube-controller-manager/endpoints.yaml diff --git a/enterprise/prometheus/9.0.24/templates/exporters/kube-controller-manager/service.yaml b/enterprise/prometheus/9.0.25/templates/exporters/kube-controller-manager/service.yaml similarity index 100% rename from enterprise/prometheus/9.0.24/templates/exporters/kube-controller-manager/service.yaml rename to enterprise/prometheus/9.0.25/templates/exporters/kube-controller-manager/service.yaml diff --git a/enterprise/prometheus/9.0.24/templates/exporters/kube-controller-manager/servicemonitor.yaml b/enterprise/prometheus/9.0.25/templates/exporters/kube-controller-manager/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/9.0.24/templates/exporters/kube-controller-manager/servicemonitor.yaml rename to enterprise/prometheus/9.0.25/templates/exporters/kube-controller-manager/servicemonitor.yaml diff --git a/enterprise/prometheus/9.0.24/templates/exporters/kube-scheduler/endpoints.yaml b/enterprise/prometheus/9.0.25/templates/exporters/kube-scheduler/endpoints.yaml similarity index 100% rename from enterprise/prometheus/9.0.24/templates/exporters/kube-scheduler/endpoints.yaml rename to enterprise/prometheus/9.0.25/templates/exporters/kube-scheduler/endpoints.yaml diff --git a/enterprise/prometheus/9.0.24/templates/exporters/kube-scheduler/service.yaml b/enterprise/prometheus/9.0.25/templates/exporters/kube-scheduler/service.yaml similarity index 100% rename from enterprise/prometheus/9.0.24/templates/exporters/kube-scheduler/service.yaml rename to enterprise/prometheus/9.0.25/templates/exporters/kube-scheduler/service.yaml diff --git a/enterprise/prometheus/9.0.24/templates/exporters/kube-scheduler/servicemonitor.yaml b/enterprise/prometheus/9.0.25/templates/exporters/kube-scheduler/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/9.0.24/templates/exporters/kube-scheduler/servicemonitor.yaml rename to enterprise/prometheus/9.0.25/templates/exporters/kube-scheduler/servicemonitor.yaml diff --git a/enterprise/prometheus/9.0.24/templates/exporters/kubelet/servicemonitor.yaml b/enterprise/prometheus/9.0.25/templates/exporters/kubelet/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/9.0.24/templates/exporters/kubelet/servicemonitor.yaml rename to enterprise/prometheus/9.0.25/templates/exporters/kubelet/servicemonitor.yaml diff --git a/enterprise/prometheus/9.0.24/templates/prometheus/_additionalPrometheusRules.tpl b/enterprise/prometheus/9.0.25/templates/prometheus/_additionalPrometheusRules.tpl similarity index 100% rename from enterprise/prometheus/9.0.24/templates/prometheus/_additionalPrometheusRules.tpl rename to enterprise/prometheus/9.0.25/templates/prometheus/_additionalPrometheusRules.tpl diff --git a/enterprise/prometheus/9.0.24/templates/prometheus/_additionalScrapeJobs.tpl b/enterprise/prometheus/9.0.25/templates/prometheus/_additionalScrapeJobs.tpl similarity index 100% rename from enterprise/prometheus/9.0.24/templates/prometheus/_additionalScrapeJobs.tpl rename to enterprise/prometheus/9.0.25/templates/prometheus/_additionalScrapeJobs.tpl diff --git a/enterprise/prometheus/9.0.24/templates/prometheus/_prometheus.tpl b/enterprise/prometheus/9.0.25/templates/prometheus/_prometheus.tpl similarity index 100% rename from enterprise/prometheus/9.0.24/templates/prometheus/_prometheus.tpl rename to enterprise/prometheus/9.0.25/templates/prometheus/_prometheus.tpl diff --git a/enterprise/prometheus/9.0.24/templates/prometheus/_servicemonitor.tpl b/enterprise/prometheus/9.0.25/templates/prometheus/_servicemonitor.tpl similarity index 100% rename from enterprise/prometheus/9.0.24/templates/prometheus/_servicemonitor.tpl rename to enterprise/prometheus/9.0.25/templates/prometheus/_servicemonitor.tpl diff --git a/enterprise/prometheus/9.0.24/templates/prometheus/clusterrole.yaml b/enterprise/prometheus/9.0.25/templates/prometheus/clusterrole.yaml similarity index 100% rename from enterprise/prometheus/9.0.24/templates/prometheus/clusterrole.yaml rename to enterprise/prometheus/9.0.25/templates/prometheus/clusterrole.yaml diff --git a/enterprise/prometheus/9.0.24/templates/prometheus/clusterrolebinding.yaml b/enterprise/prometheus/9.0.25/templates/prometheus/clusterrolebinding.yaml similarity index 100% rename from enterprise/prometheus/9.0.24/templates/prometheus/clusterrolebinding.yaml rename to enterprise/prometheus/9.0.25/templates/prometheus/clusterrolebinding.yaml diff --git a/enterprise/prometheus/9.0.24/templates/prometheus/serviceaccount.yaml b/enterprise/prometheus/9.0.25/templates/prometheus/serviceaccount.yaml similarity index 100% rename from enterprise/prometheus/9.0.24/templates/prometheus/serviceaccount.yaml rename to enterprise/prometheus/9.0.25/templates/prometheus/serviceaccount.yaml diff --git a/enterprise/prometheus/9.0.24/values.yaml b/enterprise/prometheus/9.0.25/values.yaml similarity index 100% rename from enterprise/prometheus/9.0.24/values.yaml rename to enterprise/prometheus/9.0.25/values.yaml