Skip to content

Commit

Permalink
fix(test): change kapinger version label to previous value
Browse files Browse the repository at this point in the history
version 20241014.7's log shows only dns queries. No info about tcp and udp requests

Signed-off-by: Alex Castilio dos Santos <[email protected]>
  • Loading branch information
alexcastilio committed Nov 29, 2024
1 parent 419dc4d commit 9791c43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func (c *CreateKapingerDeployment) GetKapingerDeployment() *appsv1.Deployment {
Containers: []v1.Container{
{
Name: "kapinger",
Image: "acnpublic.azurecr.io/kapinger:20241014.7",
Image: "acnpublic.azurecr.io/kapinger:be57650",
Resources: v1.ResourceRequirements{
Requests: v1.ResourceList{
"memory": resource.MustParse("20Mi"),
Expand Down

0 comments on commit 9791c43

Please sign in to comment.