Skip to content

build(deps): bump helm.sh/helm/v3 from 3.9.2 to 3.14.3 #138

build(deps): bump helm.sh/helm/v3 from 3.9.2 to 3.14.3

build(deps): bump helm.sh/helm/v3 from 3.9.2 to 3.14.3 #138

Workflow file for this run

name: "CI"
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make build
build-kubetest2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: docker build --build-arg=KUBERNETES_MINOR_VERSION=latest --file Dockerfile.kubetest2 .