Skip to content

Commit

Permalink
Merge pull request #82 from akash4sh/main
Browse files Browse the repository at this point in the history
Add openebs-monitoring chart
  • Loading branch information
akash4sh authored Aug 11, 2023
2 parents ff83a64 + 112a505 commit dadad38
Show file tree
Hide file tree
Showing 24 changed files with 17,118 additions and 0 deletions.
23 changes: 23 additions & 0 deletions charts/openebs-monitoring/.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/
25 changes: 25 additions & 0 deletions charts/openebs-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
annotations:
artifacthub.io/changes: |
- "✨ update chart to version 0.4.10"
apiVersion: v2
appVersion: 2.12.0
description: A Helm chart for monitoring OpenEBS
keywords:
- openebs
- monitoring
maintainers:
- email: [email protected]
name: kiranmova
- email: [email protected]
name: avishnu
- email: [email protected]
name: Ab-hishek
- email: [email protected]
name: rajaSahil
- email: [email protected]
name: Sanjay1611
name: openebs-monitoring
sources:
- https://github.com/openebs/monitoring
type: application
version: 1.0.0
178 changes: 178 additions & 0 deletions charts/openebs-monitoring/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit dadad38

Please sign in to comment.