forked from uc-cdis/gen3-helm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from krumIO/update/latest
Update/latest
- Loading branch information
Showing
232 changed files
with
7,884 additions
and
4,014 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,29 +22,41 @@ jobs: | |
check-latest: true | ||
|
||
- name: Set up chart-testing | ||
uses: helm/chart-testing-action@v2.3.1 | ||
uses: helm/chart-testing-action@v2.6.1 | ||
|
||
- name: Run chart-testing (list-changed) | ||
id: list-changed | ||
run: | | ||
changed=$(ct list-changed --config .github/ct.yaml) | ||
if [[ -n "$changed" ]]; then | ||
echo "::set-output name=changed::true" | ||
echo "changed=true >> $GITHUB_OUTPUT" | ||
fi | ||
- name: Run chart-testing (lint) | ||
run: ct lint --config .github/ct.yaml | ||
|
||
# deploy-charts-to-kind: | ||
# name: ${{ matrix.environments }} - gen3 data portal build | ||
|
||
# TODO: add back in when we have tests | ||
# deploy-and-test-chart: | ||
# name: Deploy and Test Chart | ||
# timeout-minutes: 20 | ||
# runs-on: ubuntu-latest | ||
# needs: [get-changes-for-envs] | ||
# if: ${{ needs.get-changes-for-envs.outputs.matrix != '[]' && needs.get-changes-for-envs.outputs.matrix != '' }} | ||
# steps: | ||
|
||
# - name: Checkout | ||
# uses: actions/checkout@v2 | ||
# with: | ||
# fetch-depth: 0 | ||
|
||
# - name: Set up Helm | ||
# uses: azure/setup-helm@v3 | ||
|
||
# - name: Set up chart-testing | ||
# uses: helm/[email protected] | ||
|
||
|
||
# - name: Create kind cluster | ||
# uses: helm/kind-action@v1.4.0 | ||
# if: steps.list-changed.outputs.changed == 'true' | ||
# uses: helm/kind-action@v1.8.0 | ||
|
||
|
||
# - name: Run chart-testing (install) | ||
# run: ct install | ||
# - name: Run chart install + testing | ||
# run: ct install --charts ./helm/gen3 --config .github/ct.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
postgres.txt | ||
**/charts/ | ||
notes/ | ||
Chart.lock | ||
Chart.lock | ||
.DS_Store | ||
_sample-*/ |
Oops, something went wrong.