Skip to content

Commit

Permalink
Rename docker image openaustralia/yinyo-scraper to openaustralia/yiny…
Browse files Browse the repository at this point in the history
…o-run
  • Loading branch information
mlandauer committed Mar 26, 2020
1 parent e339778 commit 1384896
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployments/helm/yinyo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ redis: {}

# TODO: Install a specific version. Also this doesn't actually exist at the moment on docker hub
image: openaustralia/yinyo-server
runImage: openaustralia/yinyo-scraper
runImage: openaustralia/yinyo-run

imagePullSecrets: []
nameOverride: ""
Expand Down
5 changes: 2 additions & 3 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build:
- image: openaustralia/yinyo-server
docker:
dockerfile: build/package/server/Dockerfile
- image: openaustralia/yinyo-scraper
- image: openaustralia/yinyo-run
docker:
dockerfile: build/package/wrapper/Dockerfile
deploy:
Expand All @@ -16,9 +16,8 @@ deploy:
valuesFiles:
- deployments/helm/yinyo-dev-values.yaml
values:
# TODO: Rename this
image: openaustralia/yinyo-server
runImage: openaustralia/yinyo-scraper
runImage: openaustralia/yinyo-run
- name: minio
remote: true
chartPath: stable/minio
Expand Down

0 comments on commit 1384896

Please sign in to comment.