File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
22name : kubeshark
3- version : " 52.7.7 "
3+ version : " 52.7.8 "
44description : The API Traffic Analyzer for Kubernetes
55home : https://kubeshark.co
66keywords :
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 22tap :
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: ""
250250cloudLicenseEnabled : true
251251aiAssistantEnabled : true
252252demoModeEnabled : false
253- supportChatEnabled : false
253+ supportChatEnabled : true
254254internetConnectivity : true
255255scripting :
256256 env : {}
You can’t perform that action at this time.
0 commit comments