File tree Expand file tree Collapse file tree 3 files changed +4
-17
lines changed Expand file tree Collapse file tree 3 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 30
30
- uses : actions/checkout@v2
31
31
32
32
with :
33
- name : chisel-operator-chart
33
+ name : chisel-operator
34
34
repository : fyralabs/chisel-operator
35
35
tag : 0.1.0
36
36
path : charts/chisel-operator
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- name : chisel-operator-chart
2
+ name : chisel-operator
3
3
description : Kubernetes Operator for deploying Chisel reverse proxies
4
4
5
5
# A chart can be either an 'application' or a 'library' chart.
@@ -21,4 +21,4 @@ version: 0.1.0
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
23
# It is recommended to use it with quotes.
24
- appVersion : " 0.4 .0"
24
+ appVersion : " v0.3 .0"
Original file line number Diff line number Diff line change 15
15
scope : Namespaced
16
16
versions :
17
17
- additionalPrinterColumns : []
18
- name : v1.1
18
+ name : v1
19
19
schema :
20
20
openAPIV3Schema :
21
21
description : Auto-generated derived type for ExitNodeSpec via `CustomResource`
@@ -67,23 +67,10 @@ spec:
67
67
type : string
68
68
provider :
69
69
type : string
70
- service_binding :
71
- items :
72
- properties :
73
- name :
74
- type : string
75
- namespace :
76
- type : string
77
- required :
78
- - name
79
- - namespace
80
- type : object
81
- type : array
82
70
required :
83
71
- ip
84
72
- name
85
73
- provider
86
- - service_binding
87
74
type : object
88
75
required :
89
76
- spec
You can’t perform that action at this time.
0 commit comments