Skip to content

Commit

Permalink
Enabling lint to pass on all charts (#7)
Browse files Browse the repository at this point in the history
* Enabling lint to pass on all charts

* missed elements
  • Loading branch information
Andrea-Campanella authored and ray-milkey committed Dec 16, 2019
1 parent 94f95b0 commit cf32fea
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion onos-cli/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ maintainers:
- name: Andrea Campanella
email: andrea@opennetworking.org
- name: kuujo
email: jordan@opennetworking.org
email: jordan@opennetworking.org
2 changes: 1 addition & 1 deletion onos-config/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ maintainers:
- name: kuujo
email: jordan@opennetworking.org
- name: Andrea Campanella
email: andrea@opennetworking.org
email: andrea@opennetworking.org
6 changes: 3 additions & 3 deletions onos-config/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ debug: false

devices: []

plugins: [devicesim.so.1.0.0,testdevice.so.1.0.0,testdevice.so.2.0.0,stratum.so.1.0.0]
plugins: [devicesim.so.1.0.0, testdevice.so.1.0.0, testdevice.so.2.0.0, stratum.so.1.0.0]

#Variable to change to onos topo service endpoint for the default onos-topo:5150
#topoEndpoint: onos-topo-classic:5150
# Variable to change to onos topo service endpoint for the default onos-topo:5150
# topoEndpoint: onos-topo-classic:5150

store:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion onos-topo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ maintainers:
- name: Andrea Campanella
email: andrea@opennetworking.org
- name: kuujo
email: jordan@opennetworking.org
email: jordan@opennetworking.org
1 change: 0 additions & 1 deletion onos-topo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ nodeSelector: {}
tolerations: []

affinity: {}

10 changes: 5 additions & 5 deletions onos/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
dependencies:
- name: onos-config
repository: file://../onos-config
version: 0.0.1
- name: onos-cli
repository: file://../onos-cli
version: 0.0.1
- name: onos-topo
repository: file://../onos-topo
version: 0.0.1
- name: onos-config
repository: file://../onos-config
version: 0.0.1
- name: onos-gui
repository: file://../onos-gui
version: 0.0.1
digest: sha256:08e730485c568917d1194c0aa999da46726c3f227f4681b09db59fda257f424f
generated: "2019-12-12T16:05:17.467084-08:00"
digest: sha256:46dda9d532b6d3a18db94c138e3ddcf1c034be0549e8e08750996ae2090632ee
generated: "2019-12-16T22:51:59.21449258Z"
2 changes: 1 addition & 1 deletion onos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ dependencies:
repository: file://../onos-config
- name: onos-gui
version: 0.0.1
repository: file://../onos-gui
repository: file://../onos-gui
6 changes: 3 additions & 3 deletions onos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# If no values are provided here all the default ones present in the .tgz of the chart are used.

# Example on how to override the value of the ingress in onos-config values.yaml
#onos-config:
# ingress:
# enabled: false
# onos-config:
# ingress:
# enabled: false

0 comments on commit cf32fea

Please sign in to comment.