Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Oct 10, 2023
1 parent 78ec597 commit 35e104f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions deployments/ixia-c-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
"images": [
{
"name": "controller",
"path": "ghcr.io/open-traffic-generator/licensed/keng-controller",
"path": "ghcr.io/open-traffic-generator/keng-controller",
"tag": "0.0.1-5316",
"env": {
"TRACE": "true",
Expand All @@ -29,7 +29,7 @@ data:
},
{
"name": "protocol-engine",
"path": "ghcr.io/open-traffic-generator/licensed/ixia-c-protocol-engine",
"path": "ghcr.io/open-traffic-generator/ixia-c-protocol-engine",
"tag": "1.00.0.332"
},
{
Expand Down
6 changes: 3 additions & 3 deletions deployments/k8s/manifests/ixia-c-b2b-eth0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ items:
- args:
- --accept-eula
- --debug
image: ghcr.io/open-traffic-generator/licensed/keng-controller:local
image: ghcr.io/open-traffic-generator/keng-controller:local
imagePullPolicy: IfNotPresent
name: keng-controller
volumeMounts:
Expand Down Expand Up @@ -85,7 +85,7 @@ items:
- env:
- name: INTF_LIST
value: eth0
image: ghcr.io/open-traffic-generator/licensed/ixia-c-protocol-engine:local
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:local
imagePullPolicy: IfNotPresent
name: otg-port-eth1-protocol-engine
securityContext:
Expand Down Expand Up @@ -118,7 +118,7 @@ items:
- env:
- name: INTF_LIST
value: eth0
image: ghcr.io/open-traffic-generator/licensed/ixia-c-protocol-engine:local
image: ghcr.io/open-traffic-generator/ixia-c-protocol-engine:local
imagePullPolicy: IfNotPresent
name: otg-port-eth2-protocol-engine
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ images:
path: ghcr.io/open-traffic-generator/keng-controller
tag: 0.0.1-5316
- name: controller-cpdp
path: ghcr.io/open-traffic-generator/licensed/keng-controller
path: ghcr.io/open-traffic-generator/keng-controller
tag: 0.0.1-5316
- name: traffic-engine
path: ghcr.io/open-traffic-generator/ixia-c-traffic-engine
tag: 1.6.0.85
- name: protocol-engine
path: ghcr.io/open-traffic-generator/licensed/ixia-c-protocol-engine
path: ghcr.io/open-traffic-generator/ixia-c-protocol-engine
tag: 1.00.0.332

0 comments on commit 35e104f

Please sign in to comment.