-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade CAPI and CAPO to v1.7.2 / v0.10.3 (#4)
* Update CAPI and CAPO to v1.7.2 / v0.10.3 * Update dependents * Amend CAPO resource definitions to use v1beta1 * Template updates for v1beta1 * Bump cluster-openstack Chart version
- Loading branch information
Showing
46 changed files
with
26,005 additions
and
9,300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
apiVersion: v2 | ||
appVersion: v1.6.2 | ||
appVersion: v1.7.2 | ||
description: A Helm chart for deploying cluster API. | ||
icon: https://assets.unikorn-cloud.org/assets/images/logos/dark-on-light/icon.png | ||
name: cluster-api-bootstrap-kubeadm | ||
type: application | ||
version: v0.1.11 | ||
version: v0.2.0 |
2,522 changes: 1,656 additions & 866 deletions
2,522
charts/cluster-api-bootstrap-kubeadm/crds/kubeadmconfigs.bootstrap.cluster.x-k8s.io.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
2,500 changes: 1,621 additions & 879 deletions
2,500
...cluster-api-bootstrap-kubeadm/crds/kubeadmconfigtemplates.bootstrap.cluster.x-k8s.io.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
capi_diagnostics_address: :8443 | ||
capi_insecure_diagnostics: false | ||
exp_kubeadm_bootstrap_format_ignition: false | ||
exp_machine_pool: false | ||
image: registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.6.2 | ||
exp_machine_pool: true | ||
image: registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.7.2 | ||
kubeadm_bootstrap_token_ttl: 15m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
apiVersion: v2 | ||
appVersion: v1.6.2 | ||
appVersion: v1.7.2 | ||
description: A Helm chart for deploying cluster API. | ||
icon: https://assets.unikorn-cloud.org/assets/images/logos/dark-on-light/icon.png | ||
name: cluster-api-control-plane-kubeadm | ||
type: application | ||
version: v0.1.11 | ||
version: v0.2.0 |
Oops, something went wrong.