Skip to content

Commit

Permalink
Merge pull request #84 from kitabisa/feat/static-version
Browse files Browse the repository at this point in the history
feat: static helm version
  • Loading branch information
dmzrio authored Jan 17, 2024
2 parents 6040129 + 543b982 commit 176cdbd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions infra/tools/setuptools/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: "Setup dependencies tools" # Install & preparation tools
description: "Setup dependencies tools"

inputs:
gh_token:
required: false
description: "gh token"

setup_kubectl:
required: false
description: "Setup kubectl"
Expand Down Expand Up @@ -67,7 +63,7 @@ runs:
if: "${{ inputs.setup_helm == 'true' }}"
uses: azure/setup-helm@v3
with:
token: ${{ inputs.gh_token }}
version: v3.13.3

- name: Setup Helmfile
if: "${{ inputs.setup_helmfile == 'true' }}"
Expand Down

0 comments on commit 176cdbd

Please sign in to comment.