Skip to content

Commit

Permalink
fix import-named-polls 400er error
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Ruck <[email protected]>
  • Loading branch information
Manuel Ruck committed Nov 5, 2023
1 parent d71ec3c commit 51ccd23
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kustomize/base/main/bundestagio-admin-depl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: bundestagio-admin
image: democracy/bundestag.io-admin:3.0.6
image: democracy/bundestag.io-admin:3.0.7
envFrom:
- configMapRef:
name: bio-admin-config
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/main/import-conference-week-details.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
activeDeadlineSeconds: 86400
containers:
- name: import-conference-week-details
image: democracy/import-conference-week-details:0.1.25
image: democracy/import-conference-week-details:0.1.26
imagePullPolicy: Always
env:
- name: DB_URL
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/main/import-named-poll-deputies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
activeDeadlineSeconds: 86400
containers:
- name: import-named-poll-deputies
image: democracy/import-named-poll-deputies:0.1.7
image: democracy/import-named-poll-deputies:0.1.8
imagePullPolicy: Always
env:
- name: DB_URL
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/main/import-named-polls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
activeDeadlineSeconds: 86400
containers:
- name: import-named-polls
image: democracy/import-named-polls:0.1.12
image: democracy/import-named-polls:0.1.13
env:
- name: DB_URL
valueFrom:
Expand Down

0 comments on commit 51ccd23

Please sign in to comment.