Skip to content

Commit

Permalink
Merge pull request #210 from linkernetworks/phstsai/VX-235
Browse files Browse the repository at this point in the history
[Bug] VX-235: Modify the API.md
  • Loading branch information
John-Lin authored Aug 1, 2018
2 parents 91e9f43 + 75ab459 commit 73fab20
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@ Response Data:
"nics": {
"cni0": {
"default": false,
"dpdk": false,
"type": "virtual",
"ip": "10.244.0.1/24",
"pciID": "",
Expand Down Expand Up @@ -876,14 +877,14 @@ Response Data:
"name": "dpdk0",
"default": false,
"dpdk": true,
"type": "virtual",
"type": "physical",
"pciID": "0000:00:11.0"
},
{
"name": "dpdk1",
"default": false,
"dpdk": true,
"type": "virtual",
"type": "physical",
"pciID": "0000:00:12.0"
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
image:
tag: 1.0.0
tag: 1.0.1
2 changes: 1 addition & 1 deletion deploy/helm/apps/charts/prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ kube-state-metrics:
tag: develop
node-exporter:
image:
tag: 1.0.0
tag: 1.0.1

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
serviceAccountName: prometheus
containers:
- name: node-exporter
image: sdnvortex/node-exporter:1.0.0
image: sdnvortex/node-exporter:1.0.1
ports:
- name: http-metrics
containerPort: 9100
Expand Down

0 comments on commit 73fab20

Please sign in to comment.