From 2966f9308056f3fed1175634d539f248ce633dc3 Mon Sep 17 00:00:00 2001 From: jasdeep-hundal Date: Wed, 4 Oct 2023 10:02:40 -0700 Subject: [PATCH] Update Ixia manifests to 4554 (#435) --- manifests/keysight/ixiatg-configmap-unlicensed.yaml | 6 +++--- manifests/keysight/ixiatg-configmap.yaml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/manifests/keysight/ixiatg-configmap-unlicensed.yaml b/manifests/keysight/ixiatg-configmap-unlicensed.yaml index 99efb45b..c53024af 100644 --- a/manifests/keysight/ixiatg-configmap-unlicensed.yaml +++ b/manifests/keysight/ixiatg-configmap-unlicensed.yaml @@ -11,17 +11,17 @@ data: { "name": "controller", "path": "ghcr.io/open-traffic-generator/ixia-c-controller", - "tag": "0.0.1-4478" + "tag": "0.0.1-4554" }, { "name": "gnmi-server", "path": "ghcr.io/open-traffic-generator/ixia-c-gnmi-server", - "tag": "1.12.5" + "tag": "1.12.7" }, { "name": "traffic-engine", "path": "ghcr.io/open-traffic-generator/ixia-c-traffic-engine", - "tag": "1.6.0.45" + "tag": "1.6.0.85" } ] } diff --git a/manifests/keysight/ixiatg-configmap.yaml b/manifests/keysight/ixiatg-configmap.yaml index c8a49398..a3775ba8 100644 --- a/manifests/keysight/ixiatg-configmap.yaml +++ b/manifests/keysight/ixiatg-configmap.yaml @@ -11,27 +11,27 @@ data: { "name": "controller", "path": "ghcr.io/open-traffic-generator/licensed/ixia-c-controller", - "tag": "0.0.1-4478" + "tag": "0.0.1-4554" }, { "name": "gnmi-server", "path": "ghcr.io/open-traffic-generator/ixia-c-gnmi-server", - "tag": "1.12.5" + "tag": "1.12.7" }, { "name": "traffic-engine", "path": "ghcr.io/open-traffic-generator/ixia-c-traffic-engine", - "tag": "1.6.0.45" + "tag": "1.6.0.85" }, { "name": "protocol-engine", "path": "ghcr.io/open-traffic-generator/licensed/ixia-c-protocol-engine", - "tag": "1.00.0.326" + "tag": "1.00.0.331" }, { "name": "ixhw-server", "path": "ghcr.io/open-traffic-generator/ixia-c-ixhw-server", - "tag": "0.12.3-2" + "tag": "0.12.5-1" } ] }