Skip to content

Commit a2cf7d2

Browse files
authored
fix(perses) plugindefinition property path (#586)
* chore(release): bump version to 0.1.9 and update service URL format Signed-off-by: IB Akshay <akshay.iyyadurai.balasundaram@sap.com> * fix(perses): plugindefinition property Signed-off-by: IB Akshay <akshay.iyyadurai.balasundaram@sap.com> --------- Signed-off-by: IB Akshay <akshay.iyyadurai.balasundaram@sap.com>
1 parent 8845bb7 commit a2cf7d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-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.9.0
6+
version: 0.9.1
77
appVersion: "v0.50.0"
88
maintainers:
99
- name: richardtief

perses/plugindefinition.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ kind: PluginDefinition
33
metadata:
44
name: perses
55
spec:
6-
version: 0.3.0
6+
version: 0.3.1
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.9.0'
14+
version: '0.9.1'
1515
options:
1616
- default: true
1717
description: "Deploys a sidecar container to watch all configmaps in the cluster and filters out the ones with a label `perses.dev/resource: true`. The files defined in those configmaps are written to a folder and this folder is accessed by Perses. Changes to the configmaps are continuously monitored and reflected in Perses within 10 seconds"
1818
name: perses.sidecar.enabled
1919
required: true
2020
type: bool
2121
- description: "With this config, the Perses app will be served with the path <api_prefix>/api"
22-
name: perses.api_prefix
22+
name: perses.config.api_prefix
2323
required: false
2424
type: string
2525
- description: "The image version of the Perses app. If not provided, the latest version will be used"

0 commit comments

Comments
 (0)