Skip to content

Commit

Permalink
Updated umbrella chart to latest components of others (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCondon authored Jun 19, 2020
1 parent 4d24455 commit f2ecd29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions onos-umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: onos-umbrella
description: Umbrella chart to deploy all µONOS
kubeVersion: ">=1.17.0"
type: application
version: 0.0.11
appVersion: v0.6.6
version: 0.0.1
appVersion: v0.6.0
keywords:
- onos
- sdn
Expand All @@ -26,16 +26,16 @@ dependencies:
- name: onos-topo
condition: import.onos-topo.enabled
repository: https://charts.onosproject.org
version: 0.0.3
version: 0.0.5
- name: onos-config
condition: import.onos-config.enabled
repository: https://charts.onosproject.org
version: 0.0.4
version: 0.0.6
- name: onos-gui
condition: import.onos-gui.enabled
repository: https://charts.onosproject.org
version: 0.0.4
version: 0.0.5
- name: onos-cli
condition: import.onos-cli.enabled
repository: https://charts.onosproject.org
version: 0.0.3
version: 0.0.4
8 changes: 4 additions & 4 deletions onos-umbrella/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import:
onos-topo:
image:
repository: onosproject/onos-topo
tag: v0.6.4
tag: v0.6.9
pullPolicy: IfNotPresent
store:
controller: ""
Expand All @@ -45,7 +45,7 @@ onos-topo:
onos-config:
image:
repository: onosproject/onos-config
tag: v0.6.4
tag: v0.6.5
pullPolicy: IfNotPresent
store:
controller: ""
Expand All @@ -63,13 +63,13 @@ onos-config:
onos-gui:
image:
repository: onosproject/onos-gui
tag: v0.6.5
tag: v0.6.7
pullPolicy: IfNotPresent

onos-cli:
image:
repository: onosproject/onos-cli
tag: v0.6.5
tag: v0.6.7
pullPolicy: IfNotPresent
postInstall:
placeholder: true
Expand Down

0 comments on commit f2ecd29

Please sign in to comment.