Skip to content

Commit

Permalink
Keysight operator upgrade (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
anjan-keysight authored Sep 18, 2023
1 parent 68a7c79 commit e024917
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
6 changes: 3 additions & 3 deletions manifests/keysight/ixiatg-configmap-unlicensed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
10 changes: 5 additions & 5 deletions manifests/keysight/ixiatg-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
2 changes: 1 addition & 1 deletion manifests/keysight/ixiatg-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e024917

Please sign in to comment.