Skip to content

Commit

Permalink
update plugins (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
adibrastegarnia authored Aug 24, 2022
1 parent 162fc33 commit 08f479f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions device-provisioner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ apiVersion: v2
name: device-provisioner
description: device-provisioner Helm chart for Kubernetes
type: application
version: 0.0.6
appVersion: "v0.0.11"
version: 0.0.7
appVersion: "v0.0.13"

2 changes: 2 additions & 0 deletions device-provisioner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ replicaCount: 1
p4Plugins:
- name: middleblock
version: 1.0.0
- name: basic
version: 1.0.0


image:
Expand Down
4 changes: 2 additions & 2 deletions onos-umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: onos-umbrella
description: Umbrella chart to deploy all µONOS
kubeVersion: ">=1.17.0"
type: application
version: 1.2.37
version: 1.2.38
appVersion: v1.1.0
keywords:
- onos
Expand Down Expand Up @@ -40,7 +40,7 @@ dependencies:
- name: device-provisioner
condition: import.device-provisioner.enabled
repository: file://../device-provisioner
version: 0.0.6
version: 0.0.7
- name: topo-discovery
condition: import.topo-discovery.enabled
repository: file://../topo-discovery
Expand Down

0 comments on commit 08f479f

Please sign in to comment.