Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MG-145 - Update chart/app version, README, and fix CI #146

Merged
merged 20 commits into from
Sep 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add step to fetch and install those dependencies
Signed-off-by: JeffMboya <[email protected]>
JeffMboya committed Sep 10, 2024
commit 103f4c73ca13d0fa130833ed74ceaab13883b91a
10 changes: 8 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
@@ -19,14 +19,20 @@ jobs:
with:
version: v3.15.4

- name: Add Helm dependencies
- name: Add Helm repositories and update
run: |
helm repo add nats https://nats-io.github.io/k8s/helm/charts/
helm repo add jaegertracing https://jaegertracing.github.io/helm-charts
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add hashicorp https://helm.releases.hashicorp.com
helm repo update

- name: Update Helm dependencies
run: |
helm dependency update charts/magistrala

# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
# yamllint (https://github.com/adrienverge/yamllint) which require Python
- uses: actions/setup-python@v5
with:
python-version: "3.x"
@@ -55,4 +61,4 @@ jobs:
- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: |
ct install --target-branch ${{ github.event.repository.default_branch }} --chart-dirs charts
ct install --target-branch ${{ github.event.repository.default_branch }} --chart-dirs charts