Skip to content

Commit 6d23ac5

Browse files
chore: add kubeVersion in charts metadata (#844)
Signed-off-by: danishedb <danish.khan@enterprisedb.com> Co-authored-by: Gabriele Quaresima <gabriele.quaresima@enterprisedb.com>
1 parent 011ce31 commit 6d23ac5

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

charts/cloudnative-pg/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
apiVersion: v2
2020
name: cloudnative-pg
2121
description: CloudNativePG Operator Helm Chart
22+
kubeVersion: ">=1.29.0-0"
2223
icon: https://raw.githubusercontent.com/cloudnative-pg/artwork/main/cloudnativepg-logo.svg
2324
type: application
2425
version: "0.28.0"

charts/cluster/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
apiVersion: v2
2020
name: cluster
2121
description: Deploys and manages a CloudNativePG cluster and its associated resources.
22+
kubeVersion: ">=1.29.0-0"
2223
icon: https://raw.githubusercontent.com/cloudnative-pg/artwork/main/cloudnativepg-logo.svg
2324
type: application
2425
version: 0.6.0

charts/plugin-barman-cloud/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
apiVersion: v2
2020
name: plugin-barman-cloud
2121
description: Helm Chart for CloudNativePG's CNPG-I backup plugin using Barman Cloud
22+
kubeVersion: ">=1.29.0-0"
2223
icon: https://raw.githubusercontent.com/cloudnative-pg/artwork/main/cloudnativepg-logo.svg
2324
type: application
2425
version: "0.5.0"

0 commit comments

Comments
 (0)