Skip to content

Commit 5bdfe5c

Browse files
committed
✨ Update the Helm chart
1 parent 05e76a4 commit 5bdfe5c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: kubeshark
3-
version: "52.7.7"
3+
version: "52.7.8"
44
description: The API Traffic Analyzer for Kubernetes
55
home: https://kubeshark.co
66
keywords:

charts/chart/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Create docker tag default version
8080
*/}}
8181
{{- define "kubeshark.defaultVersion" -}}
8282
{{- $defaultVersion := (printf "v%s" .Chart.Version) -}}
83-
{{- if not .Values.tap.docker.tagLocked }}
83+
{{- if .Values.tap.docker.tagLocked }}
8484
{{- $defaultVersion = regexReplaceAll "^([^.]+\\.[^.]+).*" $defaultVersion "$1" -}}
8585
{{- end }}
8686
{{- $defaultVersion }}

charts/chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
tap:
33
docker:
44
registry: docker.io/kubeshark
5-
tag: "v52.7"
5+
tag: ""
66
tagLocked: true
77
imagePullPolicy: Always
88
imagePullSecrets: []
@@ -250,7 +250,7 @@ license: ""
250250
cloudLicenseEnabled: true
251251
aiAssistantEnabled: true
252252
demoModeEnabled: false
253-
supportChatEnabled: false
253+
supportChatEnabled: true
254254
internetConnectivity: true
255255
scripting:
256256
env: {}

0 commit comments

Comments
 (0)