Skip to content

Commit 8845bb7

Browse files
authored
chore(perses): bump version to 0.1.9 and update Perses chart and plugin versions (#585)
* chore(release): bump version to 0.1.9 and update service URL format Signed-off-by: IB Akshay <akshay.iyyadurai.balasundaram@sap.com> * chore(perses): update perses chart and plugin versions to 0.9.0 Signed-off-by: IB Akshay <akshay.iyyadurai.balasundaram@sap.com> --------- Signed-off-by: IB Akshay <akshay.iyyadurai.balasundaram@sap.com>
1 parent ed75d10 commit 8845bb7

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

perses/charts/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: perses
33
repository: https://perses.github.io/helm-charts
4-
version: 0.8.0
5-
digest: sha256:71ed64621b8c8544650d293a995bcdeb9c8e6d30ca93cd5ddbd86f6444ec4149
6-
generated: "2025-01-21T13:55:29.184866+01:00"
4+
version: 0.9.0
5+
digest: sha256:aca052c85836ed2513c135fbc560d46f06d701bea7fecb5c73e6ce8bdc79897f
6+
generated: "2025-01-22T12:53:05.295495+01:00"

perses/charts/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.8.0
6+
version: 0.9.0
77
appVersion: "v0.50.0"
88
maintainers:
99
- name: richardtief
@@ -18,5 +18,5 @@ keywords:
1818
dependencies:
1919
- name: perses
2020
repository: https://perses.github.io/helm-charts
21-
version: 0.8.0
21+
version: 0.9.0
2222

-13.6 KB
Binary file not shown.
13.7 KB
Binary file not shown.

perses/charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ perses:
105105
annotations: {}
106106

107107
# With this config, the Perses app will be served with the path <api_prefix>/api
108-
api_prefix: "/"
108+
# api_prefix: "/perses"
109109

110110
security:
111111
# -- Configure Perses instance as readonly

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.2.0
6+
version: 0.3.0
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.8.0'
14+
version: '0.9.0'
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"

0 commit comments

Comments
 (0)