Skip to content

Commit 1cc36e8

Browse files
authored
Merge pull request #2488 from grpc/psm-interop-server-bump
grpc-js-xds: Bump the canonical server from v1.46.x to v1.56.0
2 parents 51c5b94 + d2a3ef4 commit 1cc36e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grpc-js-xds/scripts/xds_k8s_lb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -eo pipefail
1919
readonly GITHUB_REPOSITORY_NAME="grpc-node"
2020
readonly TEST_DRIVER_INSTALL_SCRIPT_URL="https://raw.githubusercontent.com/${TEST_DRIVER_REPO_OWNER:-grpc}/grpc/${TEST_DRIVER_BRANCH:-master}/tools/internal_ci/linux/grpc_xds_k8s_install_test_driver.sh"
2121
## xDS test client Docker images
22-
readonly SERVER_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/java-server:v1.46.x"
22+
readonly SERVER_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/java-server:558b5b0bfac8e21755c223063274a779b3898afe"
2323
readonly CLIENT_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/node-client"
2424
readonly FORCE_IMAGE_BUILD="${FORCE_IMAGE_BUILD:-0}"
2525
readonly BUILD_APP_PATH="packages/grpc-js-xds/interop/Dockerfile"

0 commit comments

Comments
 (0)