File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ The intention is for the Kubernetes community to use this experiment for learnin
2828design pattern, feature gaps, and areas for improvement. With the ultimate goal being a standard release
2929cycle and production ready Karpenter Cluster API provider.
3030
31- The ` v0.1 .0 ` release contains basic functionality for creating and deleting nodes within a cluster.
31+ The ` v0.2 .0 ` release contains basic functionality for creating and deleting nodes within a cluster.
3232Please see the [ quickstart instructions for more details] ( docs/docs/getting-started.md ) .
3333
3434The ` main ` branch is potentially unstable as we work towards compatibility with the latest versions
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name: karpenter
33description : A Helm chart for Kubernetes that provides an implementation of Karpenter using Cluster API as the infrastructure provider
44type : application
55version : 0.1.0
6- appVersion : " 0.1 .0"
6+ appVersion : " 0.2 .0"
Original file line number Diff line number Diff line change 33A Helm chart for Kubernetes that provides an implementation of Karpenter using Cluster API as the infrastructure
44provider
55
6- ![ Version: 0.1.0] ( https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.1 .0] ( https://img.shields.io/badge/AppVersion-0.1 .0-informational?style=flat-square )
6+ ![ Version: 0.1.0] ( https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.2 .0] ( https://img.shields.io/badge/AppVersion-0.2 .0-informational?style=flat-square )
77
88## Documentation
99
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ These instructions work best with the following versions and settings:
99
1010| Component | Version |
1111| -----------| ---------|
12- | karpenter-provider-cluster-api | 0.1 .0 |
12+ | karpenter-provider-cluster-api | 0.2 .0 |
1313| cluster-api | 1.10 |
1414| kubernetes | 1.33 |
1515
You can’t perform that action at this time.
0 commit comments