From e024917a2723daf9919ed9ca5e8c1dd9b093e98a Mon Sep 17 00:00:00 2001 From: anjan-keysight <84822148+anjan-keysight@users.noreply.github.com> Date: Tue, 19 Sep 2023 00:00:13 +0530 Subject: [PATCH] Keysight operator upgrade (#428) --- go.mod | 2 +- go.sum | 4 ++-- manifests/keysight/ixiatg-configmap-unlicensed.yaml | 6 +++--- manifests/keysight/ixiatg-configmap.yaml | 10 +++++----- manifests/keysight/ixiatg-operator.yaml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/go.mod b/go.mod index eee737fc..fb59d5e5 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/h-fam/errdiff v1.0.2 github.com/kr/pretty v0.3.1 github.com/networkop/meshnet-cni v0.3.1-0.20230525201116-d7c306c635cf - github.com/open-traffic-generator/ixia-c-operator v0.3.4 + github.com/open-traffic-generator/ixia-c-operator v0.3.6 github.com/openconfig/gnmi v0.10.0 github.com/openconfig/gribi v1.0.0 github.com/openconfig/lemming/operator v0.2.0 diff --git a/go.sum b/go.sum index 37f8d2a0..7e81bb93 100644 --- a/go.sum +++ b/go.sum @@ -676,8 +676,8 @@ github.com/networkop/meshnet-cni v0.3.1-0.20230525201116-d7c306c635cf/go.mod h1: github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE= github.com/onsi/ginkgo/v2 v2.6.0 h1:9t9b9vRUbFq3C4qKFCGkVuq/fIHji802N1nrtkh1mNc= github.com/onsi/gomega v1.24.1 h1:KORJXNNTzJXzu4ScJWssJfJMnJ+2QJqhoQSRwNlze9E= -github.com/open-traffic-generator/ixia-c-operator v0.3.4 h1:xH0hLVWf2wuVUT9ovFdh/WwwBf1oGkBu5YEWD61igck= -github.com/open-traffic-generator/ixia-c-operator v0.3.4/go.mod h1:Q+ZXCinXxUKcnrJf5PJC1Q7JxUQc5ZPZA85jwVAqIRQ= +github.com/open-traffic-generator/ixia-c-operator v0.3.6 h1:dablUs6FAToVDFaoIo2M+Z9UCa93KAwlj7HJqNwLwTQ= +github.com/open-traffic-generator/ixia-c-operator v0.3.6/go.mod h1:Q+ZXCinXxUKcnrJf5PJC1Q7JxUQc5ZPZA85jwVAqIRQ= github.com/open-traffic-generator/snappi/gosnappi v0.11.14 h1:AuD13HqZldjtPWvDKaXVDRZ+32Aol5QJCepEqTiukqM= github.com/open-traffic-generator/snappi/gosnappi v0.11.14/go.mod h1:CRT6BypHa7NOrNlrjw3Crcs9f7eLC4S34ERvyyGIusY= github.com/openconfig/gnmi v0.0.0-20200414194230-1597cc0f2600/go.mod h1:M/EcuapNQgvzxo1DDXHK4tx3QpYM/uG4l591v33jG2A= diff --git a/manifests/keysight/ixiatg-configmap-unlicensed.yaml b/manifests/keysight/ixiatg-configmap-unlicensed.yaml index b8f23c45..99efb45b 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-4435" + "tag": "0.0.1-4478" }, { "name": "gnmi-server", "path": "ghcr.io/open-traffic-generator/ixia-c-gnmi-server", - "tag": "1.12.4" + "tag": "1.12.5" }, { "name": "traffic-engine", "path": "ghcr.io/open-traffic-generator/ixia-c-traffic-engine", - "tag": "1.6.0.35" + "tag": "1.6.0.45" } ] } diff --git a/manifests/keysight/ixiatg-configmap.yaml b/manifests/keysight/ixiatg-configmap.yaml index 47f0df3c..c8a49398 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-4435" + "tag": "0.0.1-4478" }, { "name": "gnmi-server", "path": "ghcr.io/open-traffic-generator/ixia-c-gnmi-server", - "tag": "1.12.4" + "tag": "1.12.5" }, { "name": "traffic-engine", "path": "ghcr.io/open-traffic-generator/ixia-c-traffic-engine", - "tag": "1.6.0.35" + "tag": "1.6.0.45" }, { "name": "protocol-engine", "path": "ghcr.io/open-traffic-generator/licensed/ixia-c-protocol-engine", - "tag": "1.00.0.325" + "tag": "1.00.0.326" }, { "name": "ixhw-server", "path": "ghcr.io/open-traffic-generator/ixia-c-ixhw-server", - "tag": "0.12.2-2" + "tag": "0.12.3-2" } ] } diff --git a/manifests/keysight/ixiatg-operator.yaml b/manifests/keysight/ixiatg-operator.yaml index 0224bad6..baf8fb00 100644 --- a/manifests/keysight/ixiatg-operator.yaml +++ b/manifests/keysight/ixiatg-operator.yaml @@ -387,7 +387,7 @@ spec: - --leader-elect command: - /manager - image: ghcr.io/open-traffic-generator/ixia-c-operator:0.3.4 + image: ghcr.io/open-traffic-generator/ixia-c-operator:0.3.6 livenessProbe: httpGet: path: /healthz