Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Mayank Shah <[email protected]>
  • Loading branch information
mayankshah1607 committed Nov 18, 2024
1 parent 3c97581 commit f63673f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/everest-pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
if [[ -n "$changed" ]]; then
echo "changed=true" >> $GITHUB_OUTPUT
fi
- name: Add dependent repos
run: |
make -C charts/everest add-repos
- name: Run chart-testing (lint)
run: |
Expand Down
4 changes: 3 additions & 1 deletion charts/everest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ release: prepare-chart
release-dev: IMAGE_PREFIX=perconalab
release-dev: prepare-chart

deps:
add-repos:
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts

deps: add-repos
helm dependency update .
helm dependency update ./charts/everest-db-namespace

Expand Down

0 comments on commit f63673f

Please sign in to comment.