generated from onedr0p/cluster-template
-
-
Notifications
You must be signed in to change notification settings - Fork 6
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!: update helm chart kube-prometheus-stack to 41.0.0 #1640
Merged
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
bloopy-boi
bot
added
renovate/helm
type/major
size/XS
Denotes a PR that changes 0-9 lines, ignoring generated files.
area/cluster
Changes made in the cluster directory
labels
Oct 11, 2022
Path: @@ -36164,17 +36164,17 @@
spec:
containers:
- name: kube-prometheus-stack
- image: "quay.io/prometheus-operator/prometheus-operator:v0.59.2"
+ image: "quay.io/prometheus-operator/prometheus-operator:v0.60.1"
imagePullPolicy: "IfNotPresent"
args:
- --kubelet-service=kube-system/prometheus-kubelet
- --localhost=127.0.0.1
- - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.59.2
+ - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.60.1
- --config-reloader-cpu-request=200m
- --config-reloader-cpu-limit=200m
- --config-reloader-memory-request=50Mi
- --config-reloader-memory-limit=50Mi
- - --thanos-default-base-image=quay.io/thanos/thanos:v0.28.0
+ - --thanos-default-base-image=quay.io/thanos/thanos:v0.28.1
- --web.enable-tls=true
- --web.cert-file=/cert/cert
- --web.key-file=/cert/key
@@ -36292,8 +36292,8 @@
port: http-web
pathPrefix: "/"
apiVersion: v2
- image: "quay.io/prometheus/prometheus:v2.39.0"
- version: v2.39.0
+ image: "quay.io/prometheus/prometheus:v2.39.1"
+ version: v2.39.1
externalUrl: http://prometheus-prometheus.default:9090
paused: false
replicas: 1
@@ -37622,7 +37622,7 @@
expr: |-
sum by (namespace, pod, cluster) (
max by(namespace, pod, cluster) (
- kube_pod_status_phase{job="kube-state-metrics", namespace=~".*", phase=~"Pending|Unknown"}
+ kube_pod_status_phase{job="kube-state-metrics", namespace=~".*", phase=~"Pending|Unknown|Failed"}
) Dockerfiles LICENSE README.md SECURITY.md Taskfile.yml charts cluster configure.sh container_images_in_use.txt container_images_with_arm64.txt container_images_without_arm64.txt default docs fix-crd.sh k8s mkdocs.yaml package.json provision static on(namespace, pod, cluster) group_left(owner_kind) topk by(namespace, pod, cluster) (
1, max by(namespace, pod, owner_kind, cluster) (kube_pod_owner{owner_kind!="Job"})
)
@@ -38087,6 +38087,7 @@
runbook_url: https://runbooks.prometheus-operator.dev/runbooks/kubernetes/kubeclientcertificateexpiration
summary: Client certificate is about to expire.
expr: apiserver_client_certificate_expiration_seconds_count{job="apiserver"} > 0 and on(job) histogram_quantile(0.01, sum by (job, le) (rate(apiserver_client_certificate_expiration_seconds_bucket{job="apiserver"}[5m]))) < 604800
+ for: 5m
labels:
severity: warning
- alert: KubeClientCertificateExpiration
@@ -38095,6 +38096,7 @@
runbook_url: https://runbooks.prometheus-operator.dev/runbooks/kubernetes/kubeclientcertificateexpiration
summary: Client certificate is about to expire.
expr: apiserver_client_certificate_expiration_seconds_count{job="apiserver"} > 0 and on(job) histogram_quantile(0.01, sum by (job, le) (rate(apiserver_client_certificate_expiration_seconds_bucket{job="apiserver"}[5m]))) < 86400
+ for: 5m
labels:
severity: critical
- alert: KubeAggregatedAPIErrors |
🦙 MegaLinter status: ✅ SUCCESS
See errors details in artifact MegaLinter reports on CI Job page |
bloopy-boi
bot
force-pushed
the
renovate/kube-prometheus-stack-41.x
branch
from
October 11, 2022 22:30
1ca0059
to
65be0a0
Compare
renovate
bot
force-pushed
the
renovate/kube-prometheus-stack-41.x
branch
4 times, most recently
from
October 12, 2022 20:00
7a7e8f4
to
ae68414
Compare
Signed-off-by: Zee Aslam <[email protected]>
renovate
bot
force-pushed
the
renovate/kube-prometheus-stack-41.x
branch
from
October 13, 2022 19:32
ae68414
to
a3867a9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/cluster
Changes made in the cluster directory
renovate/helm
size/XS
Denotes a PR that changes 0-9 lines, ignoring generated files.
type/major
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:
40.5.0
->41.0.0
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
prometheus-community/helm-charts
v41.0.0
Compare Source
kube-prometheus-stack collects Kubernetes manifests, 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.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.
This PR has been generated by Renovate Bot.