Skip to content

build(deps): bump github.com/onsi/ginkgo/v2 from 2.26.0 to 2.27.3 #220

build(deps): bump github.com/onsi/ginkgo/v2 from 2.26.0 to 2.27.3

build(deps): bump github.com/onsi/ginkgo/v2 from 2.26.0 to 2.27.3 #220

name: Helm Chart Verify
env:
HELM_VERSION: v3.17.3
on:
push:
# Exclude branches created by Dependabot to avoid triggering current workflow
# for PRs initiated by Dependabot.
branches-ignore:
- 'dependabot/**'
pull_request:
# paths:
# - "charts/**"
permissions:
contents: read
jobs:
test-deploy-with-helm:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: ${{ env.HELM_VERSION }}
- name: Run
run: |
make test-deploy-with-helm