Skip to content

Commit

Permalink
rollback github-actions-deploy-eks-helm upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
cristidas committed Jun 12, 2024
1 parent 8c59535 commit eb5bf38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
atomic: true

- name: Deploying Chainlog Logger to Kubernetes with Helm
uses: bitovi/[email protected].9
uses: bitovi/[email protected].4
with:
values: image.repository=${{ steps.login-ecr.outputs.registry }}/chainlog-logger-prod,image.tag=${{ steps.vars.outputs.sha_short }}
cluster-name: ${{ env.CLUSTER_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
atomic: true

- name: Deploying Chainlog Logger to Kubernetes with Helm
uses: bitovi/[email protected].9
uses: bitovi/[email protected].4
with:
values: image.repository=${{ steps.login-ecr.outputs.registry }}/chainlog-logger-staging,image.tag=${{ steps.vars.outputs.sha_short }}
cluster-name: ${{ env.CLUSTER_NAME }}
Expand Down

0 comments on commit eb5bf38

Please sign in to comment.