Minor version bump for prometheus-stack, remove default CPU limit
This commit is contained in:
parent
53b638da5e
commit
b6929002dc
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: kubezero-metrics
|
||||
description: KubeZero Umbrella Chart for prometheus-operator
|
||||
type: application
|
||||
version: 0.2.0
|
||||
version: 0.2.1
|
||||
home: https://kubezero.com
|
||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||
keywords:
|
||||
@ -16,7 +16,7 @@ dependencies:
|
||||
version: ">= 0.1.3"
|
||||
repository: https://zero-down-time.github.io/kubezero/
|
||||
- name: kube-prometheus-stack
|
||||
version: 10.0.1
|
||||
version: 10.1.3
|
||||
repository: https://prometheus-community.github.io/helm-charts
|
||||
- name: prometheus-adapter
|
||||
version: 2.7.0
|
||||
|
@ -113,7 +113,7 @@ kube-prometheus-stack:
|
||||
cpu: "500m"
|
||||
limits:
|
||||
memory: "3Gi"
|
||||
cpu: "1000m"
|
||||
# cpu: "1000m"
|
||||
|
||||
storageSpec:
|
||||
volumeClaimTemplate:
|
||||
|
Loading…
Reference in New Issue
Block a user