chore(deps): update container image kube-prometheus-stack to v82.8.0#3225
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update container image kube-prometheus-stack to v82.8.0#3225renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
Helm Diff
@@ -26,7 +26,7 @@
- condition: grafana.enabled
name: grafana
repository: https://grafana-community.github.io/helm-charts
- version: 11.2.2
+ version: 11.2.3
- condition: windowsMonitoring.enabled
name: prometheus-windows-exporter
repository: https://prometheus-community.github.io/helm-charts
@@ -69,4 +69,4 @@
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
type: application
-version: 82.6.0
+version: 82.8.0
@@ -501,6 +501,37 @@
# maxUnavailable: ""
unhealthyPodEvictionPolicy: AlwaysAllow
+ ## Enable vertical pod autoscaler support for Alertmanager
+ ## ref: https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler
+ ##
+ verticalPodAutoscaler:
+ enabled: false
+
+ # Recommender responsible for generating recommendation for the object.
+ # List should be empty (then the default recommender will generate the recommendation)
+ # or contain exactly one recommender.
+ # recommenders:
+ # - name: custom-recommender-performance
+
+ # List of resources that the vertical pod autoscaler can control. Defaults to cpu and memory
+ controlledResources: []
+ # Specifies which resource values should be controlled: RequestsOnly or RequestsAndLimits.
+ # controlledValues: RequestsAndLimits
+
+ # Define the max allowed resources for the pod
+ maxAllowed: {}
+ # cpu: 200m
+ # memory: 100Mi
+ # Define the min allowed resources for the pod
+ minAllowed: {}
+ # cpu: 200m
+ # memory: 100Mi
+
+ updatePolicy:
+ # Specifies whether recommended updates are applied when a Pod is started and whether recommended updates
+ # are applied during the life of a Pod. Possible values are "Off", "Initial", "Recreate", and "InPlaceOrRecreate".
+ updateMode: Recreate
+
## Alertmanager configuration directives
## ref: https://prometheus.io/docs/alerting/configuration/#configuration-file
## https://prometheus.io/webtools/alerting/routing-tree-editor/
@@ -3320,8 +3351,8 @@
# Specifies minimal number of replicas which need to be alive for VPA Updater to attempt pod eviction
# minReplicas: 1
# Specifies whether recommended updates are applied when a Pod is started and whether recommended updates
- # are applied during the life of a Pod. Possible values are "Off", "Initial", "Recreate", and "Auto".
- updateMode: Auto
+ # are applied during the life of a Pod. Possible values are "Off", "Initial", "Recreate", and "InPlaceOrRecreate".
+ updateMode: Recreate
## Prometheus-operator image
##
@@ -3679,6 +3710,37 @@
# maxUnavailable: ""
unhealthyPodEvictionPolicy: AlwaysAllow
+ ## Enable vertical pod autoscaler support for Prometheus
+ ## ref: https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler
+ ##
+ verticalPodAutoscaler:
+ enabled: false
+
+ # Recommender responsible for generating recommendation for the object.
+ # List should be empty (then the default recommender will generate the recommendation)
+ # or contain exactly one recommender.
+ # recommenders:
+ # - name: custom-recommender-performance
+
+ # List of resources that the vertical pod autoscaler can control. Defaults to cpu and memory
+ controlledResources: []
+ # Specifies which resource values should be controlled: RequestsOnly or RequestsAndLimits.
+ # controlledValues: RequestsAndLimits
+
+ # Define the max allowed resources for the pod
+ maxAllowed: {}
+ # cpu: 200m
+ # memory: 100Mi
+ # Define the min allowed resources for the pod
+ minAllowed: {}
+ # cpu: 200m
+ # memory: 100Mi
+
+ updatePolicy:
+ # Specifies whether recommended updates are applied when a Pod is started and whether recommended updates
+ # are applied during the life of a Pod. Possible values are "Off", "Initial", "Recreate", and "InPlaceOrRecreate".
+ updateMode: Recreate
+
# Ingress exposes thanos sidecar outside the cluster
thanosIngress:
enabled: false |
ac96d02 to
7c12f3e
Compare
This file contains hidden or 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
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:
82.6.0→82.8.0Release Notes
prometheus-community/helm-charts (kube-prometheus-stack)
v82.8.0Compare 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
Full Changelog: prometheus-community/helm-charts@prometheus-nginx-exporter-1.19.5...kube-prometheus-stack-82.8.0
v82.7.0Compare 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
Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-82.6.1...kube-prometheus-stack-82.7.0
v82.6.1kube-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
Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-82.6.0...kube-prometheus-stack-82.6.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.