🚑 Use www.kubehq.com for links (#1809)

This commit is contained in:
Serhii Ponomarenko
2025-11-26 18:14:40 +02:00
committed by GitHub
parent 03a53ad6d5
commit 4dea643781
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: v2
name: kubeshark
version: "52.10.0"
description: The API Traffic Analyzer for Kubernetes
home: https://kubehq.com
home: https://www.kubehq.com
keywords:
- kubeshark
- packet capture
@@ -18,7 +18,7 @@ kubeVersion: '>= 1.16.0-0'
maintainers:
- email: info@kubehq.com
name: Kubeshark
url: https://kubehq.com
url: https://www.kubehq.com
sources:
- https://github.com/kubeshark/kubeshark/tree/master/helm-chart
type: application

View File

@@ -10,7 +10,7 @@ var (
Software = "Kubeshark"
Program = "kubeshark"
Description = "The API Traffic Analyzer for Kubernetes"
Website = "https://kubehq.com"
Website = "https://www.kubehq.com"
Email = "support@kubehq.io"
Ver = "0.0.0"
Branch = "master"