Skip to content

Commit

Permalink
Update Compatibility Matrix (#396) (#400)
Browse files Browse the repository at this point in the history
* Update Compatibility Matrix

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

* Update quickstart versions

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 authored Apr 9, 2024
1 parent abc46f2 commit b03fee1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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 |
| v1.4.x | v1.5.x, v1.6.x, v1.7.x |
| v1.4.x, v1.5.x, v1.6.x | v1.5.x, v1.6.x, v1.7.x, v1.8.x, v1.9.x|

## Tornjak Backend

Expand Down
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.4.4
image: ghcr.io/spiffe/spire-server:1.9.4
args:
- -config
- /run/spire/config/server.conf
Expand Down Expand Up @@ -51,7 +51,7 @@ spec:
periodSeconds: 5
### 👈 BEGIN ADDITIONAL CONTAINER ###
- name: tornjak-backend
image: ghcr.io/spiffe/tornjak-backend:v1.4.2
image: ghcr.io/spiffe/tornjak-backend:v1.5.0
args:
- --spire-config
- /run/spire/config/server.conf
Expand Down

0 comments on commit b03fee1

Please sign in to comment.