Fixing URL for Tekton plugin icon

Changed iconUrl in the yaml so that the icon for this plugin will display on the /plugins page.

Signed-off-by: Jeff Feng <jeffreyf@spotify.com>
This commit is contained in:
Jeff Feng
2022-08-08 13:42:40 -04:00
parent c43f8a0317
commit cea0b360dd
+1 -1
View File
@@ -5,5 +5,5 @@ authorUrl: https://github.com/jquad-group
category: CI
description: View the status of the Tekton PipelineRun resources.
documentation: https://github.com/jquad-group/backstage-jquad#readme
iconUrl: https://github.com/jquad-group/backstage-jquad/blob/main/img/tekton-horizontal-color.png
iconUrl: https://raw.githubusercontent.com/jquad-group/backstage-jquad/main/img/tekton-horizontal-color.png
npmPackageName: '@jquad-group/plugin-tekton-pipelines'