mamezou-tech / setup-helmfile

Setup helmfile action
MIT License
41 stars 20 forks source link

helm diff plugin not installed by default #17

Closed esvirskiy closed 3 years ago

esvirskiy commented 3 years ago

As per docs, it should be installed by default. I am getting the following error message

Error: unknown command "diff" for "helm"

My code below

      - name: Setup helmfile
        uses: mamezou-tech/setup-helmfile@v0.5.0
        with:
          helmfile-version: "v0.98.2"
          helm-version: "v2.15.1"
      - name: Deploy to Production
        run: helmfile -f operations/helm/releases/production.yaml.gotmpl apply

EDIT: same deal with mamezou-tech/setup-helmfile@v0.6.0

kondoumh commented 3 years ago

The version of Helm looks old. I'm sorry, but Helm v2.x is not supported. Try it with v3.1 or later versions.