chart-testing-action icon indicating copy to clipboard operation
chart-testing-action copied to clipboard

Add Mayor version tags to be pinged by actions

Open gsanchezgavier opened this issue 2 years ago • 1 comments

A quite common pattern on actions is to have a mayor version tag like v2 that will be pointing to the latest release of that mayor. This makes possible to configure the GH workflows pointing to that latest.

jobs:
  chart-lint:
    name: Helm chart Lint
    runs-on: ubuntu-latest
    timeout-minutes: 10
    steps:
      - uses: actions/checkout@v2
        with:
          fetch-depth: 0
      - uses: helm/chart-testing-action@v2

gsanchezgavier avatar Jun 22 '22 07:06 gsanchezgavier

This looks like a duplicate of #77

btkostner avatar Aug 11 '22 14:08 btkostner

Closing dup #77

gsanchezgavier avatar Aug 22 '22 08:08 gsanchezgavier