Skip to content

Commit a4a2df5

Browse files
committed
✨ Update the Helm chart
1 parent a711bf3 commit a4a2df5

17 files changed

+46
-43
lines changed

charts/chart/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: kubeshark
3-
version: "52.11.7"
3+
version: "52.12.0"
44
description: The API Traffic Analyzer for Kubernetes
5-
home: https://www.kubehq.com
5+
home: https://kubeshark.com
66
keywords:
77
- kubeshark
88
- packet capture
@@ -16,9 +16,9 @@ keywords:
1616
- api
1717
kubeVersion: '>= 1.16.0-0'
1818
maintainers:
19-
- email: info@kubehq.com
19+
- email: support@kubeshark.com
2020
name: Kubeshark
21-
url: https://www.kubehq.com
21+
url: https://kubeshark.com
2222
sources:
2323
- https://github.com/kubeshark/kubeshark/tree/master/helm-chart
2424
type: application

charts/chart/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Add the Helm repo for Kubeshark:
66

77
```shell
8-
helm repo add kubeshark https://helm.kubehq.com
8+
helm repo add kubeshark https://helm.kubeshark.com
99
```
1010

1111
then install Kubeshark:
@@ -69,7 +69,7 @@ When it's necessary, you can use:
6969
--set license=YOUR_LICENSE_GOES_HERE
7070
```
7171

72-
Get your license from Kubeshark's [Admin Console](https://console.kubehq.com/).
72+
Get your license from Kubeshark's [Admin Console](https://console.kubeshark.com/).
7373

7474
## Installing with Ingress (EKS) enabled
7575

@@ -145,7 +145,7 @@ Example for overriding image names:
145145
| `tap.capture.dbMaxSize` | Maximum size for capture database (e.g., `4Gi`, `2000Mi`). When empty, automatically uses 80% of allocated storage (`tap.storageLimit`). | `""` |
146146
| `tap.snapshots.storageClass` | Storage class for snapshots volume. When empty, uses `emptyDir`. When set, creates a PVC with this storage class | `""` |
147147
| `tap.snapshots.storageSize` | Storage size for snapshots volume (supports K8s quantity format: `1Gi`, `500Mi`, etc.) | `10Gi` |
148-
| `tap.release.repo` | URL of the Helm chart repository | `https://helm.kubehq.com` |
148+
| `tap.release.repo` | URL of the Helm chart repository | `https://helm.kubeshark.com` |
149149
| `tap.release.name` | Helm release name | `kubeshark` |
150150
| `tap.release.namespace` | Helm release namespace | `default` |
151151
| `tap.persistentStorage` | Use `persistentVolumeClaim` instead of `emptyDir` | `false` |
@@ -308,7 +308,7 @@ tap:
308308

309309
# Installing with Dex OIDC authentication
310310

311-
[**Click here to see full docs**](https://docs.kubehq.com/en/saml#installing-with-oidc-enabled-dex-idp).
311+
[**Click here to see full docs**](https://docs.kubeshark.com/en/saml#installing-with-oidc-enabled-dex-idp).
312312

313313
Choose this option, if **you already have a running instance** of Dex in your cluster &
314314
you want to set up Dex OIDC authentication for Kubeshark users.

charts/chart/templates/04-hub-deployment.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apps/v1
33
kind: Deployment
44
metadata:
55
labels:
6-
app.kubehq.com/app: hub
6+
app.kubeshark.com/app: hub
77
{{- include "kubeshark.labels" . | nindent 4 }}
88
{{- if .Values.tap.annotations }}
99
annotations:
@@ -15,12 +15,12 @@ spec:
1515
replicas: 1 # Set the desired number of replicas
1616
selector:
1717
matchLabels:
18-
app.kubehq.com/app: hub
18+
app.kubeshark.com/app: hub
1919
{{- include "kubeshark.selectorLabels" . | nindent 6 }}
2020
template:
2121
metadata:
2222
labels:
23-
app.kubehq.com/app: hub
23+
app.kubeshark.com/app: hub
2424
{{- include "kubeshark.labels" . | nindent 8 }}
2525
spec:
2626
dnsPolicy: ClusterFirstWithHostNet
@@ -76,7 +76,7 @@ spec:
7676
- name: SENTRY_ENVIRONMENT
7777
value: '{{ .Values.tap.sentry.environment }}'
7878
- name: KUBESHARK_CLOUD_API_URL
79-
value: 'https://api.kubehq.com'
79+
value: 'https://api.kubeshark.com'
8080
- name: PROFILING_ENABLED
8181
value: '{{ .Values.tap.pprof.enabled }}'
8282
{{- if .Values.tap.docker.overrideImage.hub }}

charts/chart/templates/05-hub-service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: v1
33
kind: Service
44
metadata:
55
labels:
6-
app.kubehq.com/app: hub
6+
app.kubeshark.com/app: hub
77
{{- include "kubeshark.labels" . | nindent 4 }}
88
{{- if .Values.tap.annotations }}
99
annotations:
@@ -17,5 +17,5 @@ spec:
1717
port: 80
1818
targetPort: 8080
1919
selector:
20-
app.kubehq.com/app: hub
20+
app.kubeshark.com/app: hub
2121
type: ClusterIP

charts/chart/templates/06-front-deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apps/v1
22
kind: Deployment
33
metadata:
44
labels:
5-
app.kubehq.com/app: front
5+
app.kubeshark.com/app: front
66
{{- include "kubeshark.labels" . | nindent 4 }}
77
{{- if .Values.tap.annotations }}
88
annotations:
@@ -14,12 +14,12 @@ spec:
1414
replicas: 1 # Set the desired number of replicas
1515
selector:
1616
matchLabels:
17-
app.kubehq.com/app: front
17+
app.kubeshark.com/app: front
1818
{{- include "kubeshark.selectorLabels" . | nindent 6 }}
1919
template:
2020
metadata:
2121
labels:
22-
app.kubehq.com/app: front
22+
app.kubeshark.com/app: front
2323
{{- include "kubeshark.labels" . | nindent 8 }}
2424
spec:
2525
containers:

charts/chart/templates/07-front-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ spec:
1616
port: 80
1717
targetPort: 8080
1818
selector:
19-
app.kubehq.com/app: front
19+
app.kubeshark.com/app: front
2020
type: ClusterIP

charts/chart/templates/09-worker-daemon-set.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apps/v1
33
kind: DaemonSet
44
metadata:
55
labels:
6-
app.kubehq.com/app: worker
6+
app.kubeshark.com/app: worker
77
sidecar.istio.io/inject: "false"
88
{{- include "kubeshark.labels" . | nindent 4 }}
99
{{- if .Values.tap.annotations }}
@@ -15,12 +15,12 @@ metadata:
1515
spec:
1616
selector:
1717
matchLabels:
18-
app.kubehq.com/app: worker
18+
app.kubeshark.com/app: worker
1919
{{- include "kubeshark.selectorLabels" . | nindent 6 }}
2020
template:
2121
metadata:
2222
labels:
23-
app.kubehq.com/app: worker
23+
app.kubeshark.com/app: worker
2424
{{- include "kubeshark.labels" . | nindent 8 }}
2525
name: kubeshark-worker-daemon-set
2626
namespace: kubeshark
@@ -130,7 +130,7 @@ spec:
130130
- name: TCP_STREAM_CHANNEL_TIMEOUT_SHOW
131131
value: '{{ .Values.tap.misc.tcpStreamChannelTimeoutShow }}'
132132
- name: KUBESHARK_CLOUD_API_URL
133-
value: 'https://api.kubehq.com'
133+
value: 'https://api.kubeshark.com'
134134
- name: PROFILING_ENABLED
135135
value: '{{ .Values.tap.pprof.enabled }}'
136136
- name: SENTRY_ENABLED

charts/chart/templates/12-config-map.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: {{ include "kubeshark.configmapName" . }}
55
namespace: {{ .Release.Namespace }}
66
labels:
7-
app.kubehq.com/app: hub
7+
app.kubeshark.com/app: hub
88
{{- include "kubeshark.labels" . | nindent 4 }}
99
data:
1010
POD_REGEX: '{{ .Values.tap.regex }}'

charts/chart/templates/13-secret.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: {{ include "kubeshark.secretName" . }}
55
namespace: {{ .Release.Namespace }}
66
labels:
7-
app.kubehq.com/app: hub
7+
app.kubeshark.com/app: hub
88
{{- include "kubeshark.labels" . | nindent 4 }}
99
stringData:
1010
LICENSE: '{{ .Values.license }}'
@@ -20,7 +20,7 @@ metadata:
2020
name: kubeshark-saml-x509-crt-secret
2121
namespace: {{ .Release.Namespace }}
2222
labels:
23-
app.kubehq.com/app: hub
23+
app.kubeshark.com/app: hub
2424
{{- include "kubeshark.labels" . | nindent 4 }}
2525
stringData:
2626
AUTH_SAML_X509_CRT: |
@@ -34,7 +34,7 @@ metadata:
3434
name: kubeshark-saml-x509-key-secret
3535
namespace: {{ .Release.Namespace }}
3636
labels:
37-
app.kubehq.com/app: hub
37+
app.kubeshark.com/app: hub
3838
{{- include "kubeshark.labels" . | nindent 4 }}
3939
stringData:
4040
AUTH_SAML_X509_KEY: |

charts/chart/templates/15-worker-service-metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ metadata:
1414
namespace: {{ .Release.Namespace }}
1515
spec:
1616
selector:
17-
app.kubehq.com/app: worker
17+
app.kubeshark.com/app: worker
1818
{{- include "kubeshark.labels" . | nindent 4 }}
1919
ports:
2020
- name: metrics

0 commit comments

Comments
 (0)