File tree 3 files changed +5
-1
lines changed
charts/steadybit-extension-http
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : steadybit-extension-http
3
3
description : Steadybit action implementation to check HTTP endpoints.
4
- version : 1.0.12
4
+ version : 1.0.13
5
5
appVersion : latest
6
6
home : https://www.steadybit.com/
7
7
icon : https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
Original file line number Diff line number Diff line change 18
18
labels :
19
19
app.kubernetes.io/name : {{ include "extensionlib.names.name" . }}
20
20
{{- include "extensionlib.labels" (list .) | nindent 8 }}
21
+ {{- range $key, $value := .Values.extraLabels }}
22
+ {{ $key }}: {{ $value }}
23
+ {{- end }}
21
24
{{- with .Values.podLabels }}
22
25
{{- toYaml . | nindent 8 }}
23
26
{{- end }}
Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ manifest should match snapshot with extra labels:
195
195
labels :
196
196
app .kubernetes .io / name : steadybit - extension - http
197
197
steadybit .com / discovery - disabled : " true"
198
+ tags .datadoghq .com / service : steadybit - extension
198
199
spec :
199
200
containers :
200
201
- env :
You can’t perform that action at this time.
0 commit comments