8000 Switch to debian image · arangodb/kube-arangodb@35b15fe · GitHub
[go: up one dir, main page]

Skip to content

Commit 35b15fe

Browse files
committed
Switch to debian image
1 parent 484a3e6 commit 35b15fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/deployment/resources/pod_creator.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,7 @@ func (r *Resources) RenderPodForMember(ctx context.Context, acs sutil.ACS, spec
391391
cachedStatus: cache,
392392
}
393393
case api.ServerGroupTypeGateway:
394-
// todo change me later
395-
imageInfo.Image = "envoyproxy/envoy:v1.31-latest"
394+
imageInfo.Image = r.context.GetOperatorImage()
396395

397396
podCreator = &MemberGatewayPod{
398397
podName: podName,

0 commit comments

Comments
 (0)
0