We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533c55a commit 3fa6c74Copy full SHA for 3fa6c74
charts/perfectscale-agent/templates/priorityclass.yaml
@@ -5,6 +5,8 @@ apiVersion: scheduling.k8s.io/v1
5
kind: PriorityClass
6
metadata:
7
name: {{ .Values.priorityClass.name }}
8
+ annotations:
9
+ "helm.sh/hook": pre-install,pre-upgrade
10
value: {{ .Values.priorityClass.value | default "1000000" }}
11
preemptionPolicy: {{ .Values.priorityClass.preemptionpolicy | default "PreemptLowerPriority" }}
12
globalDefault: false
charts/perfectscale-agent/values.yaml
@@ -2,7 +2,7 @@ replicaCount: 1
2
image:
3
repository: public.ecr.aws/perfectscale-io/psc-exporter
4
pullPolicy: Always
- tag: "v1.0.12"
+ tag: "v1.0.13"
settings:
deployKubeStateMetrics: true
serviceId: "psc-exporter"
0 commit comments