Skip to content

Commit

Permalink
use FQDN for envoy proxy image
Browse files Browse the repository at this point in the history
  • Loading branch information
vially committed Aug 20, 2024
1 parent 827fdb1 commit 29b2cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/loadbalancer/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

// proxyImage defines the loadbalancer image:tag
const proxyImage = "envoyproxy/envoy:v1.30.1"
const proxyImage = "docker.io/envoyproxy/envoy:v1.30.1"

// keep in sync with dynamicFilesystemConfig
const (
Expand Down

0 comments on commit 29b2cfd

Please sign in to comment.