Skip to content

Commit b33feee

Browse files
committed
Remove Migrations.Value - Init containers is raw yaml
1 parent 4296209 commit b33feee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/foundry.okd.on-push.application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)" \

charts/okd/airflow/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)