File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : pyroscope
3
3
description : A Helm chart for Pyroscope
4
4
type : application
5
- version : 0.2.35
6
- appVersion : " 0.10.2 "
5
+ version : 0.2.36
6
+ appVersion : " 0.11.0 "
Original file line number Diff line number Diff line change 1
1
# pyroscope
2
2
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 )
4
4
5
5
A Helm chart for Pyroscope
6
6
@@ -59,7 +59,7 @@ Please refer to [the documentation](https://pyroscope.io/docs/server-configurati
59
59
| fullnameOverride | string | ` "" ` | Defaults to .Release.Name-.Chart.Name unless .Release.Name contains "pyroscope" |
60
60
| image.pullPolicy | string | ` "IfNotPresent" ` | Image pull policy |
61
61
| 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 |
63
63
| imagePullSecrets | list | ` [] ` | Image pull secrets |
64
64
| ingress.annotations | object | ` {} ` | Ingress annotations (values are templated) |
65
65
| ingress.className | string | ` "" ` | Ingress class name |
Original file line number Diff line number Diff line change 16
16
# -- Image pull policy
17
17
pullPolicy : IfNotPresent
18
18
# -- Tag for pyroscope image to use
19
- tag : " 0.10.2 "
19
+ tag : " 0.11.0 "
20
20
21
21
# -- Image pull secrets
22
22
imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments