mirror of https://git.rancher.io/charts
make charts
parent
a1493da0bd
commit
2704d539e2
Binary file not shown.
|
@ -354,11 +354,17 @@ rke2IngressNginx:
|
|||
namespaces:
|
||||
- "kube-system"
|
||||
# in the RKE2 cluster, the ingress-nginx-controller is deployed as
|
||||
# a Deployment with 1 pod when RKE2 version is <= 1.20,
|
||||
# a DaemonSet when RKE2 version is >= 1.21
|
||||
# a DaemonSet with 1 pod when RKE2 version is <= 1.20,
|
||||
# a Deployment when RKE2 version is >= 1.21
|
||||
deployment:
|
||||
enabled: false
|
||||
enabled: true
|
||||
replicas: 1
|
||||
kubeVersionOverrides:
|
||||
- constraint: "<= 1.20"
|
||||
values:
|
||||
clients:
|
||||
deployment:
|
||||
enabled: false
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -4792,7 +4792,7 @@ entries:
|
|||
catalog.cattle.io/upstream-version: 19.0.3
|
||||
apiVersion: v2
|
||||
appVersion: 0.50.0
|
||||
created: "2022-03-18T10:01:56.035276-07:00"
|
||||
created: "2022-03-25T14:07:25.545804-07:00"
|
||||
dependencies:
|
||||
- condition: grafana.enabled
|
||||
name: grafana
|
||||
|
@ -4863,7 +4863,7 @@ entries:
|
|||
description: Collects several related Helm charts, Grafana dashboards, and Prometheus
|
||||
rules combined with documentation and scripts to provide easy to operate end-to-end
|
||||
Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
|
||||
digest: c843b1a33029a918f79b69e9a64a0b68482c4afc9e326526f179af31ecbd20ae
|
||||
digest: 4d834114c7b175727ec52e3a5dfd78886533e641b51c29ef2a2b9d78b172c345
|
||||
home: https://github.com/prometheus-operator/kube-prometheus
|
||||
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
|
||||
keywords:
|
||||
|
|
Loading…
Reference in New Issue