Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mohaids committed Feb 11, 2025
2 parents 18b8fcf + bb06e37 commit efe9928
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ If you chose to deploy Tornjak with the UI, connecting to the UI is very simple.
You will need to deploy the separate frontend separately to access the exposed Tornjak backend. We have prebuilt the frontend in a container, so we can simply run it via a single docker command in a separate terminal, which will take a couple minutes to run:

```console
docker run -p 3000:3000 -e REACT_APP_API_SERVER_URI='http://localhost:10000' ghcr.io/spiffe/tornjak-frontend:latest
docker run -p 3000:3000 -e REACT_APP_API_SERVER_URI='http://localhost:10000' ghcr.io/spiffe/tornjak-frontend:v2.0.0
```

After the image is downloaded, you will eventually see the following output:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
periodSeconds: 5
### 👈 BEGIN ADDITIONAL CONTAINER ###
- name: tornjak-backend
image: ghcr.io/spiffe/tornjak-backend:v1.9.0
image: ghcr.io/spiffe/tornjak-backend:v2.0.0
args:
- --spire-config
- /run/spire/config/server.conf
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0.0
v2.1.0

0 comments on commit efe9928

Please sign in to comment.