Skip to content

Commit

Permalink
ci: Test helm chart upgrade process against version in main branch (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb authored Feb 23, 2024
2 parents 309e341 + 07b33cb commit c3c34f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/configs/chart-testing.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
remote: origin
target-branch: main
charts:
- ./helm/flowforge
validate-maintainers: false
4 changes: 2 additions & 2 deletions .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
kubectl label --overwrite $node "role=management"
done
- name: Run chart-testing (install)
run: ct install --config ./.github/configs/chart-testing.yaml
- name: Run chart-testing (install and upgrade)
run: ct install --upgrade --config ./.github/configs/chart-testing.yaml

validate:
name: Validate chart against kubernetes API
Expand Down

0 comments on commit c3c34f2

Please sign in to comment.