diff --git a/charts/pyrra-service-levels/Chart.yaml b/charts/pyrra-service-levels/Chart.yaml index c43fb4a6..9860b740 100644 --- a/charts/pyrra-service-levels/Chart.yaml +++ b/charts/pyrra-service-levels/Chart.yaml @@ -3,20 +3,20 @@ apiVersion: v2 name: pyrra-service-levels description: A Helm chart for Service Level Objective by Pyrra type: application -version: 1.0.0 -appVersion: "1.0.0" +version: 1.1.0 +appVersion: "0.8.1" keywords: - - service-levels - - slo - - pyrra - - portefaix -home: https://pyrra.dev/ +- service-levels +- slo +- pyrra +- portefaix +home: https://github.com/nlamirault/portefaix-hub sources: - - https://github.com/nlamirault/portefaix-hub/tree/master/charts/pyrra-service-levels +- https://github.com/nlamirault/portefaix-hub/tree/master/charts/pyrra-service-levels icon: https://avatars.githubusercontent.com/u/98504233?s=200&v=4 maintainers: - - name: nlamirault - email: nicolas.lamirault@gmail.com +- name: nlamirault + email: nicolas.lamirault@gmail.com # https://artifacthub.io/docs/topics/annotations/helm/ annotations: @@ -33,5 +33,5 @@ annotations: fingerprint: C39918B3EBDE35C23B8D0B8E5F99269A6FCA437C url: https://keybase.io/nlamirault/pgp_keys.asc artifacthub.io/changes: | - - kind: added - description: Notes to retrieve SLO + - kind: changed + description: Remove service levels suffixes diff --git a/charts/pyrra-service-levels/templates/slo-bool.yaml b/charts/pyrra-service-levels/templates/slo-bool.yaml index aef2305e..98e0e260 100644 --- a/charts/pyrra-service-levels/templates/slo-bool.yaml +++ b/charts/pyrra-service-levels/templates/slo-bool.yaml @@ -20,7 +20,7 @@ metadata: {{- toYaml . | nindent 4 }} {{- end }} role: alert-rules - name: {{ .name }}-bool + name: {{ .name }} namespace: {{ $.Release.Namespace }} spec: {{- $alerting := .alerting | default (dict) }} diff --git a/charts/pyrra-service-levels/templates/slo-latency.yaml b/charts/pyrra-service-levels/templates/slo-latency.yaml index 3eae570a..a3d4e92d 100644 --- a/charts/pyrra-service-levels/templates/slo-latency.yaml +++ b/charts/pyrra-service-levels/templates/slo-latency.yaml @@ -20,7 +20,7 @@ metadata: {{- toYaml . | nindent 4 }} {{- end }} role: alert-rules - name: {{ .name }}-latency + name: {{ .name }} namespace: {{ $.Release.Namespace }} spec: {{- $alerting := .alerting | default (dict) }} diff --git a/charts/pyrra-service-levels/templates/slo-ratio.yaml b/charts/pyrra-service-levels/templates/slo-ratio.yaml index 64f425b5..640842ae 100644 --- a/charts/pyrra-service-levels/templates/slo-ratio.yaml +++ b/charts/pyrra-service-levels/templates/slo-ratio.yaml @@ -20,7 +20,7 @@ metadata: {{- toYaml . | nindent 4 }} {{- end }} role: alert-rules - name: {{ .name }}-ratio + name: {{ .name }} namespace: {{ $.Release.Namespace }} spec: {{- $alerting := .alerting | default (dict) }} diff --git a/charts/pyrra-service-levels/values.yaml b/charts/pyrra-service-levels/values.yaml index 1946f485..d8f1cefd 100644 --- a/charts/pyrra-service-levels/values.yaml +++ b/charts/pyrra-service-levels/values.yaml @@ -20,7 +20,7 @@ pyrra: # message: "" # team: "" # extraLabels: {} - # metric: "" + # metricSuccess: "" # metricTotal: "" # groupBy: [] # - controller @@ -39,7 +39,7 @@ pyrra: # message: "" # team: "" # extraLabels: {} - # metric: "" + # metricError: "" # metricTotal: "" # groupBy: [] # target: "99.5"