Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: d3adb5/helm-unittest-action@v2
with:
install-mode: force
charts: directus
helm-version: v3.8.0
github-token: ${{ secrets.GITHUB_TOKEN }}
flags: "-t JUnit -o out.xml"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## [0.9.06] - 2024-09-20

### Added

- Schema json for values.

## [0.9.05] - 2024-09-20

### Added
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ Based on the [Directus Community Helm Charts](https://github.com/directus-commun
## Documentation

Chart documentation is found in the [chart directory](charts/directus/README.md).

## Schema

Json schema is generated with <https://github.com/losisin/helm-values-schema-json>.
2 changes: 1 addition & 1 deletion charts/directus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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: 0.9.05
version: 0.9.06

# This is the version number of the application being deployed. They should reflect the version
# the application is using.
Expand Down
Loading
Loading