Skip to content

feat: refactor image value + bump default tag to 2.0.1 #63

feat: refactor image value + bump default tag to 2.0.1

feat: refactor image value + bump default tag to 2.0.1 #63

Workflow file for this run

name: Helm Chart Tests
on:
push:
branches: [ main ]
paths:
- 'charts/**'
pull_request:
branches: [ main ]
paths:
- 'charts/**'
jobs:
helm-unittest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y unzip git curl
- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.12.0
- name: Install helm-unittest plugin
run: |
helm plugin install https://github.com/quintush/helm-unittest
- name: Run helm-unittest
run: |
helm unittest charts/hdx-oss-v2