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 3030 - uses : actions/checkout@v2
3131 - uses : appany/helm-oci-chart-releaser@v0.3.0
3232 with :
33- name : chisel-operator-chart
33+ name : chisel-operator
3434 repository : fyralabs/chisel-operator
3535 tag : 0.1.0
3636 path : charts/chisel-operator
Original file line number Diff line number Diff line change 11apiVersion : v2
2- name : chisel-operator-chart
2+ name : chisel-operator
33description : Kubernetes Operator for deploying Chisel reverse proxies
44
55# A chart can be either an 'application' or a 'library' chart.
@@ -21,4 +21,4 @@ version: 0.1.0
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# 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 1515 scope : Namespaced
1616 versions :
1717 - additionalPrinterColumns : []
18- name : v1.1
18+ name : v1
1919 schema :
2020 openAPIV3Schema :
2121 description : Auto-generated derived type for ExitNodeSpec via `CustomResource`
@@ -67,23 +67,10 @@ spec:
6767 type : string
6868 provider :
6969 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
8270 required :
8371 - ip
8472 - name
8573 - provider
86- - service_binding
8774 type : object
8875 required :
8976 - spec
You can’t perform that action at this time.
0 commit comments