Skip to content

Commit

Permalink
[dev-v2.9] rancher-monitoring fix dead-links (#3677)
Browse files Browse the repository at this point in the history
Co-authored-by: joshmeranda <joshua.meranda@gmail.com>
  • Loading branch information
joshmeranda and joshmeranda committed Apr 16, 2024
1 parent 7a6a56d commit cd0ad54
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Binary file not shown.
10 changes: 5 additions & 5 deletions charts/rancher-monitoring/104.0.0-rc1+up45.31.1/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ prometheus-adapter:
port: 9090

## RKE PushProx Monitoring
## ref: https://github.com/rancher/charts/tree/dev-v2.5-source/packages/rancher-pushprox
## ref: https://github.com/rancher/charts/tree/dev-v2.9/packages/rancher-monitoring/rancher-pushprox
##
rkeControllerManager:
enabled: false
Expand Down Expand Up @@ -126,7 +126,7 @@ rkeIngressNginx:
node-role.kubernetes.io/worker: "true"

## k3s PushProx Monitoring
## ref: https://github.com/rancher/charts/tree/dev-v2.5-source/packages/rancher-pushprox
## ref: https://github.com/rancher/charts/tree/dev-v2.9/packages/rancher-monitoring/rancher-pushprox
##
k3sServer:
enabled: false
Expand Down Expand Up @@ -177,7 +177,7 @@ hardened:
enabled: true

## KubeADM PushProx Monitoring
## ref: https://github.com/rancher/charts/tree/dev-v2.5-source/packages/rancher-pushprox
## ref: https://github.com/rancher/charts/tree/dev-v2.9/packages/rancher-monitoring/rancher-pushprox
##
kubeAdmControllerManager:
enabled: false
Expand Down Expand Up @@ -246,7 +246,7 @@ kubeAdmEtcd:
operator: "Exists"

## rke2 PushProx Monitoring
## ref: https://github.com/rancher/charts/tree/dev-v2.5-source/packages/rancher-pushprox
## ref: https://github.com/rancher/charts/tree/dev-v2.9/packages/rancher-monitoring/rancher-pushprox
##
rke2ControllerManager:
enabled: false
Expand Down Expand Up @@ -488,7 +488,7 @@ rke2IngressNginx:


## Additional PushProx Monitoring
## ref: https://github.com/rancher/charts/tree/dev-v2.5-source/packages/rancher-pushprox
## ref: https://github.com/rancher/charts/tree/dev-v2.9/packages/rancher-monitoring/rancher-pushprox
##

# hardenedKubelet can only be deployed if kubelet.enabled=true
Expand Down
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14392,7 +14392,7 @@ entries:
catalog.cattle.io/upstream-version: 45.31.1
apiVersion: v2
appVersion: v0.65.1
created: "2024-03-21T11:10:34.384358921-04:00"
created: "2024-04-15T19:52:49.592689094-04:00"
dependencies:
- condition: grafana.enabled
name: grafana
Expand Down Expand Up @@ -14464,7 +14464,7 @@ entries:
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: f032989e24b018f7f65aa547de0f18dac38c50decc53bcec2c80722ac0f3495c
digest: 5f8c23ff4def15c1f1624ba38b38dabd4fe9284da5d40d6b63b11b483c787718
home: https://github.com/prometheus-operator/kube-prometheus
icon: file://assets/logos/rancher-monitoring.png
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
+ port: 9090
+
+## RKE PushProx Monitoring
+## ref: https://github.com/rancher/charts/tree/dev-v2.5-source/packages/rancher-pushprox
+## ref: https://github.com/rancher/charts/tree/dev-v2.9/packages/rancher-monitoring/rancher-pushprox
+##
+rkeControllerManager:
+ enabled: false
Expand Down Expand Up @@ -128,7 +128,7 @@
+ node-role.kubernetes.io/worker: "true"
+
+## k3s PushProx Monitoring
+## ref: https://github.com/rancher/charts/tree/dev-v2.5-source/packages/rancher-pushprox
+## ref: https://github.com/rancher/charts/tree/dev-v2.9/packages/rancher-monitoring/rancher-pushprox
+##
+k3sServer:
+ enabled: false
Expand Down Expand Up @@ -179,7 +179,7 @@
+ enabled: true
+
+## KubeADM PushProx Monitoring
+## ref: https://github.com/rancher/charts/tree/dev-v2.5-source/packages/rancher-pushprox
+## ref: https://github.com/rancher/charts/tree/dev-v2.9/packages/rancher-monitoring/rancher-pushprox
+##
+kubeAdmControllerManager:
+ enabled: false
Expand Down Expand Up @@ -248,7 +248,7 @@
+ operator: "Exists"
+
+## rke2 PushProx Monitoring
+## ref: https://github.com/rancher/charts/tree/dev-v2.5-source/packages/rancher-pushprox
+## ref: https://github.com/rancher/charts/tree/dev-v2.9/packages/rancher-monitoring/rancher-pushprox
+##
+rke2ControllerManager:
+ enabled: false
Expand Down Expand Up @@ -490,7 +490,7 @@
+
+
+## Additional PushProx Monitoring
+## ref: https://github.com/rancher/charts/tree/dev-v2.5-source/packages/rancher-pushprox
+## ref: https://github.com/rancher/charts/tree/dev-v2.9/packages/rancher-monitoring/rancher-pushprox
+##
+
+# hardenedKubelet can only be deployed if kubelet.enabled=true
Expand Down

0 comments on commit cd0ad54

Please sign in to comment.