Skip to content

Commit

Permalink
helm-docs (#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@akelius.de>
  • Loading branch information
pierluigilenoci committed Dec 7, 2021
1 parent 3279d47 commit 74cf3b3
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,32 @@
# Ref: https://github.com/github/gitignore/blob/master/Go.gitignore

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/

### macOS ###
*.DS_Store
.AppleDouble
.LSOverride

### IntelliJ IDE
.idea

.work

# helm chart dependencies
flux2/charts/
flux2-sync/charts/

2 changes: 1 addition & 1 deletion charts/flux2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: flux2
description: A Helm chart for flux2

type: application
version: "0.6.2"
version: "0.6.3"

appVersion: "0.24.0"
2 changes: 1 addition & 1 deletion charts/flux2/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flux2

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

A Helm chart for flux2

Expand Down

0 comments on commit 74cf3b3

Please sign in to comment.