wildfly / wildfly-charts

Helm Charts for WildFly
https://docs.wildfly.org/wildfly-charts/
Apache License 2.0
3 stars 14 forks source link

[#92] Specify different image types for the 2 S2I images #96

Closed jmesnil closed 2 years ago

jmesnil commented 2 years ago

The property build.s2i.builderKind (resp. build.s2i.runtimeKind) can be used to set the S2I builder (resp. runtime) image. If these properties are not defined, the types of the images is set using the existing build.s2i.kind.

This fixes #92.

Signed-off-by: Jeff Mesnil jmesnil@redhat.com

jmesnil commented 2 years ago

@jfdenise could you please review?