Skip to content

Commit f8fedde

Browse files
author
github-actions
committed
Update perfectscale-agent chart with new package version v0.0.29
1 parent 5562413 commit f8fedde

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

charts/perfectscale-agent/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ dependencies:
99
- name: kube-state-metrics
1010
version: "4.16.0"
1111
repository: https://prometheus-community.github.io/helm-charts
12+
condition: kube-state-metrics.enabled

charts/perfectscale-agent/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spec:
9999
- name: "KSM_METRICS_PORT"
100100
value: "{{ .Values.settings.scraper.ksmMetricsPort }}"
101101
- name: "LABEL_SELECTOR"
102-
value: "{{ .Values.settings.scraper.labelSelector }}}"
102+
value: "{{ .Values.settings.scraper.labelSelector }}"
103103
- name: "FIELD_SELECTOR"
104104
value: "{{ .Values.settings.scraper.fieldSelector }}"
105105
- name: "SCRAPE_EXTERNAL_KSM"

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.28"
5+
tag: "v0.0.29"
66
settings:
77
serviceId: "psc-exporter"
88
env: "prod"
@@ -93,6 +93,7 @@ serviceMonitor:
9393
# labels:
9494
# prometheus: kube-prometheus
9595
kube-state-metrics:
96+
enabled: true
9697
containerSecurityContext:
9798
allowPrivilegeEscalation: false
9899
seccompProfile:

0 commit comments

Comments
 (0)