Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
* fix: github add values

* fix: add dot

* fix: test github action

* fix: bump

* fix: push

* update Helm documentation

* add: improve values docs

* update Helm documentation

* release: 3.4.0

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mosoriob and github-actions[bot] authored Sep 23, 2024
1 parent 7822908 commit 32fc2b1
Show file tree
Hide file tree
Showing 6 changed files with 598 additions and 342 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Generate Helm documentation
on:
- pull_request
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Run helm-docs
uses: losisin/helm-docs-github-action@v1
with:
git-push: true
2 changes: 1 addition & 1 deletion charts/mint/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.3.8
version: 3.4.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
Loading

0 comments on commit 32fc2b1

Please sign in to comment.