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
Problem statement.
Right now, if you search for datadog-service on ArtifactHub, you can see that datadog does not have a logo and the display name shows up as datadog-service instead of Datadog Service
Here's how Prometheus Service looks like:
Describe the solution you'd like
Fix the displayName parameter for all versions of datadog-service in the keptn artifacthub repo here
Use the following logo from https://www.datadoghq.com/about/resources/
You will have to add a logoUrl parameter in the artifacthub-pkg.yml (for example check this in Prometheus Service). Datadog does not have a logo Url you can use like Prometheus Service. We will have to download the logo, add it under images/ (<- create a new folder here) and use the link like this
TODO
Raise a PR with the above change
Ask for review in #keptn-integrations channel (mention @vadasambar so that he can help you out in case of problems)
Problem statement.
Right now, if you search for
datadog-service
on ArtifactHub, you can see that datadog does not have a logo and the display name shows up asdatadog-service
instead ofDatadog Service
Here's how Prometheus Service looks like:
Describe the solution you'd like
displayName
parameter for all versions of datadog-service in the keptn artifacthub repo hereYou will have to add a
logoUrl
parameter in the artifacthub-pkg.yml (for example check this in Prometheus Service). Datadog does not have a logo Url you can use like Prometheus Service. We will have to download the logo, add it underimages/
(<- create a new folder here) and use the link like thisTODO
@vadasambar
so that he can help you out in case of problems)The text was updated successfully, but these errors were encountered: