We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb046a commit 01f6793Copy full SHA for 01f6793
1 file changed
tests/e2e/scenarios/ai-conformance/tools/write-conformance-report/main.go
@@ -69,7 +69,7 @@ func run(ctx context.Context) error {
69
WebsiteURL: "https://kops.sigs.k8s.io/",
70
RepoURL: "https://github.com/kubernetes/kops",
71
DocumentationURL: "https://kops.sigs.k8s.io/",
72
- ProductLogoURL: "https://github.com/kubernetes/kops/blob/master/docs/img/logo.png",
+ ProductLogoURL: "https://raw.githubusercontent.com/kubernetes/kops/refs/heads/master/docs/img/logo.svg",
73
Description: "Kubernetes Operations (kOps) - Production Grade k8s Installation, Upgrades and Management",
74
ContactEmailAddress: "sig-cluster-lifecycle@kubernetes.io",
75
}
0 commit comments