Skip to content

Commit c9a5058

Browse files
author
github-actions
committed
Update perfectscale-agent chart with new package version v1.0.51
1 parent e136890 commit c9a5058

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

charts/perfectscale-agent/templates/clusterrole.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ rules:
1313
- ""
1414
resources:
1515
- pods
16+
- pods/proxy
1617
- nodes
1718
- nodes/proxy
1819
- replicationcontrollers

charts/perfectscale-agent/templates/deployment.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ spec:
100100
value: "{{ .Values.settings.clusterResilienceLevel }}"
101101
- name: CLUSTER_OPTIMIZATION_POLICY
102102
value: "{{ .Values.settings.clusterOptimizationPolicy }}"
103+
- name: OPTIMIZATION_POLICY_TIME_WINDOW
104+
value: "{{ .Values.settings.optimizationPolicyTimeWindow }}"
103105
- name: DEMO_ENV_ADDRESS
104106
value: "{{ .Values.settings.demoEnvAddress }}"
105107
- name: ENABLE_PPROF
@@ -163,6 +165,8 @@ spec:
163165
value: "{{ .Values.settings.windowsExporterLabelSelector | default "app.kubernetes.io/name=prometheus-windows-exporter" }}"
164166
- name: WINDOWS_EXPORTER_PORT
165167
value: "{{ .Values.settings.windowsExporterPort | default "9182" }}"
168+
- name: WINDOWS_EXPORTER_ENABLED
169+
value: "{{ .Values.settings.windowsExporterEnabled | default false }}"
166170
{{- end }}
167171
ports:
168172
- name: http

charts/perfectscale-agent/values.yaml

+2-1
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.50"
5+
tag: "v1.0.51"
66
initContainer:
77
image:
88
repository: public.ecr.aws/perfectscale-io/alpine
@@ -32,6 +32,7 @@ settings:
3232
clusterResilienceLevel: "medium"
3333
# supported optimization policies: MaxSavings, Balanced, ExtraHeadroom, MaxHeadroom
3434
clusterOptimizationPolicy: "Balanced"
35+
optimizationPolicyTimeWindow: ""
3536
clusterName: ""
3637
collectorNumWorkers: "4"
3738
# ksmAddress: "http://kube-state-metrics:8080"

0 commit comments

Comments
 (0)