From dac1775cf2abcf2e8fb2b597a9672bd1c63d26a7 Mon Sep 17 00:00:00 2001 From: Serge Logvinov Date: Mon, 10 Nov 2025 13:21:30 +0700 Subject: [PATCH] fix(chart): provider value typo Fix a typo in values.yaml related to the provider feature option. Signed-off-by: Serge Logvinov --- charts/proxmox-cloud-controller-manager/Chart.yaml | 2 +- charts/proxmox-cloud-controller-manager/README.md | 4 ++-- charts/proxmox-cloud-controller-manager/values.yaml | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/proxmox-cloud-controller-manager/Chart.yaml b/charts/proxmox-cloud-controller-manager/Chart.yaml index 67261f8..b2269c9 100644 --- a/charts/proxmox-cloud-controller-manager/Chart.yaml +++ b/charts/proxmox-cloud-controller-manager/Chart.yaml @@ -16,7 +16,7 @@ maintainers: # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.17 +version: 0.2.18 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/charts/proxmox-cloud-controller-manager/README.md b/charts/proxmox-cloud-controller-manager/README.md index d1e4166..7b15d38 100644 --- a/charts/proxmox-cloud-controller-manager/README.md +++ b/charts/proxmox-cloud-controller-manager/README.md @@ -1,6 +1,6 @@ # proxmox-cloud-controller-manager -![Version: 0.2.17](https://img.shields.io/badge/Version-0.2.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.11.0](https://img.shields.io/badge/AppVersion-v0.11.0-informational?style=flat-square) +![Version: 0.2.18](https://img.shields.io/badge/Version-0.2.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.11.0](https://img.shields.io/badge/AppVersion-v0.11.0-informational?style=flat-square) Cloud Controller Manager plugin for Proxmox @@ -142,7 +142,7 @@ helm upgrade -i --namespace=kube-system -f proxmox-ccm.yaml \ | logVerbosityLevel | int | `2` | Log verbosity level. See https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md for description of individual verbosity levels. | | existingConfigSecret | string | `nil` | Proxmox cluster config stored in secrets. | | existingConfigSecretKey | string | `"config.yaml"` | Proxmox cluster config stored in secrets key. | -| config | object | `{"clusters":[],"features":{"provider":"default"}}` | Proxmox cluster config. | +| config | object | `{"clusters":[],"features":{"provider":"default"}}` | Proxmox cluster config. refs: https://github.com/sergelogvinov/proxmox-cloud-controller-manager/blob/main/docs/config.md | | serviceAccount | object | `{"annotations":{},"create":true,"name":""}` | Pods Service Account. ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ | | priorityClassName | string | `"system-cluster-critical"` | CCM pods' priorityClassName. | | initContainers | list | `[]` | Add additional init containers to the CCM pods. ref: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ | diff --git a/charts/proxmox-cloud-controller-manager/values.yaml b/charts/proxmox-cloud-controller-manager/values.yaml index ad01c2f..48dfc30 100644 --- a/charts/proxmox-cloud-controller-manager/values.yaml +++ b/charts/proxmox-cloud-controller-manager/values.yaml @@ -46,9 +46,10 @@ existingConfigSecret: ~ existingConfigSecretKey: config.yaml # -- Proxmox cluster config. +# refs: https://github.com/sergelogvinov/proxmox-cloud-controller-manager/blob/main/docs/config.md config: features: - # specify provider: proxmox if you are using capmox (cluster api provider for proxmox) + # Provider value can be "default" or "capmox" provider: "default" clusters: [] # - url: https://cluster-api-1.exmple.com:8006/api2/json