From c277cf70ff99f793844c4f214119f8d2432143cb Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 12 Jul 2023 15:06:45 +0000 Subject: [PATCH] Update perfectscale-agent chart with new package version v0.0.36 --- charts/perfectscale-agent/templates/deployment.yaml | 2 ++ charts/perfectscale-agent/values.yaml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/perfectscale-agent/templates/deployment.yaml b/charts/perfectscale-agent/templates/deployment.yaml index 36ad9b7..b01b85c 100644 --- a/charts/perfectscale-agent/templates/deployment.yaml +++ b/charts/perfectscale-agent/templates/deployment.yaml @@ -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 diff --git a/charts/perfectscale-agent/values.yaml b/charts/perfectscale-agent/values.yaml index a7da81d..a509fb5 100644 --- a/charts/perfectscale-agent/values.yaml +++ b/charts/perfectscale-agent/values.yaml @@ -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" @@ -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: