Upgrade Tornjak image to version v1.2.0 (#259)
Signed-off-by: Mariusz Sabath <[email protected]> Co-authored-by: Marco Franssen <[email protected]>
This commit is contained in:
committed by
Marco Franssen
co-authored by
Marco Franssen
parent
657c460e67
commit
382e0d4a47
@@ -108,8 +108,8 @@ A Helm chart to install the SPIRE server.
|
||||
| topologySpreadConstraints | list | `[]` | |
|
||||
| tornjak.config.dataStore | object | `{"driver":"sqlite3","file":"/run/spire/data/tornjak.sqlite3"}` | persistent DB for storing Tornjak specific information |
|
||||
| tornjak.enabled | bool | `false` | Deploys Tornjak API (backend) |
|
||||
| tornjak.image | object | `{"pullPolicy":"IfNotPresent","registry":"ghcr.io","repository":"spiffe/tornjak-be","version":"v1.0.2"}` | Tornjak API image |
|
||||
| tornjak.image.version | string | `"v1.0.2"` | Overrides the image tag whose default is the chart appVersion. |
|
||||
| tornjak.image | object | `{"pullPolicy":"IfNotPresent","registry":"ghcr.io","repository":"spiffe/tornjak-backend","version":"v1.2.0"}` | Tornjak API image |
|
||||
| tornjak.image.version | string | `"v1.2.0"` | Overrides the image tag whose default is the chart appVersion. |
|
||||
| tornjak.service.annotations | object | `{}` | |
|
||||
| tornjak.service.port | int | `10000` | |
|
||||
| tornjak.service.type | string | `"ClusterIP"` | |
|
||||
|
||||
@@ -263,10 +263,10 @@ tornjak:
|
||||
# -- Tornjak API image
|
||||
image:
|
||||
registry: ghcr.io
|
||||
repository: spiffe/tornjak-be
|
||||
repository: spiffe/tornjak-backend
|
||||
pullPolicy: IfNotPresent
|
||||
# -- Overrides the image tag whose default is the chart appVersion.
|
||||
version: "v1.0.2"
|
||||
version: "v1.2.0"
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 10000
|
||||
|
||||
Reference in New Issue
Block a user