Skip to content

Commit

Permalink
Merge pull request #53 from empathyco/feat/improve
Browse files Browse the repository at this point in the history
fix: fix templates
  • Loading branch information
jmsantorum authored May 6, 2024
2 parents 5cbe894 + bf24bc9 commit f2b734c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/motive-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: A Helm chart for Kubernetes

type: application

version: 2.0.5
version: 2.0.6

appVersion: "1.0.0"
2 changes: 1 addition & 1 deletion charts/motive-service/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# motive-service

![Version: 2.0.5](https://img.shields.io/badge/Version-2.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
![Version: 2.0.6](https://img.shields.io/badge/Version-2.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down
18 changes: 9 additions & 9 deletions charts/motive-service/templates/slos-latency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ metadata:
name: {{ include "motive-service.fullname" $ }}-latency-{{ .name | required "slos.name is required." }}
labels:
prometheus: k8s
role: alert-rules
release: prometheus
pyrra.dev/team: {{ .team | default "motive" }}
{{- with .slackChannel }}
pyrra.dev/slack_channel: {{ . }}
{{- end }}
{{- with .extraLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
role: alert-rules
release: prometheus
pyrra.dev/team: {{ .team | default "motive" }}
{{- with .slackChannel }}
pyrra.dev/slack_channel: {{ . }}
{{- end }}
{{- with .extraLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
{{- $alerting := .alerting | default (dict) }}
alerting:
Expand Down

0 comments on commit f2b734c

Please sign in to comment.