Skip to content

Commit d1cf58d

Browse files
committed
remove dependency and added skip-clean-up in ct-install
1 parent 7735b7c commit d1cf58d

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

ct-install.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Configuration for chart-testing (ct) install command
22
# See: https://github.com/helm/chart-testing
33

4+
skip-clean-up: true
45
charts:
56
- deploy/charts/operator-crds
67
- deploy/charts/operator

deploy/charts/operator/Chart.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,3 @@ description: A Helm chart for deploying the ToolHive Operator into Kubernetes.
44
type: application
55
version: 0.5.4
66
appVersion: "v0.6.6"
7-
8-
dependencies:
9-
- name: toolhive-operator-crds
10-
version: 0.0.68
11-
repository: "file://../operator-crds"

deploy/charts/operator/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ helm uninstall <release_name>
4646

4747
The command removes all the Kubernetes components associated with the chart and deletes the release. You will have to delete the namespace manually if you used Helm to create it.
4848

49-
## Requirements
50-
51-
| Repository | Name | Version |
52-
|------------|------|---------|
53-
| file://../operator-crds | toolhive-operator-crds | 0.0.68 |
54-
5549
## Values
5650

5751
| Key | Type | Default | Description |

0 commit comments

Comments
 (0)