Skip to content

Commit

Permalink
Drop deprecated values from cluster-vsphere tests (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchcrab authored Oct 31, 2024
1 parent 651f5b0 commit 45cd72f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Drop deprecated values from `cluster-vsphere` tests

## [1.26.0] - 2024-10-21

### Changed
Expand Down
3 changes: 0 additions & 3 deletions pkg/clusterbuilder/providers/capv/values/cluster_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ global:
baseDomain: test.gigantic.io
controlPlane:
replicas: 1
image:
repository: registry.k8s.io
machineTemplate:
cloneMode: "linkedClone"
diskGiB: 50
Expand All @@ -25,7 +23,6 @@ global:
devices:
- networkName: 'grasshopper-capv'
dhcp4: true
resourceRatio: 8
nodePools:
worker:
replicas: 2
Expand Down

0 comments on commit 45cd72f

Please sign in to comment.