Skip to content

Commit

Permalink
Releasing v0.4.6 (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomikazi authored Aug 3, 2021
1 parent 272decf commit cf52a55
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions onos-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: onos-operator
version: 0.4.6
version: 0.4.7
kubeVersion: ">=1.17.0"
appVersion: v0.4.5
appVersion: v0.4.6
description: µONOS Operator
keywords:
- onos
Expand Down
4 changes: 2 additions & 2 deletions onos-operator/charts/config-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: config-operator
version: 0.4.5
version: 0.4.6
kubeVersion: ">=1.17.0"
appVersion: v0.4.5
appVersion: v0.4.6
description: µONOS Config Operator
keywords:
- onos
Expand Down
2 changes: 1 addition & 1 deletion onos-operator/charts/config-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ replicas: 1
image:
registry: ""
repository: onosproject/config-operator
tag: v0.4.5
tag: v0.4.6
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down
4 changes: 2 additions & 2 deletions onos-operator/charts/topo-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: topo-operator
version: 0.4.3
version: 0.4.6
kubeVersion: ">=1.17.0"
appVersion: v0.4.5
appVersion: v0.4.6
description: µONOS Topology Operator
keywords:
- onos
Expand Down
2 changes: 1 addition & 1 deletion onos-operator/charts/topo-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ replicas: 1
image:
registry: ""
repository: onosproject/topo-operator
tag: v0.4.5
tag: v0.4.6
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit cf52a55

Please sign in to comment.