Upgrade Tornjak to image v1.2.2 (#328)
Upgrade Tornjak image to version v1.2.2 (https://github.com/spiffe/tornjak/releases/tag/v1.2.2) - Resolving issue #326 (remove an emergency patch) - Refactor and improve Tornajk image build process --------- Signed-off-by: Mariusz Sabath <[email protected]> Co-authored-by: Edwin Buck <[email protected]>
This commit is contained in:
co-authored by
Edwin Buck
parent
cfa9f78885
commit
52e5c24947
@@ -134,7 +134,7 @@ A Helm chart to install the SPIRE server.
|
||||
| tornjak.image.pullPolicy | string | `"IfNotPresent"` | The Tornjak image pull policy |
|
||||
| tornjak.image.registry | string | `"ghcr.io"` | The OCI registry to pull the Tornjak image from |
|
||||
| tornjak.image.repository | string | `"spiffe/tornjak-backend"` | The repository within the registry |
|
||||
| tornjak.image.tag | string | `"v1.2.1"` | Overrides the image tag |
|
||||
| tornjak.image.tag | string | `"v1.2.2"` | Overrides the image tag |
|
||||
| tornjak.image.version | string | `""` | This value is deprecated in favor of tag. (Will be removed in a future release) |
|
||||
| tornjak.resources | object | `{}` | |
|
||||
| tornjak.service.annotations | object | `{}` | |
|
||||
|
||||
@@ -337,7 +337,7 @@ tornjak:
|
||||
# -- This value is deprecated in favor of tag. (Will be removed in a future release)
|
||||
version: ""
|
||||
# -- Overrides the image tag
|
||||
tag: "v1.2.1"
|
||||
tag: "v1.2.2"
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 10000
|
||||
|
||||
Reference in New Issue
Block a user