Skip to content

Commit

Permalink
Release v0.1.0-53
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Nov 9, 2023
1 parent 55407da commit 3f423e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions deployments/ixia-c-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data:
{
"name": "controller",
"path": "ghcr.io/open-traffic-generator/keng-controller",
"tag": "0.1.0-26",
"tag": "0.1.0-53",
"env": {
"TRACE": "true"
}
Expand All @@ -34,12 +34,12 @@ data:
{
"name": "ixhw-server",
"path": "ghcr.io/open-traffic-generator/keng-layer23-hw-server",
"tag": "0.13.0-2"
"tag": "0.13.0-6"
},
{
"name": "license-server",
"path": "ghcr.io/open-traffic-generator/licensed/keng-license-server",
"tag": "0.0.1-32"
"tag": "0.0.1-34"
}
]
}
6 changes: 3 additions & 3 deletions versions.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
release: 0.1.0-26
release: 0.1.0-53
images:
- name: controller
path: ghcr.io/open-traffic-generator/keng-controller
tag: 0.1.0-26
tag: 0.1.0-53
- name: traffic-engine
path: ghcr.io/open-traffic-generator/ixia-c-traffic-engine
tag: 1.6.0.85
Expand All @@ -11,4 +11,4 @@ images:
tag: 1.00.0.337
- name: license-server
path: ghcr.io/open-traffic-generator/licensed/keng-license-server
tag: 0.0.1-32
tag: 0.0.1-34

0 comments on commit 3f423e7

Please sign in to comment.