]> git.feebdaed.xyz Git - 0xmirror/cilium.git/commitdiff
cli: Update `network-perf` image ref
authorHadrien Patte <hadrien.patte@datadoghq.com>
Fri, 12 Dec 2025 14:44:45 +0000 (15:44 +0100)
committerAndré Martins <aanm@users.noreply.github.com>
Wed, 17 Dec 2025 08:37:10 +0000 (08:37 +0000)
Update default `network-perf` image reference to follow its new
versioning scheme (see https://github.com/cilium/image-tools/pull/413).
The contents of the image is not otherwise changed.

See similar PR: #43098

Signed-off-by: Hadrien Patte <hadrien.patte@datadoghq.com>
Documentation/cmdref/cilium_connectivity_perf.md
cilium-cli/defaults/defaults.go

index d3af926e05eb19e7538e28c7057fc19701f3e9ac..de1c377e9b05228b544c0450fb5b10a01285d8fa 100644 (file)
@@ -24,7 +24,7 @@ cilium connectivity perf [flags]
       --node-selector-client map         Node selector for the other-node client pod
       --node-selector-server map         Node selector for the server pod (and client same-node)
       --other-node                       Run tests in which the client and the server are hosted on difference nodes (default true)
-      --performance-image string         Image path to use for performance (default "quay.io/cilium/network-perf:1762337009-58a912e@sha256:a63b50b3f3e8bd690c9966838e4d616c623419c85d5ef8e2b62324f443ec3f9a")
+      --performance-image string         Image path to use for performance (default "quay.io/cilium/network-perf:3.19-1764664744-8340907@sha256:8dce3fcab1a4c22f28fc53020079e6686d5548173f337cf07514e9d13213394d")
       --pod-net                          Test pod network (default true)
       --pod-to-host                      Test pod-to-host traffic
       --print-image-artifacts            Prints the used image artifacts
index 648985fdeb4a1b21abf3380b755e293d29245ac9..6896ca780f86d5b3443c366c78442a88161d62f4 100644 (file)
@@ -187,7 +187,7 @@ var (
 
        ConnectivityCheckImagesPerf = map[string]string{
                // renovate: datasource=docker
-               "ConnectivityPerformanceImage": "quay.io/cilium/network-perf:1762337009-58a912e@sha256:a63b50b3f3e8bd690c9966838e4d616c623419c85d5ef8e2b62324f443ec3f9a",
+               "ConnectivityPerformanceImage": "quay.io/cilium/network-perf:3.19-1764664744-8340907@sha256:8dce3fcab1a4c22f28fc53020079e6686d5548173f337cf07514e9d13213394d",
        }
 
        // The following variables are set at compile time via LDFLAGS.