🐛 fix: upgrade to 1.0.6 to fix nil pointer
This commit is contained in:
parent
6eb6949c73
commit
ae589edf8f
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ func (f *Framework) NewNewGRPCBinDelayDeploymentWithReplicas(replicas int32) {
|
|||
Containers: []corev1.Container{
|
||||
{
|
||||
Name: name,
|
||||
Image: "ghcr.io/anddd7/grpcbin:v1.0.5",
|
||||
Image: "ghcr.io/anddd7/grpcbin:v1.0.6",
|
||||
Env: []corev1.EnvVar{},
|
||||
Ports: []corev1.ContainerPort{
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue