Skip to content

Commit

Permalink
Merge pull request #230 from syself/docs/capi-v1.2.x
Browse files Browse the repository at this point in the history
📖 adding capi v1.2.x support
  • Loading branch information
batistein authored Jun 28, 2022
2 parents 16e4122 + 1c0047d commit ba6bde5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ In addition to the pure creation and operation of Kubernetes clusters, this prov

This provider's versions are compatible with the following versions of Cluster API:

| | Cluster API `v1beta1` (`v1.0.x`) | Cluster API `v1beta1` (`v1.1.x`) |
| | Cluster API `v1beta1` (`v1.0.x`) | Cluster API `v1beta1` (`v1.1.x`) | Cluster API `v1beta1` (`v1.2.x`) |
|---|---|---|
|Hetzner Provider `v1.0.x` |||
|Hetzner Provider `v1.0.x` ||||

This provider's versions can install and manage the following versions of Kubernetes:

Expand Down
6 changes: 3 additions & 3 deletions docs/developers/tilt.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
| preload_images_for_kind | bool | true | no | If set to true, uses `kind load docker-image` to preload images into a kind cluster |
| kind_cluster_name | []object | "caph" | no | The name of the kind cluster to use when preloading images |
| capi_version | string | "v1.2.0-beta.1" | no | Version of CAPI |
| cabpt_version | string | "v0.5.2" | no | Version of Cluster API Bootstrap Provider Talos |
| cacppt_version | string | "v0.4.5" | no | Version of Cluster API Control Plane Provider Talos |
| cert_manager_version | string | "v1.1.0" | no | Version of cert manager |
| cabpt_version | string | "v0.5.4" | no | Version of Cluster API Bootstrap Provider Talos |
| cacppt_version | string | "v0.4.6" | no | Version of Cluster API Control Plane Provider Talos |
| cert_manager_version | string | "v1.7.2" | no | Version of cert manager |
| kustomize_substitutions | map[string]string | {
"HCLOUD_REGION": "fsn1",
"CONTROL_PLANE_MACHINE_COUNT": "3",
Expand Down

0 comments on commit ba6bde5

Please sign in to comment.