Skip to content

Commit

Permalink
use updatecli bundled with the action
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Apr 16, 2024
1 parent 5651ce4 commit b229413
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ on:
type: string
default: master

env:
UPDATE_CLI_VERSION: v0.71.0

jobs:
bump-charts-dependencies:
runs-on: ubuntu-latest
Expand All @@ -40,9 +37,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Install Updatecli
uses: updatecli/updatecli-action@ecfc21fd2d9e91be2af8b706ea10aea5154f6d5d # v2.54.0
with:
version: ${{ env.UPDATE_CLI_VERSION }}
uses: updatecli/updatecli-action@9b35aa663a924d5d5faf89dac76594e3034bcf1f # v2.56.0

- run: updatecli apply
env:
Expand Down Expand Up @@ -86,9 +81,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Install Updatecli
uses: updatecli/updatecli-action@ecfc21fd2d9e91be2af8b706ea10aea5154f6d5d # v2.54.0
with:
version: ${{ env.UPDATE_CLI_VERSION }}
uses: updatecli/updatecli-action@9b35aa663a924d5d5faf89dac76594e3034bcf1f # v2.56.0

- name: Checkout updatecli configs
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit b229413

Please sign in to comment.