Skip to content

Commit ae589ed

Browse files
committed
🐛 fix: upgrade to 1.0.6 to fix nil pointer
1 parent 6eb6949 commit ae589ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/framework/grpc_delay.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func (f *Framework) NewNewGRPCBinDelayDeploymentWithReplicas(replicas int32) {
6161
Containers: []corev1.Container{
6262
{
6363
Name: name,
64-
Image: "ghcr.io/anddd7/grpcbin:v1.0.5",
64+
Image: "ghcr.io/anddd7/grpcbin:v1.0.6",
6565
Env: []corev1.EnvVar{},
6666
Ports: []corev1.ContainerPort{
6767
{

0 commit comments

Comments
 (0)