Regression since 2.6.3.Final in OpenShift extension
See original GitHub issueDescribe the bug
Seems when the openshift extension generates the resources its no longer generating the ImageStream
resource properly.
See https://github.com/quarkusio/quarkus-super-heroes/blob/5a805fadaeff91572345777775a943d5324c67be/rest-fights/deploy/k8s/native-java17-openshift.yml#L83-L91 (generated with the openshift extension on Quarkus 2.7.0.Final
) vs https://github.com/quarkusio/quarkus-super-heroes/blob/c2e744ec28defd9d97b4ba578d1e0f16eeb3ea8d/rest-fights/deploy/k8s/native-java17-openshift.yml#L83-L103 (generated with the openshift extension on Quarkus 2.6.3.Final
).
Expected behavior
The generated ImageStream
resource doesn’t have a metadata.name
value. Even still as you can see from the 2 links
Actual behavior
No response
How to Reproduce?
No response
Output of uname -a
or ver
No response
Output of java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version
or gradlew --version
)
No response
Additional information
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:15 (8 by maintainers)
OK, so I can confirm this particular fix is planned for 2.7.1.Final.
Should I open a new issue @iocanel for this?