Skip to content

Commit

Permalink
v5.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Nov 4, 2024
1 parent 30a69b4 commit d95bad2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The core JAWS application consists of a set of containerized microservices which
- CLI Admin Console

Optionally, the following extra containerized services are available:
- Web Admin Console
- Web App
- JAWS EPICS Services

There are external services required to be available for the Web Admin Console and EPICS Services that can be optionally containerized as well, but at JLab we use separately managed shared instances. You can launch a fully containerized version of JAWS which includes containerized external dependencies in the [web admin project](https://github.com/jeffersonlab/jaws-web) and [epics2kafka project](https://github.com/jeffersonlab/jaws-epics2kafka). These external services include:
Expand Down
2 changes: 1 addition & 1 deletion service-versions.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
KAFKA_VERSION=3.5.0
REGISTRY_VERSION=7.4
WEB_ADMIN_VERSION=5.14.1
WEB_VERSION=5.15.0
CLI_ADMIN_VERSION=5.0.0
PROCESSOR_VERSION=5.0.0
EPICS2KAFKA_VERSION=5.0.0
Expand Down
2 changes: 1 addition & 1 deletion web.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
web:
image: jeffersonlab/jaws-admin-gui:${WEB_ADMIN_VERSION}
image: jeffersonlab/jaws-web:${WEB_VERSION}
hostname: web
container_name: web
depends_on:
Expand Down

0 comments on commit d95bad2

Please sign in to comment.