File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ type: application
1919# This is the chart version. This version number should be incremented each time you make changes
2020# to the chart and its templates, including the app version.
2121# Versions are expected to follow Semantic Versioning (https://semver.org/)
22- version : 0.4.1
22+ version : 0.4.2
2323
2424# This is the version number of the application being deployed. This version number should be
2525# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 22apiVersion : monitoring.coreos.com/v1
33kind : ServiceMonitor
44metadata :
5- name : atuin
5+ name : {{ include " atuin.fullname" . }}
66spec :
77 endpoints :
88 - interval : 60s
99 path : /metrics
1010 port : metrics
1111 selector :
1212 matchLabels :
13- app.kubernetes.io/instance : atuin
14- app.kubernetes.io/name : atuin
13+ {{- include "atuin.selectorLabels" . | nindent 6 }}
1514{{- end}}
You can’t perform that action at this time.
0 commit comments