Skip to content

Commit

Permalink
Compatibility notice (#252)
Browse files Browse the repository at this point in the history
* Add compatibility matrix

Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>

* Adding v1.3

Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>

---------

Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
  • Loading branch information
maia-iyer committed Jun 6, 2023
1 parent f317317 commit c0f41c7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ NOTE: Previously, we had images placing the Tornjak backend and SPIRE server in

Pre-built images can be found at the above links. To decide which tag to use, typically choose a release from [this page](https://github.com/spiffe/tornjak/releases) and choose the corresponding tag. For example, if you are interested in release `tornjak-1.0.2`, then choose image tag `v1.0.2`.

### Compatibility Table

Please see below for compatibility charts of SPIRE server versions with Tornjak:

| Tornjak version | SPIRE Server version |
| :--------------------- | :------------------- |
| v1.1.x, v1.2.x, v1.3.x | v1.1.x, v1.2.x, v1.3.x, v1.4.x |

## Tornjak Backend

This is meant to be deployed where it can access a SPIRE server. To run, the container has three arguments:
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:latest
image: ghcr.io/spiffe/tornjak-backend:v1.2.2
args:
- --spire-config
- /run/spire/config/server.conf
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
image: ghcr.io/spiffe/tornjak:latest
image: ghcr.io/spiffe/tornjak:v1.2.2
imagePullPolicy: Always
args:
- --spire-config
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/server-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: spire-server
containers:
- name: spire-server
image: ghcr.io/spiffe/spire-server:1.5.1
image: ghcr.io/spiffe/spire-server:1.4.4
args:
- -config
- /run/spire/config/server.conf
Expand Down

0 comments on commit c0f41c7

Please sign in to comment.