File tree 4 files changed +11
-12
lines changed
deploy/charts/netris-operator
4 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,8 @@ helm: generate fmt vet manifests pip-install-reqs
128
128
scripts/rbac-helm-template.py config/rbac/$$ {i} | yq -y . >> deploy/charts/netris-operator/templates/rbac.yaml; \
129
129
done
130
130
echo " {{- end }}" >> deploy/charts/netris-operator/templates/rbac.yaml
131
+
132
+ helm-push : helm
131
133
@{ \
132
134
set -e ; \
133
135
HELM_CHART_GEN_TMP_DIR=$$(mktemp -d ) ; \
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.2.3
18
+ version : 0.2.4
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
- appVersion : v0.3.1
23
+ appVersion : v0.3.2
24
24
home : https://github.com/netrisai/netris-operator
25
25
icon : https://www.netris.ai/wp-content/uploads/2020/05/logo-600.png # [todo] Change url to permalink
26
26
keywords :
Original file line number Diff line number Diff line change 59
59
type : array
60
60
id :
61
61
type : integer
62
+ imported :
63
+ type : boolean
62
64
members :
63
65
items :
64
66
description : VNetMetaMember .
@@ -131,6 +133,7 @@ spec:
131
133
required :
132
134
- gateways
133
135
- id
136
+ - imported
134
137
- members
135
138
- name
136
139
- owner
Original file line number Diff line number Diff line change 38
38
properties :
39
39
guestTenants :
40
40
items :
41
- type : integer
41
+ type : string
42
42
type : array
43
43
ownerTenant :
44
44
type : string
48
48
properties :
49
49
gateways :
50
50
items :
51
- description : VNetGateway .
52
- properties :
53
- gateway4 :
54
- type : string
55
- gateway6 :
56
- type : string
57
- type : object
51
+ type : string
58
52
type : array
59
53
name :
60
54
type : string
@@ -64,16 +58,16 @@ spec:
64
58
properties :
65
59
name :
66
60
type : string
61
+ state :
62
+ type : string
67
63
vlanId :
68
64
type : integer
69
65
required :
70
66
- name
71
67
type : object
72
68
type : array
73
69
required :
74
- - gateways
75
70
- name
76
- - switchPorts
77
71
type : object
78
72
type : array
79
73
state :
You can’t perform that action at this time.
0 commit comments