Skip to content

Commit 58af281

Browse files
chore(deps): update helm values pyroscope/pyroscope to v0.17.0 (#67)
Co-authored-by: Renovate Bot <[email protected]>
1 parent c39229f commit 58af281

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.46
6-
appVersion: "0.16.0"
5+
version: 0.2.47
6+
appVersion: "0.17.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.46](https://img.shields.io/badge/Version-0.2.46-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.16.0](https://img.shields.io/badge/AppVersion-0.16.0-informational?style=flat-square)
3+
![Version: 0.2.47](https://img.shields.io/badge/Version-0.2.47-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.17.0](https://img.shields.io/badge/AppVersion-0.17.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.16.0"` | Tag for pyroscope image to use |
62+
| image.tag | string | `"0.17.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.16.0"
19+
tag: "0.17.0"
2020

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

0 commit comments

Comments
 (0)