diff --git a/pkg/cluster/sonobuoy/product.go b/pkg/cluster/sonobuoy/product.go index 2ff7d8645..e27481e71 100644 --- a/pkg/cluster/sonobuoy/product.go +++ b/pkg/cluster/sonobuoy/product.go @@ -25,7 +25,7 @@ var talos = product{ WebsiteURL: "https://www.siderolabs.com/", RepoURL: "https://github.com/siderolabs/talos", DocumentationURL: "https://www.talos.dev", - ProductLogoURL: "https://www.talos.dev/images/Sidero_stacked_darkbkgd_RGB.png", + ProductLogoURL: "https://www.talos.dev/images/Sidero_stacked_darkbkgd_RGB.svg", Type: "installer", Description: "Talos Linux is Linux designed for Kubernetes - secure, immutable, and minimal.", } diff --git a/website/static/images/Sidero_stacked_darkbkgd_RGB.svg b/website/static/images/Sidero_stacked_darkbkgd_RGB.svg new file mode 100644 index 000000000..56e6436dc --- /dev/null +++ b/website/static/images/Sidero_stacked_darkbkgd_RGB.svg @@ -0,0 +1 @@ + \ No newline at end of file