Skip to content

Commit

Permalink
Updated versions of onos-topo and onos-cli (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCondon authored Jul 7, 2020
1 parent c862999 commit ed33bab
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions onos-cli/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: onos-cli
description: ONOS Command Line Interface
kubeVersion: ">=1.17.0"
type: application
version: 0.0.5
appVersion: v0.6.7
version: 0.0.6
appVersion: v0.6.8
keywords:
- onos
- sdn
Expand Down
2 changes: 1 addition & 1 deletion onos-cli/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: onosproject/onos-cli
tag: v0.6.7
tag: v0.6.8
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down
4 changes: 2 additions & 2 deletions onos-topo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: onos-topo
description: ONOS Topology service
kubeVersion: ">=1.17.0"
type: application
version: 0.0.5
appVersion: v0.6.9
version: 0.0.6
appVersion: v0.6.10
keywords:
- onos
- sdn
Expand Down
2 changes: 1 addition & 1 deletion onos-topo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ replicaCount: 1

image:
repository: onosproject/onos-topo
tag: v0.6.9
tag: v0.6.10
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down
10 changes: 5 additions & 5 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.1
appVersion: v0.6.0
version: 0.0.2
appVersion: v0.6.1
keywords:
- onos
- sdn
Expand All @@ -24,16 +24,16 @@ dependencies:
- name: onos-topo
condition: import.onos-topo.enabled
repository: https://charts.onosproject.org
version: 0.0.5
version: 0.0.6
- name: onos-config
condition: import.onos-config.enabled
repository: https://charts.onosproject.org
version: 0.0.6
- name: onos-gui
condition: import.onos-gui.enabled
repository: https://charts.onosproject.org
version: 0.0.5
version: 0.0.6
- name: onos-cli
condition: import.onos-cli.enabled
repository: https://charts.onosproject.org
version: 0.0.4
version: 0.0.6
6 changes: 3 additions & 3 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.9
tag: v0.6.10
pullPolicy: IfNotPresent
store:
controller: ""
Expand Down Expand Up @@ -63,13 +63,13 @@ onos-config:
onos-gui:
image:
repository: onosproject/onos-gui
tag: v0.6.7
tag: v0.6.8
pullPolicy: IfNotPresent

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

0 comments on commit ed33bab

Please sign in to comment.