chore(rb): re-pin staging web2/web3 images to git-a5db7f0 #10879
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: validate-chart | |
| on: [push, pull_request] | |
| jobs: | |
| validate-charts: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Install kubeconform | |
| run: | | |
| wget https://github.com/yannh/kubeconform/releases/download/v0.6.7/kubeconform-linux-amd64.tar.gz | |
| tar -xvzf kubeconform-linux-amd64.tar.gz | |
| - name: Find and Validate Charts | |
| run: | | |
| bash .github/scripts/validate-charts.sh |