Skip to content

Commit

Permalink
Updating onos-config after v0.6.1 release (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCondon authored May 1, 2020
1 parent 2b39219 commit 6b3b63f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
4 changes: 2 additions & 2 deletions onos-config/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: onos-config
version: 0.0.2
version: 0.0.3
kubeVersion: ">=1.17.0"
appVersion: v0.6.0
appVersion: v0.6.1
description: ONOS Config Manager
keywords:
- onos
Expand Down
2 changes: 1 addition & 1 deletion onos-config/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ replicaCount: 1

image:
repository: onosproject/onos-config
tag: v0.6.0
tag: v0.6.1
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down
2 changes: 1 addition & 1 deletion sd-ran/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies:
- name: onos-config
condition: import.onos-config.enabled
repository: https://charts.onosproject.org
version: 0.0.2
version: 0.0.3
- name: onos-gui
condition: import.onos-gui.enabled
repository: https://charts.onosproject.org
Expand Down
15 changes: 12 additions & 3 deletions sd-ran/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import:
onos-topo:
enabled: true
onos-config:
enabled: false
enabled: true
onos-gui:
enabled: true
ran-simulator:
Expand Down Expand Up @@ -138,13 +138,22 @@ onos-topo:
onos-config:
image:
repository: onosproject/onos-config
tag: v0.6.0
tag: v0.6.1
pullPolicy: IfNotPresent
store:
controller: ""
consensus:
enabled: false

plugins:
e2node:
versions:
- 1.0.0
devicesim:
versions: []
stratum:
versions: []
testdevice:
versions: []
# ONOS-GUI
onos-gui:
image:
Expand Down

0 comments on commit 6b3b63f

Please sign in to comment.