Skip to content

Commit

Permalink
test 3 additional info
Browse files Browse the repository at this point in the history
  • Loading branch information
Rein-Vanbelleghem committed Mar 14, 2024
1 parent 2aedc06 commit 87f232e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release_helmcharts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
with:
python-version: "3.x"

- name: Install Python dependencies
run: pip install PyYAML

- name: Merge site.yaml into index.yaml
run: python3 add_additional_info.py

Expand Down
2 changes: 1 addition & 1 deletion charts/example/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: 0.2.0
version: 0.3.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
Expand Down

0 comments on commit 87f232e

Please sign in to comment.