Tornjak UBI support (#123)

* Tornjak UBI support

The Tornjak containers now have two different flavors. Vanilla and UBI.
Automatically select the UBI image when deploying on OpenShift.

Signed-off-by: Kevin Fox <[email protected]>
Co-authored-by: Mariusz Sabath <[email protected]>
This commit is contained in:
kfox1111
2023-12-11 06:56:58 -08:00
committed by GitHub
co-authored by Mariusz Sabath
parent 89c07e2d04
commit 7726351955
7 changed files with 14 additions and 16 deletions
+4 -2
View File
@@ -608,14 +608,16 @@ tornjak:
## @param tornjak.image.repository The repository within the registry
## @param tornjak.image.pullPolicy The image pull policy
## @param tornjak.image.version This value is deprecated in favor of tag. (Will be removed in a future release)
## @param tornjak.image.tag Overrides the image tag whose default is the chart appVersion
## @param tornjak.image.tag Overrides the image tag to be whatever you need it to be. It will always be the flag you set without modifications
## @param tornjak.image.defaultTag Sets the default image to use when image.tag is not set. It will automatically be updated with a ubi- prefix if on OpenShift.
##
image:
registry: ghcr.io
repository: spiffe/tornjak-backend
pullPolicy: IfNotPresent
version: ""
tag: "v1.4.0"
tag: ""
defaultTag: "v1.4.1"
service:
## @param tornjak.service.type Type of service resource