Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mod: update gateway version #39

Merged
merged 1 commit into from
Oct 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
repository: vesoft-inc/nebula-http-gateway
path: source/nebula-http-gateway
ref: v2.1.0
ref: v2.1.1
- uses: actions/setup-go@v2
with:
go-version: '^1.13.1'
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
with:
repository: vesoft-inc/nebula-http-gateway
path: source/nebula-http-gateway
ref: v2.1.0
ref: v2.1.1
- uses: actions/setup-go@v2
with:
go-version: '^1.13.1'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
repository: vesoft-inc/nebula-http-gateway
path: source/nebula-http-gateway
ref: v2.1.0
ref: v2.1.1
- uses: actions/setup-go@v2
with:
go-version: '^1.13.1'
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
with:
repository: vesoft-inc/nebula-http-gateway
path: source/nebula-http-gateway
ref: v2.1.0
ref: v2.1.1
- uses: actions/setup-go@v2
with:
go-version: '^1.13.1'
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $ helm uninstall my-studio
| image.httpGateway.name | The image name of nebula-http-gateway | vesoft/nebula-http-gateway |
| image.nebulaStudio.name | The image name of nebula-graph-studio | vesoft/nebula-graph-studio |
| image.nginx.name | The image name of nginx | nginx |
| image.httpGateway.version | The image version nebula-http-gateway | v2.1.0 |
| image.httpGateway.version | The image version nebula-http-gateway | v2.1.1 |
| image.nebulaStudio.version | The image version nebula-graph-studio | v3.1.0 |
| image.nginx.version | The image version of nginx | alpine |
| service.type | The service type, should be one of ['NodePort', 'ClusterIP', 'LoadBalancer'] | ClusterIP |
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
pullPolicy: IfNotPresent
httpGateway:
name: vesoft/nebula-http-gateway
version: v2.1.0
version: v2.1.1
nebulaStudio:
name: vesoft/nebula-graph-studio
version: v3.1.0
Expand Down