We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb6516 commit 6701117Copy full SHA for 6701117
.github/workflows/friendly-umbrella-deploy.yml
@@ -67,8 +67,10 @@ jobs:
67
run: >
68
helm upgrade --install friendly-umbrella ./helm
69
-n ${{ secrets.NAMESPACE }} -f ./helm/values.yaml
70
- --set image.repository=${{ secrets.ECR_REPO }}
71
- --set image.tag=$GITHUB_SHA
+ --set initContainers[0].image.repository=${{ secrets.ECR_REPO }}
+ --set initContainers[0].image.tag=$GITHUB_SHA
72
+ --set containers[0].image.repository=${{ secrets.ECR_REPO }}
73
+ --set containers[0].image.tag=$GITHUB_SHA
74
--set mapping.host=${{ secrets.HOST }}
75
--set serviceAccount.name=${{ secrets.K8S_SERVICE_ACCOUNT }}
76
--set config.AWS_STORAGE_BUCKET_NAME=${{ secrets.BUCKET_NAME }}
0 commit comments