diff --git a/.github/workflows/helm-oci.yml b/.github/workflows/helm-oci.yml index 488acca..bb620bd 100644 --- a/.github/workflows/helm-oci.yml +++ b/.github/workflows/helm-oci.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v2 - uses: appany/helm-oci-chart-releaser@v0.3.0 with: - name: chisel-operator-chart + name: chisel-operator repository: fyralabs/chisel-operator tag: 0.1.0 path: charts/chisel-operator diff --git a/charts/chisel-operator/Chart.yaml b/charts/chisel-operator/Chart.yaml index c7208ef..2d5e46c 100644 --- a/charts/chisel-operator/Chart.yaml +++ b/charts/chisel-operator/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: chisel-operator-chart +name: chisel-operator description: Kubernetes Operator for deploying Chisel reverse proxies # A chart can be either an 'application' or a 'library' chart. @@ -21,4 +21,4 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.4.0" +appVersion: "v0.3.0" diff --git a/charts/chisel-operator/templates/crds/exit-node.yaml b/charts/chisel-operator/templates/crds/exit-node.yaml index 42e3e55..7d679f2 100644 --- a/charts/chisel-operator/templates/crds/exit-node.yaml +++ b/charts/chisel-operator/templates/crds/exit-node.yaml @@ -15,7 +15,7 @@ spec: scope: Namespaced versions: - additionalPrinterColumns: [] - name: v1.1 + name: v1 schema: openAPIV3Schema: description: Auto-generated derived type for ExitNodeSpec via `CustomResource` @@ -67,23 +67,10 @@ spec: type: string provider: type: string - service_binding: - items: - properties: - name: - type: string - namespace: - type: string - required: - - name - - namespace - type: object - type: array required: - ip - name - provider - - service_binding type: object required: - spec