Skip to content

Commit

Permalink
chore: update conformance product.yaml
Browse files Browse the repository at this point in the history
New requirements from CNCF.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Dec 16, 2022
1 parent b776384 commit 2e84d2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cluster/sonobuoy/product.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ type product struct {
ProductLogoURL string `yaml:"product_logo_url"`
Type string `yaml:"type"`
Description string `yaml:"description"`
ContactEmail string `yaml:"contact_email_address"`
}

var talos = product{
Expand All @@ -28,4 +29,5 @@ var talos = product{
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.",
ContactEmail: "developers@siderolabs.com",
}

0 comments on commit 2e84d2a

Please sign in to comment.