Skip to content

Commit

Permalink
docs(redis-ha): Introduce helm-docs for values documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Maurer <[email protected]>
  • Loading branch information
mkilchhofer committed May 22, 2024
1 parent 0fe831e commit 39658c2
Show file tree
Hide file tree
Showing 5 changed files with 806 additions and 332 deletions.
2 changes: 1 addition & 1 deletion charts/grafana-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: grafana-agent
description: Deploy an instance of the Grafana agent on all appropriate nodes for scraping Prometheus metrics.
type: application
home: https://grafana.com/docs/agent/latest/
version: 0.19.1
version: 0.19.2
appVersion: "v0.20.0"
keywords:
- monitoring
Expand Down
25 changes: 25 additions & 0 deletions charts/redis-ha/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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/
ci/
*.gotmpl
Loading

0 comments on commit 39658c2

Please sign in to comment.