diff --git a/kubernetes/production/api-deployment.yaml b/kubernetes/production/api-deployment.yaml index cde05dc..f7a4553 100644 --- a/kubernetes/production/api-deployment.yaml +++ b/kubernetes/production/api-deployment.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: rails-server - image: envirodgi/db-rails-server:d0199da9a0f5ce5a27574c384497a6d669645caa + image: envirodgi/db-rails-server:a10aed1f294c271d9c7d4ce4133d0e48b2b324e9 imagePullPolicy: Always ports: - containerPort: 3000 diff --git a/kubernetes/production/import-worker-deployment.yaml b/kubernetes/production/import-worker-deployment.yaml index 7fd126b..667dc4f 100644 --- a/kubernetes/production/import-worker-deployment.yaml +++ b/kubernetes/production/import-worker-deployment.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: db-import-worker - image: envirodgi/db-import-worker:d0199da9a0f5ce5a27574c384497a6d669645caa + image: envirodgi/db-import-worker:a10aed1f294c271d9c7d4ce4133d0e48b2b324e9 imagePullPolicy: Always resources: requests: diff --git a/kubernetes/production/status-update-job.yaml b/kubernetes/production/status-update-job.yaml index 5024fa8..c8e6acd 100644 --- a/kubernetes/production/status-update-job.yaml +++ b/kubernetes/production/status-update-job.yaml @@ -12,7 +12,7 @@ spec: restartPolicy: OnFailure containers: - name: db-status-update-job - image: envirodgi/db-status-update-job:d0199da9a0f5ce5a27574c384497a6d669645caa + image: envirodgi/db-status-update-job:a10aed1f294c271d9c7d4ce4133d0e48b2b324e9 imagePullPolicy: Always resources: requests: