Skip to content

Commit

Permalink
chore(deps): update pyroscope/pyroscope docker tag to v0.37.1 (#103)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
pyroscopebot and renovate-bot authored Jan 31, 2023
1 parent 1495835 commit d1ce9a2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions chart/pyroscope-ebpf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: pyroscope-ebpf
description: A Helm chart for Pyroscope eBPF
type: application
version: 0.1.27
appVersion: "0.37.0"
version: 0.1.29
appVersion: "0.37.1"
4 changes: 2 additions & 2 deletions chart/pyroscope-ebpf/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pyroscope-ebpf

![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)
![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)

A Helm chart for Pyroscope eBPF

Expand Down Expand Up @@ -41,7 +41,7 @@ helm delete my-release
| args | list | `["ebpf","--application-name","k8s.ebpf","--server-address","http://pyroscope-server:4040"]` | Arguments to be passed to the pyroscope binary |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"pyroscope/pyroscope"` | image to use for deploying |
| image.tag | string | `"0.37.0"` | Tag for pyroscope image to use |
| image.tag | string | `"0.37.1"` | Tag for pyroscope image to use |
| serviceAccount.annotations | object | `{}` | ServiceAccount annotations |
| serviceAccount.create | bool | `true` | Create service account |
| serviceAccount.name | string | `""` | Service account name to use, when empty will be set to created account if serviceAccount.create is set else to default |
Expand Down
2 changes: 1 addition & 1 deletion chart/pyroscope-ebpf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Tag for pyroscope image to use
tag: "0.37.0"
tag: "0.37.1"


serviceAccount:
Expand Down
4 changes: 2 additions & 2 deletions chart/pyroscope/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: pyroscope
description: A Helm chart for Pyroscope
type: application
version: 0.2.88
appVersion: "0.37.0"
version: 0.2.90
appVersion: "0.37.1"
4 changes: 2 additions & 2 deletions chart/pyroscope/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pyroscope

![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)
![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)

A Helm chart for Pyroscope

Expand Down Expand Up @@ -59,7 +59,7 @@ Please refer to [the documentation](https://pyroscope.io/docs/server-configurati
| fullnameOverride | string | `""` | Defaults to .Release.Name-.Chart.Name unless .Release.Name contains "pyroscope" |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"pyroscope/pyroscope"` | image to use for deploying |
| image.tag | string | `"0.37.0"` | Tag for pyroscope image to use |
| image.tag | string | `"0.37.1"` | Tag for pyroscope image to use |
| imagePullSecrets | list | `[]` | Image pull secrets |
| ingress.annotations | object | `{}` | Ingress annotations (values are templated) |
| ingress.className | string | `""` | Ingress class name |
Expand Down
2 changes: 1 addition & 1 deletion chart/pyroscope/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ image:
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Tag for pyroscope image to use
tag: "0.37.0"
tag: "0.37.1"

# -- Image pull secrets
imagePullSecrets: []
Expand Down

0 comments on commit d1ce9a2

Please sign in to comment.