Skip to content

Commit f2022b7

Browse files
toscottsimonswine
andauthored
fix: remove redundant tag override that was not updated to 1.5.0 (#3137)
* fix: remove redundant tag override that was not updated to 1.5.0 * Provide generated code from `make helm/check` --------- Co-authored-by: Christian Simon <[email protected]>
1 parent f868427 commit f2022b7

File tree

6 files changed

+68
-70
lines changed

6 files changed

+68
-70
lines changed

operations/pyroscope/helm/pyroscope/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: pyroscope
33
description: 🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system
44
type: application
5-
version: 1.5.0
5+
version: 1.5.1
66
appVersion: 1.5.0
77
dependencies:
88
- name: grafana-agent

operations/pyroscope/helm/pyroscope/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pyroscope
22

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

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

@@ -33,7 +33,7 @@
3333
| pyroscope.fullnameOverride | string | `""` | |
3434
| pyroscope.image.pullPolicy | string | `"IfNotPresent"` | |
3535
| pyroscope.image.repository | string | `"grafana/pyroscope"` | |
36-
| pyroscope.image.tag | string | `"1.4.0"` | |
36+
| pyroscope.image.tag | string | `""` | |
3737
| pyroscope.imagePullSecrets | list | `[]` | |
3838
| pyroscope.initContainers | list | `[]` | |
3939
| pyroscope.memberlist.port | int | `7946` | |
@@ -83,5 +83,3 @@
8383
| serviceMonitor.targetLabels | list | `[]` | ServiceMonitor will add labels from the service to the Prometheus metric https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#servicemonitorspec |
8484
| serviceMonitor.tlsConfig | string | `nil` | ServiceMonitor will use these tlsConfig settings to make the health check requests |
8585

86-
----------------------------------------------
87-
Autogenerated from chart metadata using [helm-docs v1.8.1](https://github.com/norwoodj/helm-docs/releases/v1.8.1)

0 commit comments

Comments
 (0)