mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-04 12:05:35 +00:00
⚡ Update helm-chart
command
This commit is contained in:
@@ -138,6 +138,14 @@ var hubPodMappings = map[string]interface{}{
|
|||||||
"name": "LICENSE",
|
"name": "LICENSE",
|
||||||
"value": "{{ .Values.license }}",
|
"value": "{{ .Values.license }}",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "SCRIPTING_ENV",
|
||||||
|
"value": "{}",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "SCRIPTING_SCRIPTS",
|
||||||
|
"value": "[]",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
"spec.containers[0].image": "{{ .Values.tap.docker.registry }}/hub:{{ .Values.tap.docker.tag }}",
|
"spec.containers[0].image": "{{ .Values.tap.docker.registry }}/hub:{{ .Values.tap.docker.tag }}",
|
||||||
"spec.containers[0].imagePullPolicy": "{{ .Values.tap.docker.imagePullPolicy }}",
|
"spec.containers[0].imagePullPolicy": "{{ .Values.tap.docker.imagePullPolicy }}",
|
||||||
|
Reference in New Issue
Block a user