Skip to content

Commit

Permalink
Release v1.13.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Sep 30, 2024
1 parent ed808a5 commit 3a7240a
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions hybrid/fp-b2b/ixiatg-configmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: ixiatg-release-config
namespace: ixiatg-op-system
data:
versions: |
{
"release": "1.13.0-1",
"images": [
{
"name": "controller",
"path": "ghcr.io/open-traffic-generator/keng-controller",
"tag": "1.13.0-1"
},
{
"name": "gnmi-server",
"path": "ghcr.io/open-traffic-generator/otg-gnmi-server",
"tag": "1.14.14"
},
{
"name": "traffic-engine",
"path": "ghcr.io/open-traffic-generator/ixia-c-traffic-engine",
"tag": "1.8.0.25"
},
{
"name": "protocol-engine",
"path": "ghcr.io/open-traffic-generator/ixia-c-protocol-engine",
"tag": "1.00.0.399"
},
{
"name": "ixhw-server",
"path": "ghcr.io/open-traffic-generator/keng-layer23-hw-server",
"tag": "1.13.0-3"
}
]
}

0 comments on commit 3a7240a

Please sign in to comment.