-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1376 from porter-dev/main
move grafana addon to production
- Loading branch information
Showing
40 changed files
with
7,549 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.