Skip to content

Commit

Permalink
Update perfectscale-agent chart with new package version v0.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 12, 2023
1 parent a4128e6 commit c277cf7
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -76,6 +76,8 @@ spec:
value: "{{ .Values.settings.policyRefreshPct | default "0.5" }}"
- name: CLUSTER_UID
value: "{{ include "helm.exporter.clusterUID" . }}"
- name: CLUSTER_RESILIENCE_LEVEL
value: "{{ .Values.settings.clusterResilienceLevel }}"
- name: DEMO_ENV_ADDRESS
value: "{{ .Values.settings.demoEnvAddress }}"
- name: ENABLE_PPROF
Expand Down
4 changes: 3 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: "v0.0.35"
tag: "v0.0.36"
settings:
deployKubeStateMetrics: true
serviceId: "psc-exporter"
Expand All @@ -18,6 +18,8 @@ settings:
k8sClientBurst: "150"
k8sClientQPS: "100"
enablePProf: false
# supported resilience levels: low, medium, high, highest
clusterResilienceLevel: "medium"
collectorNumWorkers: "4"
# ksmAddress: "http://kube-state-metrics:8080"
scraper:
Expand Down

0 comments on commit c277cf7

Please sign in to comment.