Skip to content

Commit

Permalink
Fix helm action (Budibase#9804)
Browse files Browse the repository at this point in the history
* Downgrade glopezep/helm to 1.7.0

* Downgrade glopezep/helm to 1.6.1
  • Loading branch information
Rory-Powell authored Feb 24, 2023
1 parent 1e222d2 commit d8be15c
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-preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
wc -l values.preprod.yaml
- name: Deploy to Preprod Environment
uses: glopezep/helm@v1.7.0
uses: glopezep/helm@v1.6.1
with:
release: budibase-preprod
namespace: budibase
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
wc -l values.release.yaml
- name: Deploy to Release Environment
uses: glopezep/helm@v1.7.0
uses: glopezep/helm@v1.6.1
with:
release: budibase-release
namespace: budibase
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
wc -l values.release.yaml
- name: Deploy to Release Environment
uses: glopezep/helm@v1.7.0
uses: glopezep/helm@v1.6.1
with:
release: budibase-release
namespace: budibase
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
wc -l values.preprod.yaml
- name: Deploy to Preprod Environment
uses: glopezep/helm@v1.7.0
uses: glopezep/helm@v1.6.1
with:
release: budibase-preprod
namespace: budibase
Expand Down

0 comments on commit d8be15c

Please sign in to comment.