Skip to content

Commit 5db6de1

Browse files
authored
chore: bump helm chart to v1.12.0 (#3844)
1 parent 9d77ec6 commit 5db6de1

File tree

6 files changed

+227
-227
lines changed

6 files changed

+227
-227
lines changed

operations/pyroscope/helm/pyroscope/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ 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.11.0
7-
appVersion: 1.11.0
6+
version: 1.12.0
7+
appVersion: 1.12.0
88
dependencies:
99
- name: grafana-agent
1010
alias: agent

operations/pyroscope/helm/pyroscope/README.md

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

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

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

@@ -31,7 +31,7 @@
3131
| pyroscope.affinity | object | `{}` | |
3232
| pyroscope.cluster_domain | string | `".cluster.local."` | Kubernetes cluster domain suffix for DNS discovery |
3333
| pyroscope.components | object | `{}` | |
34-
| pyroscope.config | string | The config depends on other values been set, details can be found in [`values.yaml`](./values.yaml) | Contains Phlare's configuration as a string. |
34+
| pyroscope.config | string | The config depends on other values been set, details can be found in [`values.yaml`](./values.yaml) | Contains Pyroscope's configuration as a string. |
3535
| pyroscope.dnsPolicy | string | `"ClusterFirst"` | |
3636
| pyroscope.extraArgs."log.level" | string | `"debug"` | |
3737
| pyroscope.extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the pods |
@@ -76,7 +76,7 @@
7676
| pyroscope.serviceAccount.annotations | object | `{}` | |
7777
| pyroscope.serviceAccount.create | bool | `true` | |
7878
| pyroscope.serviceAccount.name | string | `""` | |
79-
| pyroscope.structuredConfig | object | `{}` | Allows to override Phlare's configuration using structured format. |
79+
| pyroscope.structuredConfig | object | `{}` | Allows to override Pyroscope's configuration using structured format. |
8080
| pyroscope.tenantOverrides | object | `{}` | Allows to add tenant specific overrides to the default limit configuration. |
8181
| pyroscope.tolerations | list | `[]` | |
8282
| pyroscope.topologySpreadConstraints | list | `[]` | Topology Spread Constraints |

0 commit comments

Comments
 (0)