Skip to content

Commit

Permalink
use the correct dockerhub repo (#582)
Browse files Browse the repository at this point in the history
use the one we push to in jenkinsfile

```
kubectl get pods
front-end-staging-f5b475878-kdqpj          0/1       ErrImagePull   0          4s

kubectl describe pod front-end-staging-f5b475878-kdqpj
... pulling image "zooniverse/fe-project:0646cd983059a46e5e11eaf1cfb2359b15f01b4a"
... Failed to pull image "zooniverse/fe-project:0646cd983059a46e5e11eaf1cfb2359b15f01b4a": rpc error: code = Unknown desc = Error response from daemon: manifest for zooniverse/fe-project:0646cd983059a46e5e11eaf1cfb2359b15f01b4a not found
... Error: ErrImagePull
... Back-off pulling image "zooniverse/fe-project:0646cd983059a46e5e11eaf1cfb2359b15f01b4a"
```
  • Loading branch information
camallen authored Mar 20, 2019
1 parent 7a18ab3 commit 2e964d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/deployment.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ spec:
spec:
containers:
- name: fe-project-staging
image: zooniverse/fe-project:__IMAGE_TAG__
image: zooniverse/front-end-monorepo:__IMAGE_TAG__
ports:
- containerPort: 3000

0 comments on commit 2e964d9

Please sign in to comment.