Skip to content

Commit

Permalink
Merge pull request #149 from vshn/renovate/mamezou-tech-setup-helmfil…
Browse files Browse the repository at this point in the history
…e-1.x

Update mamezou-tech/setup-helmfile action to v1.2.0
  • Loading branch information
ccremer authored Dec 7, 2022
2 parents 78b493f + 29f33b6 commit 45e39f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup helmfile
uses: mamezou-tech/setup-helmfile@v1.1.0
uses: mamezou-tech/setup-helmfile@v1.2.0
with:
helm-version: v3.7.1
helmfile-version: v0.142.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
${{ runner.os }}-go-
- name: Setup helmfile
uses: mamezou-tech/setup-helmfile@v1.1.0
uses: mamezou-tech/setup-helmfile@v1.2.0
with:
helm-version: v3.7.1
helmfile-version: v0.142.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup helmfile
uses: mamezou-tech/setup-helmfile@v1.1.0
uses: mamezou-tech/setup-helmfile@v1.2.0
with:
helm-version: v3.7.1
helmfile-version: v0.142.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/destroy-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup helmfile
uses: mamezou-tech/setup-helmfile@v1.1.0
uses: mamezou-tech/setup-helmfile@v1.2.0
with:
helm-version: v3.7.1
helmfile-version: v0.142.0
Expand Down

0 comments on commit 45e39f8

Please sign in to comment.