We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3551eb commit ebb1bd9Copy full SHA for ebb1bd9
charts/perfectscale-agent/values.yaml
@@ -2,7 +2,7 @@ replicaCount: 1
2
image:
3
repository: public.ecr.aws/perfectscale-io/psc-exporter
4
pullPolicy: Always
5
- tag: "v1.0.41"
+ tag: "v1.0.42"
6
initContainer:
7
8
repository: public.ecr.aws/perfectscale-io/alpine
@@ -174,6 +174,8 @@ kube-state-metrics:
174
- statefulsets
175
- storageclasses
176
- volumeattachments
177
+ - limitranges
178
+ - resourcequotas
179
resources:
180
requests:
181
cpu: 200m
0 commit comments