Skip to content

Commit

Permalink
Upgrade to JHipster Registry 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Jun 20, 2017
1 parent 9c2bb10 commit 5bed361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/jhipster-registry.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
jhipster-registry:
image: jhipster/jhipster-registry:v3.0.1
image: jhipster/jhipster-registry:v3.0.2
volumes:
- ./central-server-config:/central-config
# By default the JHipster Registry runs with the "prod" and "native"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/registry/jhipster-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: jhipster-registry
image: jhipster/jhipster-registry:v3.0.1
image: jhipster/jhipster-registry:v3.0.2
ports:
- containerPort: 8761
env:
Expand Down

0 comments on commit 5bed361

Please sign in to comment.