Skip to content

Commit 6701117

Browse files
clean up helm set vars
1 parent 5eb6516 commit 6701117

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/friendly-umbrella-deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,10 @@ jobs:
6767
run: >
6868
helm upgrade --install friendly-umbrella ./helm
6969
-n ${{ secrets.NAMESPACE }} -f ./helm/values.yaml
70-
--set image.repository=${{ secrets.ECR_REPO }}
71-
--set image.tag=$GITHUB_SHA
70+
--set initContainers[0].image.repository=${{ secrets.ECR_REPO }}
71+
--set initContainers[0].image.tag=$GITHUB_SHA
72+
--set containers[0].image.repository=${{ secrets.ECR_REPO }}
73+
--set containers[0].image.tag=$GITHUB_SHA
7274
--set mapping.host=${{ secrets.HOST }}
7375
--set serviceAccount.name=${{ secrets.K8S_SERVICE_ACCOUNT }}
7476
--set config.AWS_STORAGE_BUCKET_NAME=${{ secrets.BUCKET_NAME }}

0 commit comments

Comments
 (0)