Skip to content

Commit b03fee1

Browse files
authored
Update Compatibility Matrix (#396) (#400)
* 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>
1 parent abc46f2 commit b03fee1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Please see below for compatibility charts of SPIRE server versions with Tornjak:
1717
| Tornjak version | SPIRE Server version |
1818
| :--------------------- | :------------------- |
1919
| v1.1.x, v1.2.x, v1.3.x | v1.1.x, v1.2.x, v1.3.x, v1.4.x |
20-
| v1.4.x | v1.5.x, v1.6.x, v1.7.x |
20+
| v1.4.x, v1.5.x, v1.6.x | v1.5.x, v1.6.x, v1.7.x, v1.8.x, v1.9.x|
2121

2222
## Tornjak Backend
2323

docs/quickstart/server-statefulset-examples/backend-sidecar-server-statefulset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
serviceAccountName: spire-server
2121
containers:
2222
- name: spire-server
23-
image: ghcr.io/spiffe/spire-server:1.4.4
23+
image: ghcr.io/spiffe/spire-server:1.9.4
2424
args:
2525
- -config
2626
- /run/spire/config/server.conf
@@ -51,7 +51,7 @@ spec:
5151
periodSeconds: 5
5252
### 👈 BEGIN ADDITIONAL CONTAINER ###
5353
- name: tornjak-backend
54-
image: ghcr.io/spiffe/tornjak-backend:v1.4.2
54+
image: ghcr.io/spiffe/tornjak-backend:v1.5.0
5555
args:
5656
- --spire-config
5757
- /run/spire/config/server.conf

0 commit comments

Comments
 (0)