ITADN

Add the kubeVersion in the CloudnativePG chart metadata.

#843Closeddanishedb 创建于 2026-03-30
D
danishedbcommented
Add The field `kubeVersion` in the charts. Affected Charts cloudnative-pg Cluster plugin-braman-cloud Current Values: ` ``` apiVersion: v2 name: cloudnative-pg description: CloudNativePG Operator Helm Chart icon: https://raw.githubusercontent.com/cloudnative-pg/artwork/main/cloudnativepg-logo.svg type: application version: "0.27.1" appVersion: "1.28.1" [......] ``` ` Expected Values ` ``` apiVersion: v2 name: cloudnative-pg description: CloudNativePG Operator Helm Chart kubeVersion: ">=1.29.0-0" icon: https://raw.githubusercontent.com/cloudnative-pg/artwork/main/cloudnativepg-logo.svg type: application version: "0.27.1" appVersion: "1.28.1" ``` [......] `
关闭于 2026-04-08 0 条评论