diff --git a/enterprise/prometheus/7.0.43/app-changelog.md b/enterprise/prometheus/7.0.43/app-changelog.md deleted file mode 100644 index 3318144f007..00000000000 --- a/enterprise/prometheus/7.0.43/app-changelog.md +++ /dev/null @@ -1,13 +0,0 @@ - - -## [prometheus-7.0.43](https://github.com/truecharts/charts/compare/prometheus-7.0.42...prometheus-7.0.43) (2023-01-17) - -### Chore - -- update helm general non-major ([#6430](https://github.com/truecharts/charts/issues/6430)) - - ### Feat - -- move Grafana, Prometheus and Traefik to Enterprise Train ([#6372](https://github.com/truecharts/charts/issues/6372)) - - \ No newline at end of file diff --git a/enterprise/prometheus/7.0.43/CHANGELOG.md b/enterprise/prometheus/7.0.44/CHANGELOG.md similarity index 67% rename from enterprise/prometheus/7.0.43/CHANGELOG.md rename to enterprise/prometheus/7.0.44/CHANGELOG.md index 4857451ff5b..85db78170cf 100644 --- a/enterprise/prometheus/7.0.43/CHANGELOG.md +++ b/enterprise/prometheus/7.0.44/CHANGELOG.md @@ -4,6 +4,15 @@ +## [prometheus-7.0.44](https://github.com/truecharts/charts/compare/prometheus-7.0.43...prometheus-7.0.44) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/alertmanager to 0.25.0 + + + + ## [prometheus-7.0.43](https://github.com/truecharts/charts/compare/prometheus-7.0.42...prometheus-7.0.43) (2023-01-17) ### Chore diff --git a/enterprise/prometheus/7.0.43/Chart.yaml b/enterprise/prometheus/7.0.44/Chart.yaml similarity index 98% rename from enterprise/prometheus/7.0.43/Chart.yaml rename to enterprise/prometheus/7.0.44/Chart.yaml index 5b2eb8473b1..75f19b7fd9c 100644 --- a/enterprise/prometheus/7.0.43/Chart.yaml +++ b/enterprise/prometheus/7.0.44/Chart.yaml @@ -29,7 +29,7 @@ sources: - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus type: application -version: 7.0.43 +version: 7.0.44 annotations: truecharts.org/catagories: | - metrics diff --git a/enterprise/prometheus/7.0.43/README.md b/enterprise/prometheus/7.0.44/README.md similarity index 100% rename from enterprise/prometheus/7.0.43/README.md rename to enterprise/prometheus/7.0.44/README.md diff --git a/enterprise/prometheus/7.0.44/app-changelog.md b/enterprise/prometheus/7.0.44/app-changelog.md new file mode 100644 index 00000000000..1ed41415e94 --- /dev/null +++ b/enterprise/prometheus/7.0.44/app-changelog.md @@ -0,0 +1,9 @@ + + +## [prometheus-7.0.44](https://github.com/truecharts/charts/compare/prometheus-7.0.43...prometheus-7.0.44) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/alertmanager to 0.25.0 + + \ No newline at end of file diff --git a/enterprise/prometheus/7.0.43/app-readme.md b/enterprise/prometheus/7.0.44/app-readme.md similarity index 100% rename from enterprise/prometheus/7.0.43/app-readme.md rename to enterprise/prometheus/7.0.44/app-readme.md diff --git a/enterprise/prometheus/7.0.43/charts/common-11.1.2.tgz b/enterprise/prometheus/7.0.44/charts/common-11.1.2.tgz similarity index 100% rename from enterprise/prometheus/7.0.43/charts/common-11.1.2.tgz rename to enterprise/prometheus/7.0.44/charts/common-11.1.2.tgz diff --git a/enterprise/prometheus/7.0.43/charts/kube-state-metrics-3.2.7.tgz b/enterprise/prometheus/7.0.44/charts/kube-state-metrics-3.2.7.tgz similarity index 100% rename from enterprise/prometheus/7.0.43/charts/kube-state-metrics-3.2.7.tgz rename to enterprise/prometheus/7.0.44/charts/kube-state-metrics-3.2.7.tgz diff --git a/enterprise/prometheus/7.0.43/charts/node-exporter-3.2.7.tgz b/enterprise/prometheus/7.0.44/charts/node-exporter-3.2.7.tgz similarity index 100% rename from enterprise/prometheus/7.0.43/charts/node-exporter-3.2.7.tgz rename to enterprise/prometheus/7.0.44/charts/node-exporter-3.2.7.tgz diff --git a/enterprise/prometheus/7.0.43/ix_values.yaml b/enterprise/prometheus/7.0.44/ix_values.yaml similarity index 99% rename from enterprise/prometheus/7.0.43/ix_values.yaml rename to enterprise/prometheus/7.0.44/ix_values.yaml index a34b7d24298..1517386d3a0 100644 --- a/enterprise/prometheus/7.0.43/ix_values.yaml +++ b/enterprise/prometheus/7.0.44/ix_values.yaml @@ -8,7 +8,7 @@ thanosImage: alertmanagerImage: repository: tccr.io/truecharts/alertmanager - tag: 0.25.0@sha256:90fe7bfecee646e4feff31a6cd0f5212854cecfb525b47e4fd18c2d2b12d9735 + tag: 0.25.0@sha256:b5a8cb251c3cec6b7e13a7f14436d2c9b2ac2df5b3cfbef0a436cd3be8fdf38d global: labels: {} diff --git a/enterprise/prometheus/7.0.43/questions.yaml b/enterprise/prometheus/7.0.44/questions.yaml similarity index 96% rename from enterprise/prometheus/7.0.43/questions.yaml rename to enterprise/prometheus/7.0.44/questions.yaml index 99e45632642..3f3dbc552d5 100644 --- a/enterprise/prometheus/7.0.43/questions.yaml +++ b/enterprise/prometheus/7.0.44/questions.yaml @@ -815,58 +815,58 @@ questions: type: string default: "" required: true - - variable: horizontalPodAutoscaler - group: Advanced - label: (Advanced) Horizontal Pod Autoscaler - schema: - type: list - default: [] - items: - - variable: hpaEntry - label: HPA Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: target - label: Target - description: Deployment name, Defaults to Main Deployment - schema: - type: string - default: "" - - variable: minReplicas - label: Minimum Replicas - schema: - type: int - default: 1 - - variable: maxReplicas - label: Maximum Replicas - schema: - type: int - default: 5 - - variable: targetCPUUtilizationPercentage - label: Target CPU Utilization Percentage - schema: - type: int - default: 80 - - variable: targetMemoryUtilizationPercentage - label: Target Memory Utilization Percentage - schema: - type: int - default: 80 +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 - variable: networkPolicy group: Advanced label: (Advanced) Network Policy diff --git a/enterprise/prometheus/7.0.43/templates/_helpers.tpl b/enterprise/prometheus/7.0.44/templates/_helpers.tpl similarity index 100% rename from enterprise/prometheus/7.0.43/templates/_helpers.tpl rename to enterprise/prometheus/7.0.44/templates/_helpers.tpl diff --git a/enterprise/prometheus/7.0.43/templates/alertmanager/_alertmanager.tpl b/enterprise/prometheus/7.0.44/templates/alertmanager/_alertmanager.tpl similarity index 100% rename from enterprise/prometheus/7.0.43/templates/alertmanager/_alertmanager.tpl rename to enterprise/prometheus/7.0.44/templates/alertmanager/_alertmanager.tpl diff --git a/enterprise/prometheus/7.0.43/templates/alertmanager/secrets.yaml b/enterprise/prometheus/7.0.44/templates/alertmanager/secrets.yaml similarity index 100% rename from enterprise/prometheus/7.0.43/templates/alertmanager/secrets.yaml rename to enterprise/prometheus/7.0.44/templates/alertmanager/secrets.yaml diff --git a/enterprise/prometheus/7.0.43/templates/alertmanager/serviceaccount.yaml b/enterprise/prometheus/7.0.44/templates/alertmanager/serviceaccount.yaml similarity index 100% rename from enterprise/prometheus/7.0.43/templates/alertmanager/serviceaccount.yaml rename to enterprise/prometheus/7.0.44/templates/alertmanager/serviceaccount.yaml diff --git a/enterprise/prometheus/7.0.43/templates/alertmanager/servicemonitor.yaml b/enterprise/prometheus/7.0.44/templates/alertmanager/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/7.0.43/templates/alertmanager/servicemonitor.yaml rename to enterprise/prometheus/7.0.44/templates/alertmanager/servicemonitor.yaml diff --git a/enterprise/prometheus/7.0.43/templates/common.yaml b/enterprise/prometheus/7.0.44/templates/common.yaml similarity index 100% rename from enterprise/prometheus/7.0.43/templates/common.yaml rename to enterprise/prometheus/7.0.44/templates/common.yaml diff --git a/enterprise/prometheus/7.0.43/templates/exporters/core-dns/service.yaml b/enterprise/prometheus/7.0.44/templates/exporters/core-dns/service.yaml similarity index 100% rename from enterprise/prometheus/7.0.43/templates/exporters/core-dns/service.yaml rename to enterprise/prometheus/7.0.44/templates/exporters/core-dns/service.yaml diff --git a/enterprise/prometheus/7.0.43/templates/exporters/core-dns/servicemonitor.yaml b/enterprise/prometheus/7.0.44/templates/exporters/core-dns/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/7.0.43/templates/exporters/core-dns/servicemonitor.yaml rename to enterprise/prometheus/7.0.44/templates/exporters/core-dns/servicemonitor.yaml diff --git a/enterprise/prometheus/7.0.43/templates/exporters/kube-apiserver/servicemonitor.yaml b/enterprise/prometheus/7.0.44/templates/exporters/kube-apiserver/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/7.0.43/templates/exporters/kube-apiserver/servicemonitor.yaml rename to enterprise/prometheus/7.0.44/templates/exporters/kube-apiserver/servicemonitor.yaml diff --git a/enterprise/prometheus/7.0.43/templates/exporters/kube-controller-manager/endpoints.yaml b/enterprise/prometheus/7.0.44/templates/exporters/kube-controller-manager/endpoints.yaml similarity index 100% rename from enterprise/prometheus/7.0.43/templates/exporters/kube-controller-manager/endpoints.yaml rename to enterprise/prometheus/7.0.44/templates/exporters/kube-controller-manager/endpoints.yaml diff --git a/enterprise/prometheus/7.0.43/templates/exporters/kube-controller-manager/service.yaml b/enterprise/prometheus/7.0.44/templates/exporters/kube-controller-manager/service.yaml similarity index 100% rename from enterprise/prometheus/7.0.43/templates/exporters/kube-controller-manager/service.yaml rename to enterprise/prometheus/7.0.44/templates/exporters/kube-controller-manager/service.yaml diff --git a/enterprise/prometheus/7.0.43/templates/exporters/kube-controller-manager/servicemonitor.yaml b/enterprise/prometheus/7.0.44/templates/exporters/kube-controller-manager/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/7.0.43/templates/exporters/kube-controller-manager/servicemonitor.yaml rename to enterprise/prometheus/7.0.44/templates/exporters/kube-controller-manager/servicemonitor.yaml diff --git a/enterprise/prometheus/7.0.43/templates/exporters/kube-scheduler/endpoints.yaml b/enterprise/prometheus/7.0.44/templates/exporters/kube-scheduler/endpoints.yaml similarity index 100% rename from enterprise/prometheus/7.0.43/templates/exporters/kube-scheduler/endpoints.yaml rename to enterprise/prometheus/7.0.44/templates/exporters/kube-scheduler/endpoints.yaml diff --git a/enterprise/prometheus/7.0.43/templates/exporters/kube-scheduler/service.yaml b/enterprise/prometheus/7.0.44/templates/exporters/kube-scheduler/service.yaml similarity index 100% rename from enterprise/prometheus/7.0.43/templates/exporters/kube-scheduler/service.yaml rename to enterprise/prometheus/7.0.44/templates/exporters/kube-scheduler/service.yaml diff --git a/enterprise/prometheus/7.0.43/templates/exporters/kube-scheduler/servicemonitor.yaml b/enterprise/prometheus/7.0.44/templates/exporters/kube-scheduler/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/7.0.43/templates/exporters/kube-scheduler/servicemonitor.yaml rename to enterprise/prometheus/7.0.44/templates/exporters/kube-scheduler/servicemonitor.yaml diff --git a/enterprise/prometheus/7.0.43/templates/exporters/kubelet/servicemonitor.yaml b/enterprise/prometheus/7.0.44/templates/exporters/kubelet/servicemonitor.yaml similarity index 100% rename from enterprise/prometheus/7.0.43/templates/exporters/kubelet/servicemonitor.yaml rename to enterprise/prometheus/7.0.44/templates/exporters/kubelet/servicemonitor.yaml diff --git a/enterprise/prometheus/7.0.43/templates/prometheus/_additionalPrometheusRules.tpl b/enterprise/prometheus/7.0.44/templates/prometheus/_additionalPrometheusRules.tpl similarity index 100% rename from enterprise/prometheus/7.0.43/templates/prometheus/_additionalPrometheusRules.tpl rename to enterprise/prometheus/7.0.44/templates/prometheus/_additionalPrometheusRules.tpl diff --git a/enterprise/prometheus/7.0.43/templates/prometheus/_additionalScrapeJobs.tpl b/enterprise/prometheus/7.0.44/templates/prometheus/_additionalScrapeJobs.tpl similarity index 100% rename from enterprise/prometheus/7.0.43/templates/prometheus/_additionalScrapeJobs.tpl rename to enterprise/prometheus/7.0.44/templates/prometheus/_additionalScrapeJobs.tpl diff --git a/enterprise/prometheus/7.0.43/templates/prometheus/_prometheus.tpl b/enterprise/prometheus/7.0.44/templates/prometheus/_prometheus.tpl similarity index 100% rename from enterprise/prometheus/7.0.43/templates/prometheus/_prometheus.tpl rename to enterprise/prometheus/7.0.44/templates/prometheus/_prometheus.tpl diff --git a/enterprise/prometheus/7.0.43/templates/prometheus/_servicemonitor.tpl b/enterprise/prometheus/7.0.44/templates/prometheus/_servicemonitor.tpl similarity index 100% rename from enterprise/prometheus/7.0.43/templates/prometheus/_servicemonitor.tpl rename to enterprise/prometheus/7.0.44/templates/prometheus/_servicemonitor.tpl diff --git a/enterprise/prometheus/7.0.43/templates/prometheus/clusterrole.yaml b/enterprise/prometheus/7.0.44/templates/prometheus/clusterrole.yaml similarity index 100% rename from enterprise/prometheus/7.0.43/templates/prometheus/clusterrole.yaml rename to enterprise/prometheus/7.0.44/templates/prometheus/clusterrole.yaml diff --git a/enterprise/prometheus/7.0.43/templates/prometheus/clusterrolebinding.yaml b/enterprise/prometheus/7.0.44/templates/prometheus/clusterrolebinding.yaml similarity index 100% rename from enterprise/prometheus/7.0.43/templates/prometheus/clusterrolebinding.yaml rename to enterprise/prometheus/7.0.44/templates/prometheus/clusterrolebinding.yaml diff --git a/enterprise/prometheus/7.0.43/templates/prometheus/serviceaccount.yaml b/enterprise/prometheus/7.0.44/templates/prometheus/serviceaccount.yaml similarity index 100% rename from enterprise/prometheus/7.0.43/templates/prometheus/serviceaccount.yaml rename to enterprise/prometheus/7.0.44/templates/prometheus/serviceaccount.yaml diff --git a/enterprise/prometheus/7.0.43/values.yaml b/enterprise/prometheus/7.0.44/values.yaml similarity index 100% rename from enterprise/prometheus/7.0.43/values.yaml rename to enterprise/prometheus/7.0.44/values.yaml