Skip to content

Commit

Permalink
Add: Chart for Pyroscope mixin (#516)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
  • Loading branch information
nlamirault committed Aug 31, 2023
1 parent 6960948 commit 7a96ff2
Show file tree
Hide file tree
Showing 9 changed files with 1,747 additions and 0 deletions.
23 changes: 23 additions & 0 deletions charts/pyroscope-mixin/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
56 changes: 56 additions & 0 deletions charts/pyroscope-mixin/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Copyright (C) Nicolas Lamirault <nicolas.lamirault@gmail.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0

---
apiVersion: v2
name: pyroscope-mixin
description: A Helm chart for Grafana Pyroscope mixin
type: application
home: https://charts.portefaix.xyz
icon: https://grafana.com/static/img/pyroscope-logo.svg
sources:
- https://github.com/nlamirault/portefaix-hub/tree/master/charts/kubernetes-mixin
keywords:
- pyroscope
- kubernetes
- monitoring-mixin
- portefaix
version: 1.2.0
appVersion: 0.1.0

maintainers:
- name: nlamirault
email: nicolas.lamirault@gmail.com

# https://artifacthub.io/docs/topics/annotations/helm/
annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/links: |
- name: pyroscope
url: https://grafana.com/oss/pyroscope
- name: Portefaix
url: https://portefaix.xyz
- name: Monitoring mixins
url: https://github.com/nlamirault/monitoring-mixins
artifacthub.io/maintainers: |
- name: nlamirault
email: nicolas.lamirault@gmail.com
artifacthub.io/signKey: |
fingerprint: C39918B3EBDE35C23B8D0B8E5F99269A6FCA437C
url: https://keybase.io/nlamirault/pgp_keys.asc
artifacthub.io/changes: |
- kind: added
description: pyroscope-mixin v0.1.0
30 changes: 30 additions & 0 deletions charts/pyroscope-mixin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# pyroscope-mixin

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

A Helm chart for Grafana Pyroscope mixin

**Homepage:** <https://charts.portefaix.xyz>

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| nlamirault | <nicolas.lamirault@gmail.com> | |

## Source Code

* <https://github.com/nlamirault/portefaix-hub/tree/master/charts/kubernetes-mixin>

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| additionalAnnotations | object | `{}` | Additional annotations to add to all resources |
| additionalLabels | object | `{}` | Additional labels to add to all resources |
| fullnameOverride | string | `""` | Provide a name to substitute for the full names of resources |
| grafana.folder | string | `"profiling"` | |
| monitor.additionalLabels | object | `{}` | Additional labels to add to resources managed by the Prometheus Operator |

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

0 comments on commit 7a96ff2

Please sign in to comment.