Skip to content

Commit

Permalink
change chart name back
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Sep 25, 2024
1 parent 09258c3 commit 6141de9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v2
- uses: appany/[email protected]
with:
name: chisel-operator-chart
name: chisel-operator
repository: fyralabs/chisel-operator
tag: 0.1.0
path: charts/chisel-operator
Expand Down
4 changes: 2 additions & 2 deletions charts/chisel-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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"
15 changes: 1 addition & 14 deletions charts/chisel-operator/templates/crds/exit-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6141de9

Please sign in to comment.