mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-17 09:51:56 +00:00
⚡ Update helm-chart
command
This commit is contained in:
parent
9a37781355
commit
aa9109df12
@ -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 }}",
|
||||||
|
Loading…
Reference in New Issue
Block a user