Skip to content

Commit 2e389e2

Browse files
authored
fix perses label (#1187)
1 parent 48cabb6 commit 2e389e2

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

perses/charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: perses
33
description: A Helm chart for Perses
44
icon: https://avatars.githubusercontent.com/u/77209215?s=200&v=4
55
type: application
6-
version: 0.14.13
6+
version: 0.14.14
77
maintainers:
88
- name: richardtief
99
- name: ibakshay

perses/charts/templates/_helper.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{{- define "perses.labels" -}}
22
plugindefinition: perses
3-
plugin: {{ .Release.Name }}
43
app.kubernetes.io/managed-by: {{ .Release.Service }}
54
{{- if .Values.global.commonLabels }}
65
{{ tpl (toYaml .Values.global.commonLabels) . }}

perses/plugindefinition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ kind: PluginDefinition
33
metadata:
44
name: perses
55
spec:
6-
version: 0.8.13
6+
version: 0.8.14
77
displayName: Perses
88
description: "Perses is a dashboard tooling to visualize metrics and traces produced by observability tools such as Prometheus/Thanos/Jaeger"
99
docMarkDownUrl: https://raw.githubusercontent.com/cloudoperators/greenhouse-extensions/main/perses/README.md
1010
icon: https://raw.githubusercontent.com/cloudoperators/greenhouse-extensions/main/perses/logo.png
1111
helmChart:
1212
name: perses
1313
repository: oci://ghcr.io/cloudoperators/greenhouse-extensions/charts
14-
version: 0.14.13
14+
version: 0.14.14
1515
options:
1616
- description: "The image version of the Perses app. If not provided, the latest version will be used"
1717
name: perses.image.version

0 commit comments

Comments
 (0)