Skip to content

Commit

Permalink
Update KENG manifests (openconfig#520)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 1e5e09e
  • Loading branch information
jasdeep-hundal authored and davnerson-dn committed Mar 26, 2024
1 parent a69147e commit 4237598
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 29 deletions.
2 changes: 1 addition & 1 deletion manifests/controllers/cdnos/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ spec:
- --leader-elect
command:
- /manager
image: public.ecr.aws/dn/cdnos-controller:1.7.3
image: public.ecr.aws/dn/cdnos-controller:1.7.4
livenessProbe:
httpGet:
path: /healthz
Expand Down
55 changes: 27 additions & 28 deletions manifests/keysight/ixiatg-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,31 @@ metadata:
data:
versions: |
{
"release": "0.0.1-9999",
"images": [
{
"name": "controller",
"path": "ghcr.io/open-traffic-generator/keng-controller",
"tag": "1.0.0-104"
},
{
"name": "gnmi-server",
"path": "ghcr.io/open-traffic-generator/otg-gnmi-server",
"tag": "1.13.10"
},
{
"name": "traffic-engine",
"path": "ghcr.io/open-traffic-generator/ixia-c-traffic-engine",
"tag": "1.6.0.109"
},
{
"name": "protocol-engine",
"path": "ghcr.io/open-traffic-generator/ixia-c-protocol-engine",
"tag": "1.00.0.367"
},
{
"name": "ixhw-server",
"path": "ghcr.io/open-traffic-generator/keng-layer23-hw-server",
"tag": "1.0.2-4"
}
]
"release": "0.0.1-9999",
"images": [
{
"name": "controller",
"path": "ghcr.io/open-traffic-generator/keng-controller",
"tag": "1.1.0-12"
},
{
"name": "gnmi-server",
"path": "ghcr.io/open-traffic-generator/otg-gnmi-server",
"tag": "1.13.13"
},
{
"name": "traffic-engine",
"path": "ghcr.io/open-traffic-generator/ixia-c-traffic-engine",
"tag": "1.6.0.109"
},
{
"name": "protocol-engine",
"path": "ghcr.io/open-traffic-generator/ixia-c-protocol-engine",
"tag": "1.00.0.370"
},
{
"name": "ixhw-server",
"path": "ghcr.io/open-traffic-generator/keng-layer23-hw-server",
"tag": "1.1.0-5"
}]
}

0 comments on commit 4237598

Please sign in to comment.