Skip to content

Commit

Permalink
chore: updates helm with 1.0.0-rc.0 version (grafana#2272)
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig authored Aug 25, 2023
1 parent eb13130 commit 06be684
Show file tree
Hide file tree
Showing 8 changed files with 103 additions and 116 deletions.
4 changes: 2 additions & 2 deletions operations/pyroscope/helm/pyroscope/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: pyroscope
description: 🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system
type: application
version: 0.5.4
appVersion: 0.5.1
version: 1.0.0-rc.0
appVersion: 1.0.0-rc.0
dependencies:
- name: minio
alias: minio
Expand Down
6 changes: 3 additions & 3 deletions operations/pyroscope/helm/pyroscope/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pyroscope

![Version: 0.5.4](https://img.shields.io/badge/Version-0.5.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.1](https://img.shields.io/badge/AppVersion-0.5.1-informational?style=flat-square)
![Version: 1.0.0-rc.0](https://img.shields.io/badge/Version-1.0.0--rc.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0-rc.0](https://img.shields.io/badge/AppVersion-1.0.0--rc.0-informational?style=flat-square)

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

Expand All @@ -27,8 +27,8 @@
| pyroscope.extraVolumes | list | `[]` | |
| pyroscope.fullnameOverride | string | `""` | |
| pyroscope.image.pullPolicy | string | `"IfNotPresent"` | |
| pyroscope.image.repository | string | `"grafana/phlare"` | |
| pyroscope.image.tag | string | `"0.5.1"` | |
| pyroscope.image.repository | string | `"grafana/pyroscope"` | |
| pyroscope.image.tag | string | `"1.0.0-rc.0"` | |
| pyroscope.imagePullSecrets | list | `[]` | |
| pyroscope.memberlist.port | int | `7946` | |
| pyroscope.memberlist.port_name | string | `"memberlist"` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
# Declare variables to be passed into your templates.

pyroscope:
# these port overrides are temporary
service:
port: 4040
structuredConfig:
server:
http_listen_port: 4040
components:
querier:
kind: Deployment
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
---
pyroscope:
# these port overrides are temporary
service:
port: 4040
structuredConfig:
server:
http_listen_port: 4040
Loading

0 comments on commit 06be684

Please sign in to comment.