diff --git a/docs/quickstart/README.md b/docs/quickstart/README.md index 9dc79c58..0bbc7f7b 100644 --- a/docs/quickstart/README.md +++ b/docs/quickstart/README.md @@ -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: diff --git a/docs/quickstart/server-statefulset-examples/backend-sidecar-server-statefulset.yaml b/docs/quickstart/server-statefulset-examples/backend-sidecar-server-statefulset.yaml index a8c7fcf5..6f775252 100644 --- a/docs/quickstart/server-statefulset-examples/backend-sidecar-server-statefulset.yaml +++ b/docs/quickstart/server-statefulset-examples/backend-sidecar-server-statefulset.yaml @@ -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 diff --git a/version.txt b/version.txt index 46b105a3..1defe531 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v2.0.0 +v2.1.0