Skip to content

Commit

Permalink
test relay fix
Browse files Browse the repository at this point in the history
Signed-off-by: rksharma95 <[email protected]>
  • Loading branch information
rksharma95 committed Nov 21, 2024
1 parent 5b0637c commit f3c18bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
image: kubearmor/kubearmor-test-init:latest
imagePullPolicy: Never
kubearmorRelayImage:
image: kubearmor/kubearmor-relay-server:latest
image: rksharma95/kubearmor-relay-server:fix-nodelist
imagePullPolicy: Always
kubearmorControllerImage:
image: kubearmor/kubearmor-controller:latest
Expand Down
2 changes: 1 addition & 1 deletion pkg/KubeArmorOperator/config/samples/kubearmor-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
image: kubearmor/kubearmor-init:latest
imagePullPolicy: Never
kubearmorRelayImage:
image: kubearmor/kubearmor-relay-server:latest
image: rksharma95/kubearmor-relay-server:fix-nodelist
imagePullPolicy: Always
kubearmorControllerImage:
image: kubearmor/kubearmor-controller:latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
image: kubearmor/kubearmor-init:latest
imagePullPolicy: Never
kubearmorRelayImage:
image: kubearmor/kubearmor-relay-server:latest
image: rksharma95/kubearmor-relay-server:fix-nodelist
imagePullPolicy: Always
kubearmorControllerImage:
image: kubearmor/kubearmor-controller:latest
Expand Down
2 changes: 1 addition & 1 deletion tests/util/karmorlog.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type EventResult struct {
}

var eventChan chan klog.EventInfo
var gRPC = ":32767"
var gRPC = ""

const maxEvents = 128

Expand Down

0 comments on commit f3c18bc

Please sign in to comment.