Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
fix: chart workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-smartsensesolutions committed Sep 11, 2024
1 parent 546908b commit 3d0fbf9
Show file tree
Hide file tree
Showing 9 changed files with 740 additions and 717 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/chart-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:
context: .
push: true
tags: kind-registry:5000/miw:testing
file: ./miw/Dockerfile

- uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -230,6 +231,7 @@ jobs:
charts/managed-identity-wallet \
-n apps \
--wait \
--timeout 10m \
--set image.tag=testing \
--set image.repository=kind-registry:5000/miw
# only run if this is not a PR -OR- if there are new versions available
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dast-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
context: .
push: true
tags: kind-registry:5000/miw:testing
file: ./miw/Dockerfile

- name: Install the chart on KinD cluster
run: helm install -n apps --create-namespace --wait --set image.tag=testing --set=image.repository=kind-registry:5000/miw testing charts/managed-identity-wallet
Expand Down
Loading

0 comments on commit 3d0fbf9

Please sign in to comment.