Skip to content

Commit 8fb41b0

Browse files
authored
Create namespace while installing helm chart by default (#97)
1 parent d23a299 commit 8fb41b0

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To install the chart with the release name `my-release`:
2323

2424
```console
2525

26-
helm install my-release pyroscope-io/pyroscope
26+
helm install my-release pyroscope-io/pyroscope -n pyroscope --create-namespace
2727

2828
```
2929

@@ -38,14 +38,17 @@ helm delete my-release
3838
```
3939

4040
<!-- Keep full URL links to repo files because this README syncs from main to gh-pages. -->
41+
4142
Chart documentation is available in [chart directory](https://github.com/pyroscope-io/helm-chart/blob/main/chart/pyroscope/README.md).
4243

4344
## Contributing
4445

4546
<!-- Keep full URL links to repo files because this README syncs from main to gh-pages. -->
47+
4648
We'd love to have you contribute! Please refer to our [contribution guidelines](https://github.com/pyroscope-io/helm-chart/blob/main/CONTRIBUTING.md) for details.
4749

4850
## License
4951

5052
<!-- Keep full URL links to repo files because this README syncs from main to gh-pages. -->
51-
[Apache 2.0 License](https://github.com/pyroscope-io/helm-chart/blob/main/LICENSE).
53+
54+
[Apache 2.0 License](https://github.com/pyroscope-io/helm-chart/blob/main/LICENSE).

chart/pyroscope/Chart.yaml

+1-1
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.79
5+
version: 0.2.80
66
appVersion: "0.34.1"

chart/pyroscope/README.md

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

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

55
A Helm chart for Pyroscope
66

0 commit comments

Comments
 (0)