Skip to content

Commit

Permalink
[DSD-3065] Updated resource request and limits in partner-onboarder
Browse files Browse the repository at this point in the history
  • Loading branch information
syed-salman-technoforte committed Jul 24, 2023
1 parent bad673d commit b369da9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ on:
pull_request:
paths:
- 'charts/**'
workflow_call:

jobs:
lint-chart:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# ct needs history to compare
fetch-depth: 0
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/push_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ on:
- 'charts/**'

jobs:
Lint:
uses: ./helm-lint.yaml
Generate_Documentation:
needs: Lint
uses: syedsalman3753/kattu/.github/workflows/publish-helm-charts.yml@master
with:
HELM_REPO_ACCOUNT: https://syedsalman3753.github.io/mosip-helm
HELM_REPO_ACCOUNT: https://${{ github.actor }}.github.io/mosip-helm

0 comments on commit b369da9

Please sign in to comment.