Skip to content

Commit

Permalink
Merge pull request #1376 from porter-dev/main
Browse files Browse the repository at this point in the history
move grafana addon to production
  • Loading branch information
yosefmih authored Aug 15, 2024
2 parents 28e5f7a + ecbb52c commit d549b7c
Show file tree
Hide file tree
Showing 40 changed files with 7,549 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

.DS_Store
1 change: 1 addition & 0 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ local_resource(
helm cm-push addons/kube-image-keeper local && \
helm cm-push addons/prometheus-adapter local && \
helm cm-push addons/langfuse local && \
helm cm-push addons/grafana local && \
helm repo update local
''',
deps=[
Expand Down
23 changes: 23 additions & 0 deletions addons/grafana/.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
*~
# Various IDEs
.vscode
.project
.idea/
*.tmproj
OWNERS
35 changes: 35 additions & 0 deletions addons/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
apiVersion: v2
name: grafana
version: 8.4.4
appVersion: 11.1.3
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
home: https://grafana.com
icon: https://artifacthub.io/image/b4fed1a7-6c8f-4945-b99d-096efa3e4116
sources:
- https://github.com/grafana/grafana
- https://github.com/grafana/helm-charts
annotations:
"artifacthub.io/license": Apache-2.0
"artifacthub.io/links": |
- name: Chart Source
url: https://github.com/grafana/helm-charts
- name: Upstream Project
url: https://github.com/grafana/grafana
maintainers:
- name: zanhsieh
email: [email protected]
- name: rtluckie
email: [email protected]
- name: maorfr
email: [email protected]
- name: Xtigyro
email: [email protected]
- name: torstenwalter
email: [email protected]
- name: jkroepke
email: [email protected]
type: application
keywords:
- monitoring
- metric
781 changes: 781 additions & 0 deletions addons/grafana/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit d549b7c

Please sign in to comment.