Skip to content

Commit

Permalink
Merge pull request #4 from krumIO/update/latest
Browse files Browse the repository at this point in the history
Update/latest
  • Loading branch information
hadams95 authored Jan 25, 2024
2 parents caef1e9 + b8a3234 commit 4bc954e
Show file tree
Hide file tree
Showing 232 changed files with 7,884 additions and 4,014 deletions.
4 changes: 3 additions & 1 deletion .github/ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ chart-dirs:
- helm
chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
- elastic=https://helm.elastic.co
helm-extra-args: --timeout 600s
check-version-increment: true
debug: false
validate-maintainers: false
validate-maintainers: false
helm-dependency-extra-args: "--skip-refresh"
34 changes: 23 additions & 11 deletions .github/workflows/lint_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion .gitignore
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-*/
Loading

0 comments on commit 4bc954e

Please sign in to comment.