Skip to content

Commit

Permalink
chore(backend): update driver and launcher default images (kubeflow#1…
Browse files Browse the repository at this point in the history
…1178)

Signed-off-by: Chen Sun <chensun@users.noreply.github.com>
Signed-off-by: sefgsefg <sefgsefg@gmail.com>
  • Loading branch information
chensun authored and sefgsefg committed Sep 18, 2024
1 parent ca86bfc commit afef038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/v2/compiler/argocompiler/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ import (
const (
volumeNameKFPLauncher = "kfp-launcher"
volumeNameCABundle = "ca-bundle"
DefaultLauncherImage = "gcr.io/ml-pipeline/kfp-launcher@sha256:8fe5e6e4718f20b021736022ad3741ddf2abd82aa58c86ae13e89736fdc3f08f"
DefaultLauncherImage = "gcr.io/ml-pipeline/kfp-launcher@sha256:5a4093fb60ae3c12e45224ae81b6ed626699547bd58b3b89c4f01125202140d0"
LauncherImageEnvVar = "V2_LAUNCHER_IMAGE"
DefaultDriverImage = "gcr.io/ml-pipeline/kfp-driver@sha256:3c0665cd36aa87e4359a4c8b6271dcba5bdd817815cd0496ed12eb5dde5fd2ec"
DefaultDriverImage = "gcr.io/ml-pipeline/kfp-driver@sha256:c783fc4609d01215c4e59dcb08d664ed562b3ee15ffbecf5760687d0b95f7733"
DriverImageEnvVar = "V2_DRIVER_IMAGE"
gcsScratchLocation = "/gcs"
gcsScratchName = "gcs-scratch"
Expand Down

0 comments on commit afef038

Please sign in to comment.