Skip to content

Commit

Permalink
chore: update default image tag in chart (#2941)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesnikovae authored Jan 18, 2024
1 parent e6ccef9 commit c5ec9ac
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 67 deletions.
2 changes: 1 addition & 1 deletion operations/pyroscope/helm/pyroscope/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: pyroscope
description: 🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system
type: application
version: 1.3.5
version: 1.3.6
appVersion: 1.3.0
dependencies:
- name: grafana-agent
Expand Down
4 changes: 2 additions & 2 deletions operations/pyroscope/helm/pyroscope/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pyroscope

![Version: 1.3.5](https://img.shields.io/badge/Version-1.3.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.0](https://img.shields.io/badge/AppVersion-1.3.0-informational?style=flat-square)
![Version: 1.3.6](https://img.shields.io/badge/Version-1.3.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.0](https://img.shields.io/badge/AppVersion-1.3.0-informational?style=flat-square)

🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system

Expand Down Expand Up @@ -33,7 +33,7 @@
| pyroscope.fullnameOverride | string | `""` | |
| pyroscope.image.pullPolicy | string | `"IfNotPresent"` | |
| pyroscope.image.repository | string | `"grafana/pyroscope"` | |
| pyroscope.image.tag | string | `"1.2.1"` | |
| pyroscope.image.tag | string | `"1.3.0"` | |
| pyroscope.imagePullSecrets | list | `[]` | |
| pyroscope.initContainers | list | `[]` | |
| pyroscope.memberlist.port | int | `7946` | |
Expand Down
Loading

0 comments on commit c5ec9ac

Please sign in to comment.