Skip to content

build(deps): bump github.com/google/go-containerregistry from 0.19.2 to 0.20.0 #3847

build(deps): bump github.com/google/go-containerregistry from 0.19.2 to 0.20.0

build(deps): bump github.com/google/go-containerregistry from 0.19.2 to 0.20.0 #3847

name: helm-chart-lint
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
with:
version: v3.8.1
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: 3.7
- name: Set up chart-testing
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
- name: Run chart-testing (lint)
run: >
ct lint
--chart-dirs deploy/helm
--target-branch ${{ github.event.repository.default_branch }}
--lint-conf hack/ci/chart-test-lintconf
--chart-yaml-schema hack/ci/chart_schema.yaml