Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr0grog committed Jun 28, 2022
1 parent 0840aa1 commit 2284b2d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion kubernetes/production/api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: rails-server
image: envirodgi/db-rails-server:2e27f03657878e0e8c9601ea32370d74946805ff
image: envirodgi/db-rails-server:bdfcc85d182e18d424876e096c06c91ccf2e5e0d
imagePullPolicy: Always
ports:
- containerPort: 3000
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/production/import-worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: db-import-worker
image: envirodgi/db-import-worker:2e27f03657878e0e8c9601ea32370d74946805ff
image: envirodgi/db-import-worker:bdfcc85d182e18d424876e096c06c91ccf2e5e0d
imagePullPolicy: Always
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/production/status-update-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: db-status-update-job
image: envirodgi/db-status-update-job:2e27f03657878e0e8c9601ea32370d74946805ff
image: envirodgi/db-status-update-job:bdfcc85d182e18d424876e096c06c91ccf2e5e0d
imagePullPolicy: Always
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/staging/api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: rails-server
image: envirodgi/db-rails-server:2e27f03657878e0e8c9601ea32370d74946805ff
image: envirodgi/db-rails-server:bdfcc85d182e18d424876e096c06c91ccf2e5e0d
imagePullPolicy: Always
ports:
- containerPort: 3000
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/staging/import-worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: db-import-worker
image: envirodgi/db-import-worker:2e27f03657878e0e8c9601ea32370d74946805ff
image: envirodgi/db-import-worker:bdfcc85d182e18d424876e096c06c91ccf2e5e0d
imagePullPolicy: Always
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/staging/status-update-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: db-status-update-job
image: envirodgi/db-status-update-job:2e27f03657878e0e8c9601ea32370d74946805ff
image: envirodgi/db-status-update-job:bdfcc85d182e18d424876e096c06c91ccf2e5e0d
imagePullPolicy: Always
resources:
requests:
Expand Down

0 comments on commit 2284b2d

Please sign in to comment.