-
Bug
-
Resolution: Done
-
Minor
-
None
-
2019 Week 50-52 (from Dec 9), 2020 Week 01-03 (from Dec 30), 2020 Week 04-06 (from Jan 20)
When defining a KogitoApp CR, we have the possibility to set image version for runtime and s2i:
apiVersion: app.kiegroup.org/v1alpha1 kind: KogitoApp metadata: name: service spec: build: [...] imageRuntime: imageStreamTag: 0.6.0 imageS2I: imageStreamTag: 0.6.0
If versions are different (see steps to reproduce), then the operator is taking those versions into account and take the default one, and logs this message:
ImageS2I and ImageRuntime are set and are different, using the default tag 0.6.
- is blocked by
-
KOGITO-691 Operator does not create imagestreamtag if imagestream is already existing
- Closed
- relates to
-
KOGITO-160 Add capability to create Kogito image streams in case they are missing
- Closed