Skip to content

Commit 21fd315

Browse files
author
Josh
committed
fix helm deploy
1 parent 4c1b0c9 commit 21fd315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/production-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install helm
5151
uses: azure/setup-helm@v3
5252
with:
53-
version: "latest"
53+
version: "v3.19.2"
5454
token: ${{ secrets.GITHUB_TOKEN }}
5555
id: install
5656

@@ -86,4 +86,4 @@ jobs:
8686
--cleanup-on-fail \
8787
--values chart/values.yaml \
8888
bancho-service-rs-production \
89-
common-helm-charts/microservice-base/
89+
common-helm-charts/microservice-base/

0 commit comments

Comments
 (0)