Skip to content

Commit

Permalink
update privet node agent ver
Browse files Browse the repository at this point in the history
Signed-off-by: bvolovat <[email protected]>
  • Loading branch information
bvolovat committed Feb 10, 2025
1 parent 2985c68 commit 9d251af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,13 @@ def deploy_kubescape(
' --set imagePullSecret.server=quay.io '
' --set imagePullSecret.username=armosec+armosec_ro '
' --set imagePullSecrets=armosec-readonly '
' --set nodeAgent.image.repository=quay.io/armosec/node-agent '
' --set nodeAgent.resources.limits.memory=1000Mi'
)

if private_node_agent:
additional_params += f' --set nodeAgent.image.tag={private_node_agent} --set nodeAgent.image.repository=quay.io/armosec/node-agent'
else:
additional_params += ' --set nodeAgent.image.tag=v0.0.25 --set nodeAgent.image.repository=quay.io/armosec/node-agent'
additional_params += ' --set nodeAgent.image.tag=v0.0.51 --set nodeAgent.image.repository=quay.io/armosec/node-agent'

helm_command += ' ' + additional_params

Expand Down

0 comments on commit 9d251af

Please sign in to comment.