Skip to content

Commit

Permalink
fix ghe action
Browse files Browse the repository at this point in the history
  • Loading branch information
cooldragontattoo committed Jan 15, 2025
1 parent 29f1ece commit 0311edb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/eks-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:
run: >
helm upgrade --install cfgov ./helm --values ./helm/values.eks.yaml
-n ${{ secrets.NAMESPACE }}
--set initContainers[1].image.repository=${{ secrets.CFGOV_IMAGE }}
--set initContainers[1].image.tag=${GITHUB_SHA}
--set initContainers[1].env[0].value=${DB_URL}
--set initContainers[0].image.repository=${{ secrets.CFGOV_IMAGE }}
--set initContainers[0].image.tag=${GITHUB_SHA}
--set initContainers[0].env[0].value=${DB_URL}
--set containers[0].image.repository=${{ secrets.CFGOV_IMAGE }}
--set containers[0].image.tag=${GITHUB_SHA}
--set containers[0].env[0].value=${DB_URL}
Expand Down

0 comments on commit 0311edb

Please sign in to comment.