Skip to content

Commit

Permalink
feat: update pgcat chart.
Browse files Browse the repository at this point in the history
  • Loading branch information
dellnoantechnp committed Dec 6, 2024
1 parent e529b51 commit df9c9ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/pgcat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
- bitnami-common
version: 2.x.x
name: pgcat
version: 0.2.8
version: 0.2.9
2 changes: 1 addition & 1 deletion charts/pgcat/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
endpoints:
- port: metrics
path: {{ .Values.serviceMonitor.metricPath | default "/metrics" }}
interval: {{ .Values.serviceMonitor.interval | default 30 }}
interval: {{ .Values.serviceMonitor.interval | default 30 | quote }}
{{- if .Values.serviceMonitor.scrapeTimeout }}
scrapeTimeout: {{ .Values.serviceMonitor.scrapeTimeout }}
{{- end }}
Expand Down

0 comments on commit df9c9ab

Please sign in to comment.