Skip to content

Commit e6cf49a

Browse files
dowstersimonswine
andauthored
fix: change settings.v1.SettingsService pathType to work with grafana (#4292)
* fix: make ingress PathType configurable via `values.yaml` * Run code generate `make helm/check helm/docs` --------- Co-authored-by: Christian Simon <[email protected]>
1 parent c731377 commit e6cf49a

File tree

8 files changed

+118
-115
lines changed

8 files changed

+118
-115
lines changed

operations/pyroscope/helm/pyroscope/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: pyroscope
33
description: 🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system
44
home: https://grafana.com/oss/pyroscope/
55
type: application
6-
version: 1.14.0
6+
version: 1.14.1
77
appVersion: 1.14.0
88
dependencies:
99
- name: grafana-agent

operations/pyroscope/helm/pyroscope/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pyroscope
22

3-
![Version: 1.14.0](https://img.shields.io/badge/Version-1.14.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.14.0](https://img.shields.io/badge/AppVersion-1.14.0-informational?style=flat-square)
3+
![Version: 1.14.1](https://img.shields.io/badge/Version-1.14.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.14.0](https://img.shields.io/badge/AppVersion-1.14.0-informational?style=flat-square)
44

55
🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system
66

@@ -27,6 +27,7 @@
2727
| alloy | object | `{"alloy":{"clustering":{"enabled":true},"configMap":{"create":false,"name":"alloy-config-pyroscope"},"stabilityLevel":"public-preview"},"controller":{"podAnnotations":{"profiles.grafana.com/cpu.port_name":"http-metrics","profiles.grafana.com/cpu.scrape":"true","profiles.grafana.com/goroutine.port_name":"http-metrics","profiles.grafana.com/goroutine.scrape":"true","profiles.grafana.com/memory.port_name":"http-metrics","profiles.grafana.com/memory.scrape":"true","profiles.grafana.com/service_git_ref":"v1.8.1","profiles.grafana.com/service_repository":"https://github.com/grafana/alloy"},"replicas":1,"type":"statefulset"},"enabled":true}` | ----------------------------------- |
2828
| ingress.className | string | `""` | |
2929
| ingress.enabled | bool | `false` | |
30+
| ingress.pathType | string | `"ImplementationSpecific"` | |
3031
| minio | object | `{"buckets":[{"name":"grafana-pyroscope-data","policy":"none","purge":false}],"drivesPerNode":2,"enabled":false,"persistence":{"size":"5Gi"},"podAnnotations":{},"replicas":1,"resources":{"requests":{"cpu":"100m","memory":"128Mi"}},"rootPassword":"supersecret","rootUser":"grafana-pyroscope"}` | ----------------------------------- |
3132
| pyroscope.affinity | object | `{}` | |
3233
| pyroscope.cluster_domain | string | `".cluster.local."` | Kubernetes cluster domain suffix for DNS discovery |

0 commit comments

Comments
 (0)