From 557c7b2a9b5fa356e9108f8b6c594ea1cf7149fc Mon Sep 17 00:00:00 2001 From: v-vegujjula <116101428+v-vegujjula@users.noreply.github.com> Date: Tue, 18 Jun 2024 14:27:06 -0500 Subject: [PATCH] Update kustomization.yaml Typo error in docker image tag at June release. --- arc_data_services/test/launcher/base/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arc_data_services/test/launcher/base/kustomization.yaml b/arc_data_services/test/launcher/base/kustomization.yaml index ee64087e54..013733b51f 100644 --- a/arc_data_services/test/launcher/base/kustomization.yaml +++ b/arc_data_services/test/launcher/base/kustomization.yaml @@ -10,4 +10,4 @@ secretGenerator: images: - name: arc-ci-launcher newName: mcr.microsoft.com/arcdata/arc-ci-launcher - newTag: v1.30.0_2024-04-09 + newTag: v1.30.0_2024-06-11