🚑 Migrate from kubeshark.co to kubehq.com (#1805)

* 🚑 Migrate to `kubehq.com` in helm values

* 🚑 Migrate to `kubehq.com` in cloud-api-url envs

* 🚑 Migrate to `kubehq.com` in manifest label keys

* 🚑 Migrate to `kubehq.com` in `Chart.yaml`

* 🚑 Migrate to `kubehq.com` in helm-chart notes/readme
This commit is contained in:
Serhii Ponomarenko
2025-11-25 20:22:51 +02:00
committed by GitHub
parent bd10e035ff
commit eb9a82962f
20 changed files with 177 additions and 177 deletions

View File

@@ -8,5 +8,5 @@ const (
HubServiceName = HubPodName
K8sAllNamespaces = ""
MinKubernetesServerVersion = "1.16.0"
AppLabelKey = "app.kubeshark.co/app"
AppLabelKey = "app.kubehq.com/app"
)