🐛 fix: upgrade to 1.0.6 to fix nil pointer

This commit is contained in:
Anddd7 2024-04-25 21:08:17 +08:00
parent 6eb6949c73
commit ae589edf8f
No known key found for this signature in database
GPG key ID: 10EB2713E5FEFB99

View file

@ -61,7 +61,7 @@ func (f *Framework) NewNewGRPCBinDelayDeploymentWithReplicas(replicas int32) {
Containers: []corev1.Container{ Containers: []corev1.Container{
{ {
Name: name, Name: name,
Image: "ghcr.io/anddd7/grpcbin:v1.0.5", Image: "ghcr.io/anddd7/grpcbin:v1.0.6",
Env: []corev1.EnvVar{}, Env: []corev1.EnvVar{},
Ports: []corev1.ContainerPort{ Ports: []corev1.ContainerPort{
{ {