Skip to content

Commit 9945122

Browse files
author
github-actions
committed
Update perfectscale-agent chart with new package version v0.0.12
1 parent 492c354 commit 9945122

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

charts/perfectscale-agent/templates/service-monitor.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{- if .Values.serviceMonitor.create -}}
12
apiVersion: monitoring.coreos.com/v1
23
kind: ServiceMonitor
34
metadata:
@@ -15,3 +16,4 @@ spec:
1516
selector:
1617
matchLabels:
1718
{{- include "helm.selectorLabels" . | nindent 6 }}
19+
{{- end }}

charts/perfectscale-agent/values.yaml

Lines changed: 3 additions & 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: "v0.0.10"
5+
tag: "v0.0.12"
66
settings:
77
serviceId: "psc-exporter"
88
env: "prod"
@@ -64,3 +64,5 @@ serviceAccount:
6464
# The name of the service account to use.
6565
# If not set and create is true, a name is generated using the fullname template
6666
name: ""
67+
serviceMonitor:
68+
create: false

0 commit comments

Comments
 (0)