File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name: slo-reporting
3
3
description: Excel compatible SLO reporting tool for Prometheus / Pyrra.
4
4
type: application
5
- version: "0.3.31 "
6
- appVersion: "0.3.31 "
5
+ version: "0.3.32 "
6
+ appVersion: "0.3.32 "
7
7
#----
8
8
keywords:
9
9
- colenio
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ metadata:
6
6
name: {{ include "slo-reporting.fullname" $ }}-update
7
7
labels:
8
8
{{- include "slo-reporting.labels" $ | nindent 4 }}
9
+ app.kubernetes.io/name: {{ .Release.Name }}-update
10
+ app.kubernetes.io/instance: {{ .Release.Name }}-update
9
11
spec:
10
12
concurrencyPolicy: Forbid
11
13
schedule: "{{ .schedule }}"
14
16
template:
15
17
metadata:
16
18
labels:
17
- {{- include "slo-reporting.labels" $ | nindent 12 }}
19
+ app.kubernetes.io/name: {{ .Release.Name }}-update
20
+ app.kubernetes.io/instance: {{ .Release.Name }}-update
18
21
spec:
19
22
restartPolicy: Never
20
23
containers:
26
29
- 'POST'
27
30
- 'http://{{ include "slo-reporting.fullname" $ }}:{{ $.Values.service.port }}/api/slo/_update'
28
31
{{- end }}
29
- {{- end }}
32
+ {{- end }}
You can’t perform that action at this time.
0 commit comments