Commit daily changes

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2024-01-03 00:09:16 +00:00
parent bee4a8df9f
commit 980fedc5a3
854 changed files with 20803 additions and 20817 deletions
+31 -32
View File
@@ -1,45 +1,44 @@
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: prometheus-operator
version: 4.0.0
appVersion: 0.70.0
appVersion: latest
description: Prometheus Operator is an operator for prometheus
home: https://truecharts.org/charts/operators/prometheus-operator
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus-operator.png
deprecated: false
sources:
- https://github.com/prometheus-operator
- https://github.com/truecharts/charts/tree/master/charts/operators/prometheus-operator
- https://quay.io/prometheus-operator/prometheus-operator
- https://github.com/prometheus-operator
- https://github.com/truecharts/charts/tree/master/charts/operators/prometheus-operator
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- operator
- prometheus
- metics
- operator
- prometheus
- metics
dependencies:
- name: common
version: 17.2.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
- name: kube-prometheus-stack
version: 55.5.1
repository: https://prometheus-community.github.io/helm-charts
condition: ""
alias: "kps"
tags: []
import-values: []
- name: common
version: 17.2.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
- name: kube-prometheus-stack
version: 55.5.1
repository: https://prometheus-community.github.io/helm-charts
condition: ""
alias: kps
tags: []
import-values: []
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: operators
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: operators
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: operators
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: operators
type: application
@@ -26,36 +26,32 @@ kps:
##
crds:
enabled: true
## Manages Prometheus and Alertmanager components
##
prometheusOperator:
enabled: true
####
##
## Everything down here, explicitly disables everything BUT the operator itself
##
####
##
global:
rbac:
create: true
## Create default rules for monitoring the cluster
##
defaultRules:
create: false
windowsMonitoring:
## Deploys the windows-exporter and Windows-specific dashboards and rules (job name must be 'windows-exporter')
enabled: false
## Configuration for prometheus-windows-exporter
## ref: https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-windows-exporter
##
@@ -65,90 +61,84 @@ kps:
prometheus:
monitor:
enabled: false
## Configuration for alertmanager
## ref: https://prometheus.io/docs/alerting/alertmanager/
##
alertmanager:
## Deploy alertmanager
##
enabled: false
## Using default values from https://github.com/grafana/helm-charts/blob/main/charts/grafana/values.yaml
##
grafana:
enabled: false
## Flag to disable all the kubernetes component scrapers
##
kubernetesServiceMonitors:
enabled: false
## Component scraping the kube api server
##
kubeApiServer:
enabled: false
## Component scraping the kubelet and kubelet-hosted cAdvisor
##
kubelet:
enabled: false
## Component scraping the kube controller manager
##
kubeControllerManager:
enabled: false
## Component scraping coreDns. Use either this or kubeDns
##
coreDns:
enabled: false
## Component scraping kubeDns. Use either this or coreDns
##
kubeDns:
enabled: false
## Component scraping etcd
##
kubeEtcd:
enabled: false
## Component scraping kube scheduler
##
kubeScheduler:
enabled: false
## Component scraping kube proxy
##
kubeProxy:
enabled: false
## Component scraping kube state metrics
##
kubeStateMetrics:
enabled: false
## dontDeploy node exporter as a daemonset to all nodes
##
nodeExporter:
enabled: false
## dont Deploy a Prometheus instance
##
prometheus:
enabled: false
## Configuration for thanosRuler
## ref: https://thanos.io/tip/components/rule.md/
##
thanosRuler:
## Dont Deploy thanosRuler
##
enabled: false