You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
When creating an image on Openshift, the following error is displayed. The name may need to be updated to "backstage:[tag]"
Error message: The BuildConfig "backstage" is invalid: spec.output.to.name: Invalid value: "backstage": ImageStreamTag object references must be in the form [name]:[tag]
spec:
output:
to:
kind: ImageStreamTag
name: backstage => "backstage:[tag]"
The text was updated successfully, but these errors were encountered:
When creating an image on Openshift, the following error is displayed. The name may need to be updated to "backstage:[tag]"
Error message:
The BuildConfig "backstage" is invalid: spec.output.to.name: Invalid value: "backstage": ImageStreamTag object references must be in the form [name]:[tag]
spec:
output:
to:
kind: ImageStreamTag
name: backstage => "backstage:[tag]"
The text was updated successfully, but these errors were encountered: