File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ jobs:
194194 --set-string secrets.api.secretKey="${{ secrets.FOUNDRY_AIRFLOW_API_SECRET_KEY_}}" \
195195 --set-string secrets.api.jwtKey="${{ secrets.FOUNDRY_AIRFLOW_API_JWT_KEY_}}" \
196196 --set-string secrets.sendgridApiKey="${{ secrets.FOUNDRY_SENDGRID_API_KEY }}" \
197- --set-string migrations .image="${{ secrets.ACR_REGISTRY }}/bcwat/flyway:${{ needs.bump_version.outputs.version }}" \
197+ --set-string apiServer.extraInitContainers[0] .image="${{ secrets.ACR_REGISTRY }}/bcwat/flyway:${{ needs.bump_version.outputs.version }}" \
198198 --set-string webserver.podAnnotations."rollout-timestamp"="$(date +%s)" \
199199 --set-string scheduler.podAnnotations."rollout-timestamp"="$(date +%s)" \
200200 --set-string triggerer.podAnnotations."rollout-timestamp"="$(date +%s)" \
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ apiServer:
111111 value : " 60"
112112 extraInitContainers :
113113 - name : bcwat-api-init
114- image : " {{ .Values.migrations.image }} "
114+ image : ~
115115 imagePullPolicy : Always
116116 env :
117117 - name : FLYWAY_URL
You can’t perform that action at this time.
0 commit comments