Skip to content

Commit

Permalink
render cleanup hook job using cluster chart
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchcrab committed Sep 24, 2024
1 parent 9ba89e7 commit 8a9acfe
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 168 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Migrated all worker resources (`KubeadmConfigTemplate`, `MachineDeployment` and `MachineHealthCheck`) to be rendered from the shared `cluster` chart.
- Render cleanup hook job using cluster chart.

## [0.63.0] - 2024-09-03

Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion helm/cluster-vsphere/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
"provider": "vsphere",
"resourcesApi": {
"bastionResourceEnabled": false,
"cleanupHelmReleaseResourcesEnabled": false,
"cleanupHelmReleaseResourcesEnabled": true,
"clusterResourceEnabled": true,
"controlPlaneResourceEnabled": true,
"helmRepositoryResourcesEnabled": true,
Expand Down
2 changes: 1 addition & 1 deletion helm/cluster-vsphere/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ cluster:
provider: vsphere
resourcesApi:
bastionResourceEnabled: false
cleanupHelmReleaseResourcesEnabled: false
cleanupHelmReleaseResourcesEnabled: true
clusterResourceEnabled: true
controlPlaneResourceEnabled: true
helmRepositoryResourcesEnabled: true
Expand Down

0 comments on commit 8a9acfe

Please sign in to comment.