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

fix: update helm chart kube-prometheus-stack to 41.7.3 #2043

Merged
merged 1 commit into from
Nov 3, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2022

Mend Renovate

This PR contains the following updates:

Package Update Change
kube-prometheus-stack (source) patch 41.7.2 -> 41.7.3

⚠ 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.7.3

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 - "after 1am and before 5am" in timezone America/Detroit, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from h3mmy as a code owner November 3, 2022 05:32
@renovate
Copy link
Contributor Author

renovate bot commented Nov 3, 2022

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@bloopy-boi bloopy-boi bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Nov 3, 2022
@bloopy-boi
Copy link
Contributor

bloopy-boi bot commented Nov 3, 2022

Path: cluster/apps/monitoring/kube-prometheus-stack/helm-release.yaml
Version: 41.7.2 -> 41.7.3

@@ -35521,6 +35521,10 @@
 resources:
 - jobs
 verbs: ["list", "watch"]
+ - apiGroups: ["coordination.k8s.io"]
+ resources:
+ - leases
+ verbs: ["list", "watch"]
 - apiGroups: [""]
 resources:
 - limitranges
@@ -36113,7 +36117,7 @@
 - name: kube-state-metrics
 args:
 - --port=8080
- - --resources=certificatesigningrequests,configmaps,cronjobs,daemonsets,deployments,endpoints,horizontalpodautoscalers,ingresses,jobs,limitranges,mutatingwebhookconfigurations,namespaces,networkpolicies,nodes,persistentvolumeclaims,persistentvolumes,poddisruptionbudgets,pods,replicasets,replicationcontrollers,resourcequotas,secrets,services,statefulsets,storageclasses,validatingwebhookconfigurations,volumeattachments
+ - --resources=certificatesigningrequests,configmaps,cronjobs,daemonsets,deployments,endpoints,horizontalpodautoscalers,ingresses,jobs,leases,limitranges,mutatingwebhookconfigurations,namespaces,networkpolicies,nodes,persistentvolumeclaims,persistentvolumes,poddisruptionbudgets,pods,replicasets,replicationcontrollers,resourcequotas,secrets,services,statefulsets,storageclasses,validatingwebhookconfigurations,volumeattachments
 - --metric-labels-allowlist=persistentvolumeclaims=[*]
 imagePullPolicy: IfNotPresent
 image: "registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.6.0"

@bloopy-boi
Copy link
Contributor

bloopy-boi bot commented Nov 3, 2022

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.36s
✅ YAML prettier 2 0 0 0.72s
✅ YAML yamllint 2 0 0.28s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@renovate renovate bot merged commit 948320e into main Nov 3, 2022
@renovate renovate bot deleted the renovate/kube-prometheus-stack-41.7.x branch November 3, 2022 05:34
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/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants