Skip to content

Commit b504389

Browse files
chore(deps): update helm values pyroscope/pyroscope to v0.11.0 (#55)
Co-authored-by: Renovate Bot <[email protected]>
1 parent c01a277 commit b504389

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

chart/pyroscope/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: pyroscope
33
description: A Helm chart for Pyroscope
44
type: application
5-
version: 0.2.35
6-
appVersion: "0.10.2"
5+
version: 0.2.36
6+
appVersion: "0.11.0"

chart/pyroscope/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pyroscope
22

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

55
A Helm chart for Pyroscope
66

@@ -59,7 +59,7 @@ Please refer to [the documentation](https://pyroscope.io/docs/server-configurati
5959
| fullnameOverride | string | `""` | Defaults to .Release.Name-.Chart.Name unless .Release.Name contains "pyroscope" |
6060
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
6161
| image.repository | string | `"pyroscope/pyroscope"` | image to use for deploying |
62-
| image.tag | string | `"0.10.2"` | Tag for pyroscope image to use |
62+
| image.tag | string | `"0.11.0"` | Tag for pyroscope image to use |
6363
| imagePullSecrets | list | `[]` | Image pull secrets |
6464
| ingress.annotations | object | `{}` | Ingress annotations (values are templated) |
6565
| ingress.className | string | `""` | Ingress class name |

chart/pyroscope/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ image:
1616
# -- Image pull policy
1717
pullPolicy: IfNotPresent
1818
# -- Tag for pyroscope image to use
19-
tag: "0.10.2"
19+
tag: "0.11.0"
2020

2121
# -- Image pull secrets
2222
imagePullSecrets: []

0 commit comments

Comments
 (0)