Skip to content

Change default image pull policy to "Always" (#57) #150

Change default image pull policy to "Always" (#57)

Change default image pull policy to "Always" (#57) #150

Workflow file for this run

name: helm
on:
[push, pull_request]
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.4.0
- uses: actions/setup-python@v5.3.0
with:
python-version: '3.x'
check-latest: true
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.7.0
- name: Lint
run: ct lint --charts charts/seq
- name: Create Cluster
uses: helm/kind-action@v1.2.0
- name: Install
run: ct install --charts charts/seq