Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb committed Mar 12, 2024
1 parent d8aafdd commit 38406ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
DOCKER_REGISTRY: ghcr.io/linkerd
DOCKER_REGISTRY: ghcr.io/alpeb
GH_ANNOTATION: true
K3D_VERSION: v5.4.4
RUST_BACKTRACE: short
Expand Down
2 changes: 1 addition & 1 deletion test/integration/multicluster/install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func TestInstall(t *testing.T) {
cmd = []string{
"install",
"--controller-log-level", "debug",
"--set", "proxyInit.image.name=ghcr.io/linkerd/proxy-init",
"--set", "proxyInit.image.name=ghcr.io/alpeb/proxy-init",
"--set", fmt.Sprintf("proxyInit.image.version=%s", version.ProxyInitVersion),
"--set", fmt.Sprintf("proxy.image.version=%s", TestHelper.GetVersion()),
"--set", "heartbeatSchedule=1 2 3 4 5",
Expand Down

0 comments on commit 38406ac

Please sign in to comment.