Fixing istio pilot image name

This commit is contained in:
Ryan Baxter
2024-04-30 09:37:19 -04:00
parent 95e49167a6
commit 8c03d0cf05

View File

@@ -42,7 +42,7 @@ public final class Images {
private static final String ISTIO_PROXY_V2_TAR = ISTIO_PROXY_V2.replace('/', '-') + ":" + istioVersion();
private static final String ISTIO_PILOT = "istio/istioctl";
private static final String ISTIO_PILOT = "istio/pilot";
private static final String ISTIO_PILOT_TAR = ISTIO_PILOT.replace('/', '-') + ":" + istioVersion();