From 2b23fabcc1c3f5f495ea4d7fa6597fa639d4ce82 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 22 Jun 2022 22:14:34 +0400 Subject: [PATCH] docs: use SVG image for K8s conformance It doesn't accept PNG images. Signed-off-by: Andrey Smirnov --- pkg/cluster/sonobuoy/product.go | 2 +- website/static/images/Sidero_stacked_darkbkgd_RGB.svg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 website/static/images/Sidero_stacked_darkbkgd_RGB.svg 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