Skip to content

Commit

Permalink
ci related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Jul 1, 2024
1 parent 392ac94 commit 4671621
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions deployments/template-ixia-c-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: ixiatg-release-config
namespace: ixiatg-op-system
data:
versions: |
{
"release": "local",
"images": [
{
"name": "controller",
"path": "$(configq .images[0].path)",
"tag": "$(configq .images[0].tag)",
"env": {
"TRACE": "true"
}
},
{
"name": "gnmi-server",
"path": "$(configq .images[1].path)",
"tag": "$(configq .images[1].tag)",
},
{
"name": "traffic-engine",
"path": "$(configq .images[2].path)",
"tag": "$(configq .images[2].tag)",
},
{
"name": "protocol-engine",
"path": "$(configq .images[3].path)",
"tag": "$(configq .images[3].tag)",
}
]
}

0 comments on commit 4671621

Please sign in to comment.