Skip to content

Commit 63ced73

Browse files
author
github-actions
committed
Update perfectscale-agent chart with new package version v1.0.53
1 parent 020cb56 commit 63ced73

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/perfectscale-agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ dependencies:
1313
- name: prometheus-windows-exporter
1414
version: "0.9.0"
1515
repository: https://prometheus-community.github.io/helm-charts
16-
condition: settings.windowsExporterEnabled
16+
condition: settings.deployWindowsExporter
1717
annotations:
1818
charts.openshift.io/name: exporter

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: "v1.0.52"
5+
tag: "v1.0.53"
66
initContainer:
77
image:
88
repository: public.ecr.aws/perfectscale-io/alpine
@@ -48,6 +48,7 @@ settings:
4848
httpsProxy: "" #example$ http://squid-proxy-service.default:3128
4949
noProxy: "" #example: ".cluster.local,.svc.cluster.local,172.20.0.1," the line must end with a coma, 172.20.0.1 it is KUBERNETES_SERVICE_HOST, API SERVICE
5050
windowsExporterEnabled: false
51+
deployWindowsExporter: false
5152
# windowsExporterNamespace: "perfectscale"
5253
# windowsExporterPort: "9182"
5354
# windowsExporterLabelSelector: "app.kubernetes.io/name=prometheus-windows-exporter"

0 commit comments

Comments
 (0)