Skip to content

Commit 3fa6c74

Browse files
author
github-actions
committed
Update perfectscale-agent chart with new package version v1.0.13
1 parent 533c55a commit 3fa6c74

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/perfectscale-agent/templates/priorityclass.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ apiVersion: scheduling.k8s.io/v1
55
kind: PriorityClass
66
metadata:
77
name: {{ .Values.priorityClass.name }}
8+
annotations:
9+
"helm.sh/hook": pre-install,pre-upgrade
810
value: {{ .Values.priorityClass.value | default "1000000" }}
911
preemptionPolicy: {{ .Values.priorityClass.preemptionpolicy | default "PreemptLowerPriority" }}
1012
globalDefault: false

charts/perfectscale-agent/values.yaml

Lines changed: 1 addition & 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.12"
5+
tag: "v1.0.13"
66
settings:
77
deployKubeStateMetrics: true
88
serviceId: "psc-exporter"

0 commit comments

Comments
 (0)