Skip to content

Commit d1ce9a2

Browse files
chore(deps): update pyroscope/pyroscope docker tag to v0.37.1 (#103)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 1495835 commit d1ce9a2

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

chart/pyroscope-ebpf/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: pyroscope-ebpf
33
description: A Helm chart for Pyroscope eBPF
44
type: application
5-
version: 0.1.27
6-
appVersion: "0.37.0"
5+
version: 0.1.29
6+
appVersion: "0.37.1"

chart/pyroscope-ebpf/README.md

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

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

55
A Helm chart for Pyroscope eBPF
66

@@ -41,7 +41,7 @@ helm delete my-release
4141
| args | list | `["ebpf","--application-name","k8s.ebpf","--server-address","http://pyroscope-server:4040"]` | Arguments to be passed to the pyroscope binary |
4242
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
4343
| image.repository | string | `"pyroscope/pyroscope"` | image to use for deploying |
44-
| image.tag | string | `"0.37.0"` | Tag for pyroscope image to use |
44+
| image.tag | string | `"0.37.1"` | Tag for pyroscope image to use |
4545
| serviceAccount.annotations | object | `{}` | ServiceAccount annotations |
4646
| serviceAccount.create | bool | `true` | Create service account |
4747
| serviceAccount.name | string | `""` | Service account name to use, when empty will be set to created account if serviceAccount.create is set else to default |

chart/pyroscope-ebpf/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ image:
44
# -- Image pull policy
55
pullPolicy: IfNotPresent
66
# -- Tag for pyroscope image to use
7-
tag: "0.37.0"
7+
tag: "0.37.1"
88

99

1010
serviceAccount:

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.88
6-
appVersion: "0.37.0"
5+
version: 0.2.90
6+
appVersion: "0.37.1"

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.88](https://img.shields.io/badge/Version-0.2.88-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.37.0](https://img.shields.io/badge/AppVersion-0.37.0-informational?style=flat-square)
3+
![Version: 0.2.90](https://img.shields.io/badge/Version-0.2.90-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.37.1](https://img.shields.io/badge/AppVersion-0.37.1-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.37.0"` | Tag for pyroscope image to use |
62+
| image.tag | string | `"0.37.1"` | 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.37.0"
19+
tag: "0.37.1"
2020

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

0 commit comments

Comments
 (0)