Skip to content

Commit

Permalink
Merge dcce942 into backport/zalimeni/replace-deprecated-pause-image-i…
Browse files Browse the repository at this point in the history
…nt-tests/terribly-talented-bug
  • Loading branch information
hc-github-team-consul-core authored Jun 12, 2024
2 parents 67e21d9 + dcce942 commit fa40ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/helpers/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/stretchr/testify/require"
)

const pauseContainerImage = "google/pause:asm"
const pauseContainerImage = "registry.k8s.io/pause"

type Pod struct {
*Container
Expand Down

0 comments on commit fa40ebe

Please sign in to comment.