Skip to content

chore: bump app version to v3.4.1 and chart to v1.16.2 #235

chore: bump app version to v3.4.1 and chart to v1.16.2

chore: bump app version to v3.4.1 and chart to v1.16.2 #235

Workflow file for this run

name: Lint Helm
on:
push:
branches:
- main
paths:
- 'deploy/helm/**'
- '.github/workflows/lint-helm.yaml'
pull_request:
branches:
- main
paths:
- 'deploy/helm/**'
- '.github/workflows/lint-helm.yaml'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
helm-lint:
uses: upcloud-tools/gha-actions/.github/workflows/lint-helm.yaml@070918b27e20a6bd320cc93b569d912b1a227a6c
with:
helm_unittest_version: "1.1.1"