Skip to content

Commit 055ade1

Browse files
author
github-actions
committed
Update perfectscale-agent chart with new package version v0.0.43
1 parent 712626d commit 055ade1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

charts/perfectscale-agent/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ spec:
118118
value: "{{ .Values.settings.collectorNumWorkers }}"
119119
- name: "KSM_IMAGE_NAME"
120120
value: "{{ .Values.settings.scraper.ksmImageName }}"
121+
- name: "CLUSTER_NAME"
122+
value: "{{ .Values.settings.clusterName }}"
121123
ports:
122124
- name: http
123125
containerPort: 8080

charts/perfectscale-agent/values.yaml

Lines changed: 2 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: "v0.0.42"
5+
tag: "v0.0.43"
66
settings:
77
deployKubeStateMetrics: true
88
serviceId: "psc-exporter"
@@ -22,6 +22,7 @@ settings:
2222
enablePProf: false
2323
# supported resilience levels: low, medium, high, highest
2424
clusterResilienceLevel: "medium"
25+
clusterName: ""
2526
collectorNumWorkers: "4"
2627
# ksmAddress: "http://kube-state-metrics:8080"
2728
scraper:

0 commit comments

Comments
 (0)