generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(container)!: Update kube-prometheus-stack ( 67.11.0 → 68.2.1 ) #553
Open
stimpy-bot
wants to merge
1
commit into
main
Choose a base branch
from
renovate/kube-prometheus-stack-68.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- kubernetes/apps/observability/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack HelmRelease: observability/kube-prometheus-stack
+++ kubernetes/apps/observability/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack HelmRelease: observability/kube-prometheus-stack
@@ -13,13 +13,13 @@
spec:
chart: kube-prometheus-stack
sourceRef:
kind: HelmRepository
name: prometheus-community
namespace: flux-system
- version: 67.11.0
+ version: 68.2.1
dependsOn:
- name: prometheus-operator-crds
namespace: observability
- name: openebs
namespace: storage
install: |
--- HelmRelease: observability/kube-prometheus-stack Alertmanager: observability/kube-prometheus-stack
+++ HelmRelease: observability/kube-prometheus-stack Alertmanager: observability/kube-prometheus-stack
@@ -9,14 +9,14 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/instance: kube-prometheus-stack
app.kubernetes.io/part-of: kube-prometheus-stack
release: kube-prometheus-stack
heritage: Helm
spec:
- image: quay.io/prometheus/alertmanager:v0.27.0
- version: v0.27.0
+ image: quay.io/prometheus/alertmanager:v0.28.0
+ version: v0.28.0
replicas: 1
listenLocal: false
serviceAccountName: kube-prometheus-stack-alertmanager
automountServiceAccountToken: true
externalUrl: http://alertmanager...PLACEHOLDER_SECRET_DOMAIN../
paused: false
--- HelmRelease: observability/kube-prometheus-stack ServiceMonitor: observability/kube-prometheus-stack-apiserver
+++ HelmRelease: observability/kube-prometheus-stack ServiceMonitor: observability/kube-prometheus-stack-apiserver
@@ -15,13 +15,13 @@
endpoints:
- bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
port: https
scheme: https
metricRelabelings:
- action: drop
- regex: apiserver_request_duration_seconds_bucket;(0.15|0.2|0.3|0.35|0.4|0.45|0.6|0.7|0.8|0.9|1.25|1.5|1.75|2|3|3.5|4|4.5|6|7|8|9|15|25|40|50)
+ regex: (etcd_request|apiserver_request_slo|apiserver_request_sli|apiserver_request)_duration_seconds_bucket;(0\.15|0\.2|0\.3|0\.35|0\.4|0\.45|0\.6|0\.7|0\.8|0\.9|1\.25|1\.5|1\.75|2|3|3\.5|4|4\.5|6|7|8|9|15|20|30|40|45|50)(\.0)?
sourceLabels:
- __name__
- le
tlsConfig:
caFile: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt
serverName: kubernetes
--- HelmRelease: observability/kube-prometheus-stack ServiceMonitor: observability/kube-prometheus-stack-kubelet
+++ HelmRelease: observability/kube-prometheus-stack ServiceMonitor: observability/kube-prometheus-stack-kubelet
@@ -28,12 +28,18 @@
tlsConfig:
caFile: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt
insecureSkipVerify: true
bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
honorLabels: true
honorTimestamps: true
+ metricRelabelings:
+ - action: drop
+ regex: (csi_operations|storage_operation_duration)_seconds_bucket;(0.25|2.5|15|25|120|600)(\.0)?
+ sourceLabels:
+ - __name__
+ - le
relabelings:
- action: replace
sourceLabels:
- __metrics_path__
targetLabel: metrics_path
- port: https-metrics
@@ -62,12 +68,22 @@
- __name__
- action: drop
regex: container_(file_descriptors|tasks_state|threads_max)
sourceLabels:
- __name__
- action: drop
+ regex: container_memory_failures_total;hierarchy
+ sourceLabels:
+ - __name__
+ - scope
+ - action: drop
+ regex: container_network_.*;(cali|cilium|cni|lxc|nodelocaldns|tunl).*
+ sourceLabels:
+ - __name__
+ - interface
+ - action: drop
regex: container_spec.*
sourceLabels:
- __name__
- action: drop
regex: .+;
sourceLabels: |
stimpy-bot
bot
force-pushed
the
renovate/kube-prometheus-stack-68.x
branch
7 times, most recently
from
January 18, 2025 18:08
a78c685
to
2c74a92
Compare
stimpy-bot
bot
changed the title
feat(container)!: Update kube-prometheus-stack ( 67.10.0 → 68.2.1 )
feat(container)!: Update kube-prometheus-stack ( 67.11.0 → 68.2.1 )
Jan 18, 2025
stimpy-bot
bot
force-pushed
the
renovate/kube-prometheus-stack-68.x
branch
6 times, most recently
from
January 20, 2025 04:07
4fd6495
to
243b4f2
Compare
stimpy-bot
bot
force-pushed
the
renovate/kube-prometheus-stack-68.x
branch
from
January 20, 2025 05:06
243b4f2
to
7090a50
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
67.11.0
->68.2.1
Release Notes
prometheus-community/helm-charts (kube-prometheus-stack)
v68.2.1
Compare Source
v68.2.0
Compare Source
v68.1.1
Compare Source
v68.1.0
Compare Source
v68.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.