generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 8
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 ( 62.7.0 → 63.0.0 ) #2949
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
unhesitatingeffectivebot
bot
requested a review
from ahgraber
as a code owner
September 26, 2024 18:24
unhesitatingeffectivebot
bot
added
renovate/container
type/major
area/kubernetes
Changes made in the kubernetes directory
labels
Sep 26, 2024
--- kubernetes/apps/monitoring/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack HelmRelease: monitoring/kube-prometheus-stack
+++ kubernetes/apps/monitoring/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack HelmRelease: monitoring/kube-prometheus-stack
@@ -13,13 +13,13 @@
spec:
chart: kube-prometheus-stack
sourceRef:
kind: HelmRepository
name: prometheus-community
namespace: flux-system
- version: 62.7.0
+ version: 63.0.0
dependsOn:
- name: local-path-provisioner
namespace: kube-system
- name: rook-ceph-cluster
namespace: rook-ceph
- name: prometheus-operator-crds
@@ -143,27 +143,32 @@
cluster: home-kubernetes
podAntiAffinity: soft
podAntiAffinityTopologyKey: kubernetes.io/hostname
podMetadata:
annotations:
secret.reloader.stakater.com/reload: thanos-objstore-config
- podMonitorSelectorNilUsesHelmValues: false
- probeSelectorNilUsesHelmValues: false
+ podMonitorSelector:
+ matchLabels: null
+ probeSelector:
+ matchLabels: null
replicaExternalLabelName: __replica__
replicas: 2
resources:
limits:
memory: 1500Mi
requests:
cpu: 763m
retention: 2d
retentionSize: 8GiB
- ruleSelectorNilUsesHelmValues: false
- scrapeConfigSelectorNilUsesHelmValues: false
+ ruleSelector:
+ matchLabels: null
+ scrapeConfigSelector:
+ matchLabels: null
scrapeInterval: 1m
- serviceMonitorSelectorNilUsesHelmValues: false
+ serviceMonitorSelector:
+ matchLabels: null
storageSpec:
volumeClaimTemplate:
spec:
resources:
requests:
storage: 10Gi |
--- HelmRelease: monitoring/kube-prometheus-stack Prometheus: monitoring/kps
+++ HelmRelease: monitoring/kube-prometheus-stack Prometheus: monitoring/kps
@@ -47,28 +47,38 @@
retentionSize: 8GiB
tsdb:
outOfOrderTimeWindow: 0s
walCompression: true
routePrefix: /
serviceAccountName: kps-prometheus
- serviceMonitorSelector: {}
+ serviceMonitorSelector:
+ matchLabels:
+ release: kube-prometheus-stack
serviceMonitorNamespaceSelector: {}
- podMonitorSelector: {}
+ podMonitorSelector:
+ matchLabels:
+ release: kube-prometheus-stack
podMonitorNamespaceSelector: {}
- probeSelector: {}
+ probeSelector:
+ matchLabels:
+ release: kube-prometheus-stack
probeNamespaceSelector: {}
securityContext:
fsGroup: 2000
runAsGroup: 2000
runAsNonRoot: true
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
ruleNamespaceSelector: {}
- ruleSelector: {}
- scrapeConfigSelector: {}
+ ruleSelector:
+ matchLabels:
+ release: kube-prometheus-stack
+ scrapeConfigSelector:
+ matchLabels:
+ release: kube-prometheus-stack
scrapeConfigNamespaceSelector: {}
storage:
volumeClaimTemplate:
spec:
resources:
requests: |
ahgraber
force-pushed
the
renovate/kube-prometheus-stack-63.x
branch
from
September 30, 2024 22:04
1538177
to
f377312
Compare
ahgraber
approved these changes
Sep 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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:
62.7.0
->63.0.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
prometheus-community/helm-charts (kube-prometheus-stack)
v63.0.0
Compare Source
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 this update again.
This PR has been generated by Renovate Bot.