Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

chore(deps): update ghcr.io/jeboehm/fetchmailmgr docker tag to v0.3.23 #257

chore(deps): update ghcr.io/jeboehm/fetchmailmgr docker tag to v0.3.23

chore(deps): update ghcr.io/jeboehm/fetchmailmgr docker tag to v0.3.23 #257

Workflow file for this run

name: Test Helm charts
on:
pull_request:
env:
CHART_PATH: charts/docker-mailserver
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
with:
version: v3.17.0
- uses: actions/setup-python@v5.6.0
with:
python-version: '3.x'
check-latest: true
- uses: helm/chart-testing-action@v2.7.0
- name: Install chart dependencies
run: |
cd "$CHART_PATH"
helm dependency build
- name: Lint chart
run: |
cd "$CHART_PATH"
helm lint .
# - name: Create kind cluster
# if: steps.list-changed.outputs.changed == 'true'
# uses: helm/kind-action@v1.12.0
# - name: Run chart-testing (install)
# if: steps.list-changed.outputs.changed == 'true'
# run: ct install --target-branch ${{ github.event.repository.default_branch }}