Skip to content

Commit 4b99fb8

Browse files
author
github-actions
committed
Update perfectscale-agent chart with new package version v1.0.15
1 parent 765b364 commit 4b99fb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/perfectscale-agent/values.yaml

Lines changed: 3 additions & 3 deletions
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.14"
5+
tag: "v1.0.15"
66
settings:
77
deployKubeStateMetrics: true
88
serviceId: "psc-exporter"
@@ -82,8 +82,8 @@ containerSecurityContext:
8282
## Pod Priority
8383
## Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
8484
priorityClass:
85-
enabled: true
86-
create: true
85+
enabled: false
86+
create: false
8787
name: perfectscale-exporter
8888
preemptionpolicy: PreemptLowerPriority
8989
value: '1000000'

0 commit comments

Comments
 (0)