Skip to content

Commit

Permalink
fix: set correct versions for manifest files
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Ruck <[email protected]>
  • Loading branch information
Manuel Ruck committed May 4, 2024
1 parent 7c3c811 commit 9574fc2
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion bundestag.io/admin/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: admin
image: ${actions.build.admin.outputs.deploymentImageId}
image: democracy/bundestag.io-admin:3.2.0
imagePullPolicy: IfNotPresent
env:
- name: PORT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
activeDeadlineSeconds: 86400
containers:
- name: cleanup-push-queue
image: ${actions.build.cleanup-push-queue.outputs.deploymentImageId}
image: democracy/cleanup-push-queue:1.0.4
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion services/cron-jobs/crawler/manifests/CronJob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
activeDeadlineSeconds: 86400
containers:
- name: import-procedures
image: ${actions.build.import-procedures.outputs.deploymentImageId}
image: democracy/crawler:1.0.17
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
activeDeadlineSeconds: 86400
containers:
- name: import-conference-week-details
image: ${actions.build.import-conference-week-details.outputs.deploymentImageId}
image: democracy/import-conference-week-details:0.1.26
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
activeDeadlineSeconds: 86400
containers:
- name: import-deputy-profiles
image: ${actions.build.import-deputy-profiles.outputs.deploymentImageId}
image: democracy/import-deputy-profiles:0.1.12
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
activeDeadlineSeconds: 86400
containers:
- name: import-named-poll-deputies
image: ${actions.build.import-named-poll-deputies.outputs.deploymentImageId}
image: democracy/import-named-poll-deputies:0.1.8
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
activeDeadlineSeconds: 86400
containers:
- name: import-named-polls
image: ${actions.build.import-named-polls.outputs.deploymentImageId}
image: democracy/import-named-polls:0.1.17
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
activeDeadlineSeconds: 86400
containers:
- name: import-plenary-minutes
image: ${actions.build.import-plenary-minutes.outputs.deploymentImageId}
image: democracy/import-plenary-minutes:0.1.6
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
activeDeadlineSeconds: 86400
containers:
- name: index-sync-bundestagio
image: ${actions.build.index-sync-bundestagio.outputs.deploymentImageId}
image: democracy/import-plenary-minutes:0.1.6
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
activeDeadlineSeconds: 86400
containers:
- name: index-sync-democracy
image: ${actions.build.index-sync-democracy.outputs.deploymentImageId}
image: democracy/index-sync-democracy:0.1.4
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion services/cron-jobs/push-send-queued/manifests/CronJob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
activeDeadlineSeconds: 86400
containers:
- name: push-send-queued
image: ${actions.build.push-send-queued.outputs.deploymentImageId}
image: democracy/push-send-queued:0.1.24
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
activeDeadlineSeconds: 86400
containers:
- name: queue-pushs-conference-week
image: ${actions.build.queue-pushs-conference-week.outputs.deploymentImageId}
image: democracy/queue-pushs-conference-week:0.1.9
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
activeDeadlineSeconds: 86400
containers:
- name: queue-pushs-vote-conference-week
image: ${actions.build.queue-pushs-vote-conference-week.outputs.deploymentImageId}
image: democracy/queue-pushs-vote-conference-week:0.1.7
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
activeDeadlineSeconds: 86400
containers:
- name: queue-pushs-vote-top-100
image: ${actions.build.queue-pushs-vote-top-100.outputs.deploymentImageId}
image: democracy/queue-pushs-vote-top-100:0.1.14
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
activeDeadlineSeconds: 86400
containers:
- name: shedule-bio-resync
image: ${actions.build.shedule-bio-resync.outputs.deploymentImageId}
image: democracy/shedule-bio-resync:0.1.5
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
activeDeadlineSeconds: 86400
containers:
- name: sync-deputy-profiles
image: ${actions.build.sync-deputy-profiles.outputs.deploymentImageId}
image: democracy/sync-deputy-profiles:0.1.12
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion services/cron-jobs/sync-named-polls/manifests/CronJob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
activeDeadlineSeconds: 86400
containers:
- name: sync-named-polls
image: ${actions.build.sync-named-polls.outputs.deploymentImageId}
image: democracy/sync-named-polls:0.1.14
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion services/cron-jobs/sync-procedures/manifests/CronJob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
activeDeadlineSeconds: 86400
containers:
- name: sync-procedures
image: ${actions.build.sync-procedures.outputs.deploymentImageId}
image: democracy/sync-procedures:0.1.19
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
Expand Down

0 comments on commit 9574fc2

Please sign in to comment.