Skip to content

Commit 544d6a1

Browse files
committed
feat: release v0.1.1
1 parent 1b6ad71 commit 544d6a1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

charts/capi-kamaji-vsphere/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: capi-kamaji-vsphere
2-
version: 0.1.0
2+
version: 0.1.1
33
appVersion: 1.31.0
4-
description: A Helm chart for deploying a [Kamaji Tenant Cluster](https://github.com/clastix/kamaji) on vSphere using [Kamaji](https://github.com/clastix/cluster-api-control-plane-provider-kamaji)
5-
and [vSphere](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere) providers.
4+
description: A Helm chart for deploying a Kamaji Tenant Cluster on vSphere using Cluster API
5+
and Kamaji.
66
icon: https://cluster-api.sigs.k8s.io/images/introduction.svg
77
type: application
88
apiVersion: v2

charts/capi-kamaji-vsphere/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# capi-kamaji-vsphere
22

3-
![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: 1.31.0](https://img.shields.io/badge/AppVersion-1.31.0-informational?style=flat-square)
3+
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.31.0](https://img.shields.io/badge/AppVersion-1.31.0-informational?style=flat-square)
44

5-
A Helm chart for deploying a [Kamaji Tenant Cluster](https://github.com/clastix/kamaji) on vSphere using [Kamaji](https://github.com/clastix/cluster-api-control-plane-provider-kamaji) and [vSphere](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere) providers.
5+
A Helm chart for deploying a Kamaji Tenant Cluster on vSphere using Cluster API and Kamaji.
66

77
**Homepage:** <https://kamaji.clastix.io>
88

@@ -62,7 +62,7 @@ A Helm chart for deploying a [Kamaji Tenant Cluster](https://github.com/clastix/
6262
| nodePools[0].numCPUs | int | `2` | Number of vCPUs to allocate to worker instances |
6363
| nodePools[0].replicas | int | `3` | Number of worker VMs instances |
6464
| nodePools[0].resourcePool | string | `"*/Resources"` | VSphere resource pool to use |
65-
| nodePools[0].staticRoutes | list | `[]` | Static routes for VMs if required |
65+
| nodePools[0].staticRoutes | list | `[]` | Static network routes if required |
6666
| nodePools[0].storagePolicyName | string | `""` | VSphere storage policy to use |
6767
| nodePools[0].template | string | `"ubuntu-2204-kube-v1.31.0"` | VSphere template to clone |
6868
| nodePools[0].users | list | `[{"name":"ubuntu","sshAuthorizedKeys":[],"sudo":"ALL=(ALL) NOPASSWD:ALL"}]` | Search domains suffixes if required searchDomains: [] # -- VM network domain if required domain: "" # -- IPv4 gateway if required gateway: "" # -- users to create on machines |

0 commit comments

Comments
 (0)