Skip to content

Commit

Permalink
version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Mar 15, 2024
1 parent 64bfbdd commit aaeeec8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deployments/ixia-c-licensed-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ data:
{
"name": "controller",
"path": "ghcr.io/open-traffic-generator/keng-controller",
"tag": "1.0.0-92",
"tag": "1.1.0-10",
"env": {
"TRACE": "true"
}
},
{
"name": "gnmi-server",
"path": "ghcr.io/open-traffic-generator/otg-gnmi-server",
"tag": "1.13.9"
"tag": "1.13.12"
},
{
"name": "traffic-engine",
Expand All @@ -29,12 +29,12 @@ data:
{
"name": "protocol-engine",
"path": "ghcr.io/open-traffic-generator/ixia-c-protocol-engine",
"tag": "1.00.0.360"
"tag": "1.00.0.370"
},
{
"name": "ixhw-server",
"path": "ghcr.io/open-traffic-generator/keng-layer23-hw-server",
"tag": "1.0.1-4"
"tag": "1.1.0-5"
},
{
"name": "license-server",
Expand Down

0 comments on commit aaeeec8

Please sign in to comment.