Skip to content

Commit 6af8fcd

Browse files
committed
github action version check fix
Signed-off-by: Woojoong Kim <woojoong.kim@intel.com>
1 parent 856f0c3 commit 6af8fcd

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

onos-operator/Chart.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apiVersion: v2
66
name: onos-operator
77
version: 0.5.7
88
kubeVersion: ">=1.17.0"
9-
appVersion: v0.5.2
9+
appVersion: v0.5.3
1010
description: µONOS Operator
1111
keywords:
1212
- onos
@@ -15,3 +15,8 @@ home: https://onosproject.org
1515
maintainers:
1616
- name: ONOS Support
1717
email: support@opennetworking.org
18+
dependencies:
19+
- name: app-operator
20+
version: 0.5.5
21+
- name: topo-operator
22+
version: 0.5.4

tlaplus-monitor/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ apiVersion: v2
66
name: tlaplus-monitor
77
kubeVersion: ">=1.12.0"
88
type: application
9-
version: 0.0.2
10-
appVersion: 1.0
9+
version: 0.0.3
10+
appVersion: "1.0"
1111
description: TLA+ Conformance Monitor
1212
keywords:
1313
- monitoring

0 commit comments

Comments
 (0)