Skip to content

Commit e9fc977

Browse files
committed
change chart name back
1 parent 54c8bfb commit e9fc977

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

.github/workflows/helm-oci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v2
3131
- uses: appany/[email protected]
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

charts/chisel-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
name: chisel-operator-chart
2+
name: chisel-operator
33
description: 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"

charts/chisel-operator/templates/crds/exit-node.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
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

0 commit comments

Comments
 (0)