Skip to content

Commit

Permalink
[dev-v2.8] rancher-monitoring image bumps (#4523)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbiers authored Oct 3, 2024
1 parent b9aaddf commit bc9db23
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ topologySpreadConstraints: []

image:
repository: rancher/mirrored-prometheus-adapter-prometheus-adapter
tag: v0.10.0
tag: v0.12.0
pullPolicy: IfNotPresent

logLevel: 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3206,7 +3206,7 @@ prometheusOperator:
enabled: true
image:
repository: rancher/mirrored-ingress-nginx-kube-webhook-certgen
tag: v20221220-controller-v1.5.1-58-g787ea74b6
tag: v1.4.3
sha: ""
pullPolicy: IfNotPresent
resources: {}
Expand Down
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17527,7 +17527,7 @@ entries:
catalog.cattle.io/upstream-version: 57.0.3
apiVersion: v2
appVersion: v0.72.0
created: "2024-10-01T11:57:50.544881-04:00"
created: "2024-10-03T13:31:41.357872725-04:00"
dependencies:
- condition: grafana.enabled
name: grafana
Expand Down Expand Up @@ -17599,7 +17599,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: b38cce01c4055201db4d8e88b357608e6f234371dd88c67358cc90cc1e2a114d
digest: 5843e402a890ecf54198c6101f78516e8235c0273304bf1b4a4fe267002a667c
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 @@ -1049,16 +1049,18 @@
sha: ""
pullPolicy: IfNotPresent

@@ -2409,8 +3205,7 @@
@@ -2409,9 +3205,8 @@
patch:
enabled: true
image:
- registry: registry.k8s.io
- repository: ingress-nginx/kube-webhook-certgen
- tag: v20221220-controller-v1.5.1-58-g787ea74b6
+ repository: rancher/mirrored-ingress-nginx-kube-webhook-certgen
tag: v20221220-controller-v1.5.1-58-g787ea74b6
+ tag: v1.4.3
sha: ""
pullPolicy: IfNotPresent
resources: {}
@@ -2647,13 +3442,13 @@

## Resource limits & requests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- charts-original/values.yaml
+++ charts/values.yaml
@@ -1,9 +1,16 @@
@@ -1,10 +1,17 @@
+# Default values for k8s-prometheus-adapter..
+global:
+ cattle:
Expand All @@ -14,7 +14,9 @@

image:
- repository: registry.k8s.io/prometheus-adapter/prometheus-adapter
- tag: v0.10.0
+ repository: rancher/mirrored-prometheus-adapter-prometheus-adapter
tag: v0.10.0
+ tag: v0.12.0
pullPolicy: IfNotPresent

logLevel: 4

0 comments on commit bc9db23

Please sign in to comment.