Skip to content
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(helm)!: Update chart kube-prometheus-stack ( 62.7.0 → 63.0.0 ) #7231

Merged
merged 3 commits into from
Sep 27, 2024

Conversation

lab-assistant[bot]
Copy link
Contributor

@lab-assistant lab-assistant bot commented Sep 26, 2024

This PR contains the following updates:

Package Update Change
kube-prometheus-stack (source) major 62.7.0 -> 63.0.0

Release Notes

prometheus-community/helm-charts (kube-prometheus-stack)

v63.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.

What's Changed

New Contributors

Full Changelog: prometheus-community/helm-charts@prometheus-conntrack-stats-exporter-0.5.11...kube-prometheus-stack-63.0.0


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

bjw-s and others added 2 commits September 26, 2024 18:48
| datasource | package               | from   | to     |
| ---------- | --------------------- | ------ | ------ |
| helm       | kube-prometheus-stack | 62.7.0 | 63.0.0 |
@lab-assistant lab-assistant bot added renovate/helm type/major Issue relates to a major version bump area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster labels Sep 26, 2024
@lab-assistant
Copy link
Contributor Author

lab-assistant bot commented Sep 26, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@bjw-s-labs bjw-s-labs deleted a comment from lab-assistant bot Sep 27, 2024
@bjw-s-labs bjw-s-labs deleted a comment from lab-assistant bot Sep 27, 2024
@lab-assistant
Copy link
Contributor Author

lab-assistant bot commented Sep 27, 2024

--- kubernetes/main/apps/monitoring/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack HelmRelease: monitoring/kube-prometheus-stack

+++ kubernetes/main/apps/monitoring/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack HelmRelease: monitoring/kube-prometheus-stack

@@ -14,13 +14,13 @@

       chart: kube-prometheus-stack
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: prometheus-community
         namespace: flux-system
-      version: 62.7.0
+      version: 63.0.0
   install:
     crds: Skip
   interval: 30m
   timeout: 15m
   upgrade:
     crds: Skip
@@ -90,27 +90,32 @@

           port: 9093
         enableAdminAPI: true
         enableFeatures:
         - auto-gomaxprocs
         - memory-snapshot-on-shutdown
         - new-service-discovery-manager
-        podMonitorSelectorNilUsesHelmValues: false
-        probeSelectorNilUsesHelmValues: false
+        podMonitorSelector:
+          matchLabels: null
+        probeSelector:
+          matchLabels: null
         replicaExternalLabelName: __replica__
         replicas: 1
         resources:
           limits:
             memory: 2000M
           requests:
             cpu: 100m
         retention: 14d
         retentionSize: 50GB
-        ruleSelectorNilUsesHelmValues: false
-        scrapeConfigSelectorNilUsesHelmValues: false
+        ruleSelector:
+          matchLabels: null
+        scrapeConfigSelector:
+          matchLabels: null
         scrapeInterval: 1m
-        serviceMonitorSelectorNilUsesHelmValues: false
+        serviceMonitorSelector:
+          matchLabels: null
         storageSpec:
           volumeClaimTemplate:
             spec:
               resources:
                 requests:
                   storage: 55Gi

@bjw-s bjw-s merged commit 9cd2cb7 into main Sep 27, 2024
15 checks passed
@bjw-s bjw-s deleted the renovate/main-kube-prometheus-stack-63.x branch September 27, 2024 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster renovate/helm type/major Issue relates to a major version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant