Skip to content

Commit 7b50b0f

Browse files
author
github-actions
committed
Update perfectscale-agent chart with new package version v1.0.43
1 parent ebc99e5 commit 7b50b0f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

charts/perfectscale-agent/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ spec:
9898
value: "{{ include "helm.exporter.clusterUID" . }}"
9999
- name: CLUSTER_RESILIENCE_LEVEL
100100
value: "{{ .Values.settings.clusterResilienceLevel }}"
101+
- name: CLUSTER_OPTIMIZATION_POLICY
102+
value: "{{ .Values.settings.clusterOptimizationPolicy }}"
101103
- name: DEMO_ENV_ADDRESS
102104
value: "{{ .Values.settings.demoEnvAddress }}"
103105
- name: ENABLE_PPROF

charts/perfectscale-agent/values.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ replicaCount: 1
22
image:
33
repository: public.ecr.aws/perfectscale-io/psc-exporter
44
pullPolicy: Always
5-
tag: "v1.0.42"
5+
tag: "v1.0.43"
66
initContainer:
77
image:
88
repository: public.ecr.aws/perfectscale-io/alpine
@@ -28,7 +28,10 @@ settings:
2828
podRegex: ""
2929
containerRegex: ""
3030
# supported resilience levels: low, medium, high, highest
31+
# deprecated field since we introduced the clusterOptimizationPolicy
3132
clusterResilienceLevel: "medium"
33+
# supported optimization policies: MaxSavings, Balanced, ExtraHeadroom, MaxHeadroom
34+
clusterOptimizationPolicy: "Balanced"
3235
clusterName: ""
3336
collectorNumWorkers: "4"
3437
# ksmAddress: "http://kube-state-metrics:8080"

0 commit comments

Comments
 (0)