We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc92a6 commit 67002c4Copy full SHA for 67002c4
charts/tenancy-manager/Chart.yaml
@@ -6,8 +6,8 @@ apiVersion: v2
6
name: tenancy-manager
7
description: Multi Tenancy Manager
8
type: application
9
-version: 0.1.6
10
-appVersion: "1.1.2"
+version: 0.1.7
+appVersion: "1.1.3"
11
annotations: {}
12
home: tenancy-iam.intel.com
13
maintainers:
mage/test.go
@@ -44,6 +44,7 @@ func (Test) golang() error {
44
"nexus/kube-openapi/pkg/util/proto/validation",
45
"nexus/kube-openapi/pkg/schemamutation",
46
"nexus/kube-openapi/test/integration",
47
+ "tenancy-manager/fuzztest",
48
}
49
50
return sh.RunV(
0 commit comments