Skip to content

Commit

Permalink
Merge pull request #12 from CSIRO-enviro-informatics/release/0.0.55
Browse files Browse the repository at this point in the history
Prepare for v2.1 release
  • Loading branch information
jyucsiro authored Apr 17, 2019
2 parents 6638e93 + 567e853 commit 9c2e9ee
Show file tree
Hide file tree
Showing 30 changed files with 1,411 additions and 1,394 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ docker-context*
*/package-lock.json
*.lock
deploy/charts/kn/charts/
ssl_certs
knowledge-network-prod-*.json

# sbt specific
.cache
Expand Down
98 changes: 49 additions & 49 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,60 +232,60 @@ Change the followings:

```yaml
magda:
gateway:
routes:
search:
to: http://search-api/v0
registry:
to: http://registry-api-read-only/v0
registry-auth:
to: http://registry-api/v0
auth: true
auth:
to: http://authorization-api/v0/public
auth: true
admin:
to: http://admin-api/v0
auth: true
content:
to: http://content-api/v0
correspondence:
to: http://correspondence-api/v0/public
apidocs:
to: http://apidocs-server/
redirectTrailingSlash: true
test-chart:
to: http://test-chart
gateway:
routes:
search:
to: http://search-api/v0
registry:
to: http://registry-api-read-only/v0
registry-auth:
to: http://registry-api/v0
auth: true
auth:
to: http://authorization-api/v0/public
auth: true
admin:
to: http://admin-api/v0
auth: true
content:
to: http://content-api/v0
correspondence:
to: http://correspondence-api/v0/public
apidocs:
to: http://apidocs-server/
redirectTrailingSlash: true
test-chart:
to: http://test-chart
```
to :
```yaml
magda:
gateway:
routes:
search:
to: http://search-api/v0
registry:
to: http://registry-api-read-only/v0
registry-auth:
to: http://registry-api/v0
auth: true
auth:
to: http://authorization-api/v0/public
auth: true
admin:
to: http://admin-api/v0
auth: true
content:
to: http://content-api/v0
correspondence:
to: http://correspondence-api/v0/public
apidocs:
to: http://apidocs-server/
redirectTrailingSlash: true
test-chart-access:
to: http://test-chart
gateway:
routes:
search:
to: http://search-api/v0
registry:
to: http://registry-api-read-only/v0
registry-auth:
to: http://registry-api/v0
auth: true
auth:
to: http://authorization-api/v0/public
auth: true
admin:
to: http://admin-api/v0
auth: true
content:
to: http://content-api/v0
correspondence:
to: http://correspondence-api/v0/public
apidocs:
to: http://apidocs-server/
redirectTrailingSlash: true
test-chart-access:
to: http://test-chart
```
Once saved this file, just re-deploy via:
Expand Down Expand Up @@ -398,7 +398,7 @@ You also can run:
yarn docker-build-prod
```

to push images to prod repository `gcr.io/knowledge-network-192205/prod/magda/[module name]:[Vesion Tag]`.
to push images to prod repository `gcr.io/knowledge-network-prod/data61/[module name]:[Vesion Tag]`.

If you see an error like `Failed to dial gRPC: cannot connect to the Docker daemon.` when run `yarn docker-build-staging` or `yarn docker-build-prod`, please make sure you have `Docker daemon` running because these two scripts don't use `Docker daemon` comes with `minikube`.

Expand Down
3 changes: 1 addition & 2 deletions deploy/charts/connector-job/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Kubernetes
name: connector-job
version: 0.1.0
version: 2.1.0
Loading

0 comments on commit 9c2e9ee

Please sign in to comment.