Skip to content

Commit

Permalink
upgrade to latest releases
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 1, 2023
1 parent a8aacc6 commit 36f7450
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion kustomize/base/main/bundestagio-depl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: bundestagio
image: democracy/bundestag.io:pr-502
image: democracy/bundestag.io:0.1.58
envFrom:
- configMapRef:
name: bio-api-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: 43200
containers:
- name: import-conference-week-details
image: democracy/import-conference-week-details:pr-502
image: democracy/import-conference-week-details:0.1.25
imagePullPolicy: Always
env:
- name: DB_URL
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/main/import-deputy-profiles-period-18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
activeDeadlineSeconds: 43200
containers:
- name: import-deputy-profiles
image: democracy/import-deputy-profiles:pr-502
image: democracy/import-deputy-profiles:0.1.10
imagePullPolicy: Always
env:
- name: PERIOD
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/main/import-deputy-profiles-period-19.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
activeDeadlineSeconds: 43200
containers:
- name: import-deputy-profiles
image: democracy/import-deputy-profiles:pr-502
image: democracy/import-deputy-profiles:0.1.10
imagePullPolicy: Always
env:
- name: PERIOD
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/main/import-deputy-profiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
activeDeadlineSeconds: 43200
containers:
- name: import-deputy-profiles
image: democracy/import-deputy-profiles:pr-502
image: democracy/import-deputy-profiles:0.1.10
imagePullPolicy: Always
env:
- name: PERIOD
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: 43200
containers:
- name: import-named-poll-deputies
image: democracy/import-named-poll-deputies:pr-502
image: democracy/import-named-poll-deputies:0.1.7
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: 43200
containers:
- name: import-named-polls
image: democracy/import-named-polls:pr-502
image: democracy/import-named-polls:0.1.11
env:
- name: DB_URL
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/main/import-plenary-minutes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
activeDeadlineSeconds: 43200
containers:
- name: import-plenary-minutes
image: democracy/import-plenary-minutes:pr-502
image: democracy/import-plenary-minutes:0.1.6
imagePullPolicy: Always
env:
- name: DB_URL
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/main/import-procedures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
activeDeadlineSeconds: 43200
containers:
- name: import-procedures
image: democracy/crawler:pr-502
image: democracy/crawler:1.0.16
imagePullPolicy: Always
envFrom:
- configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/main/index-sync-bundestagio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
activeDeadlineSeconds: 43200
containers:
- name: index-sync-bundestagio
image: democracy/index-sync-bundestagio:pr-502
image: democracy/index-sync-bundestagio:0.1.4
imagePullPolicy: Always
env:
- name: DB_URL
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/main/push-send-queued.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
activeDeadlineSeconds: 43200
containers:
- name: push-send-queued
image: democracy/push-send-queued:0.1.23
image: democracy/push-send-queued:0.1.24
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/main/queue-pushs-vote-top-100.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
activeDeadlineSeconds: 43200
containers:
- name: queue-pushs-vote-top-100
image: democracy/queue-pushs-vote-top-100:0.1.12
image: democracy/queue-pushs-vote-top-100:0.1.13
imagePullPolicy: Always
env:
- name: DB_URL
Expand Down

0 comments on commit 36f7450

Please sign in to comment.