Skip to content

Commit

Permalink
Update perfectscale-agent chart with new package version v1.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 23, 2024
1 parent ebc99e5 commit 7b50b0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions charts/perfectscale-agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ spec:
value: "{{ include "helm.exporter.clusterUID" . }}"
- name: CLUSTER_RESILIENCE_LEVEL
value: "{{ .Values.settings.clusterResilienceLevel }}"
- name: CLUSTER_OPTIMIZATION_POLICY
value: "{{ .Values.settings.clusterOptimizationPolicy }}"
- name: DEMO_ENV_ADDRESS
value: "{{ .Values.settings.demoEnvAddress }}"
- name: ENABLE_PPROF
Expand Down
5 changes: 4 additions & 1 deletion charts/perfectscale-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1
image:
repository: public.ecr.aws/perfectscale-io/psc-exporter
pullPolicy: Always
tag: "v1.0.42"
tag: "v1.0.43"
initContainer:
image:
repository: public.ecr.aws/perfectscale-io/alpine
Expand All @@ -28,7 +28,10 @@ settings:
podRegex: ""
containerRegex: ""
# supported resilience levels: low, medium, high, highest
# deprecated field since we introduced the clusterOptimizationPolicy
clusterResilienceLevel: "medium"
# supported optimization policies: MaxSavings, Balanced, ExtraHeadroom, MaxHeadroom
clusterOptimizationPolicy: "Balanced"
clusterName: ""
collectorNumWorkers: "4"
# ksmAddress: "http://kube-state-metrics:8080"
Expand Down

0 comments on commit 7b50b0f

Please sign in to comment.