Skip to content

Commit c9eff48

Browse files
committed
feat: disable version increment check, and revert bumped version
Signed-off-by: oujonny <jonny@immerda.ch>
1 parent 560380d commit c9eff48

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/kube-ovn-v2/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: v2
22
name: kube-ovn-v2
33
description: Helm chart for Kube-OVN
44
type: application
5-
version: v1.16.1
5+
version: v1.16.0
66
appVersion: "1.16.0"
77
kubeVersion: ">= 1.29.0-0"

charts/kube-ovn-v2/ct.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
validate-maintainers: false
2+
check-version-increment: false
23
namespace: kube-system
34
release-label: app.kubernetes.io/instance
4-
skip-clean-up: true
5+
skip-clean-up: true

0 commit comments

Comments
 (0)