Skip to content

Commit

Permalink
Backport of [NET-10001] test: replace deprecated google/pause contain…
Browse files Browse the repository at this point in the history
…er into release/1.4.x (#548)

backport of commit dcce942

Co-authored-by: Michael Zalimeni <[email protected]>
hc-github-team-consul-core and zalimeni authored Jun 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 931e6fb commit 88451e7
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
@@ -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

0 comments on commit 88451e7

Please sign in to comment.