From cd4e778a1075fbfb7c2b6962b8cb0390a72a958d Mon Sep 17 00:00:00 2001 From: Markus Wieland Date: Thu, 27 Nov 2025 11:31:14 +0100 Subject: [PATCH 1/3] Bump cortex to version v0.0.11 --- helm/bundles/cortex-cinder/Chart.yaml | 4 ++-- helm/bundles/cortex-crds/Chart.yaml | 2 +- helm/bundles/cortex-ironcore/Chart.yaml | 4 ++-- helm/bundles/cortex-manila/Chart.yaml | 6 +++--- helm/bundles/cortex-nova/Chart.yaml | 6 +++--- helm/library/cortex-postgres/Chart.yaml | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/helm/bundles/cortex-cinder/Chart.yaml b/helm/bundles/cortex-cinder/Chart.yaml index bd19fe2f..d13ca6f5 100644 --- a/helm/bundles/cortex-cinder/Chart.yaml +++ b/helm/bundles/cortex-cinder/Chart.yaml @@ -5,13 +5,13 @@ apiVersion: v3 name: cortex-cinder description: A Helm chart deploying Cortex for Cinder. type: application -version: 0.0.10 +version: 0.0.11 appVersion: 0.1.0 dependencies: # from: file://../../library/cortex-postgres - name: cortex-postgres repository: oci://ghcr.io/cobaltcore-dev/cortex/charts - version: 0.5.6 + version: 0.5.7 # from: file://../../../dist/chart - name: cortex diff --git a/helm/bundles/cortex-crds/Chart.yaml b/helm/bundles/cortex-crds/Chart.yaml index fbe0bf85..d1376b34 100644 --- a/helm/bundles/cortex-crds/Chart.yaml +++ b/helm/bundles/cortex-crds/Chart.yaml @@ -5,7 +5,7 @@ apiVersion: v3 name: cortex-crds description: A Helm chart deploying Cortex CRDs. type: application -version: 0.0.1 +version: 0.0.11 appVersion: 0.1.0 dependencies: # from: file://../../../dist/chart diff --git a/helm/bundles/cortex-ironcore/Chart.yaml b/helm/bundles/cortex-ironcore/Chart.yaml index a19aa8ad..d41c7cc4 100644 --- a/helm/bundles/cortex-ironcore/Chart.yaml +++ b/helm/bundles/cortex-ironcore/Chart.yaml @@ -1,11 +1,11 @@ # Copyright 2025 SAP SE # SPDX-License-Identifier: Apache-2.0 -apiVersion: v2 +apiVersion: v3 name: cortex-ironcore description: A Helm chart deploying Cortex for IronCore. type: application -version: 0.0.1 +version: 0.0.11 appVersion: 0.1.0 dependencies: # from: file://../../../dist/chart diff --git a/helm/bundles/cortex-manila/Chart.yaml b/helm/bundles/cortex-manila/Chart.yaml index 79b2ed7d..1a33f981 100644 --- a/helm/bundles/cortex-manila/Chart.yaml +++ b/helm/bundles/cortex-manila/Chart.yaml @@ -1,17 +1,17 @@ # Copyright 2025 SAP SE # SPDX-License-Identifier: Apache-2.0 -apiVersion: v2 +apiVersion: v3 name: cortex-manila description: A Helm chart deploying Cortex for Manila. type: application -version: 0.0.10 +version: 0.0.11 appVersion: 0.1.0 dependencies: # from: file://../../library/cortex-postgres - name: cortex-postgres repository: oci://ghcr.io/cobaltcore-dev/cortex/charts - version: 0.5.6 + version: 0.5.7 # from: file://../../../dist/chart - name: cortex diff --git a/helm/bundles/cortex-nova/Chart.yaml b/helm/bundles/cortex-nova/Chart.yaml index 456f41fa..4e5bd91c 100644 --- a/helm/bundles/cortex-nova/Chart.yaml +++ b/helm/bundles/cortex-nova/Chart.yaml @@ -1,17 +1,17 @@ # Copyright 2025 SAP SE # SPDX-License-Identifier: Apache-2.0 -apiVersion: v2 +apiVersion: v3 name: cortex-nova description: A Helm chart deploying Cortex for Nova. type: application -version: 0.0.10 +version: 0.0.11 appVersion: 0.1.0 dependencies: # from: file://../../library/cortex-postgres - name: cortex-postgres repository: oci://ghcr.io/cobaltcore-dev/cortex/charts - version: 0.5.6 + version: 0.5.7 # from: file://../../../dist/chart - name: cortex diff --git a/helm/library/cortex-postgres/Chart.yaml b/helm/library/cortex-postgres/Chart.yaml index f314b252..658ca154 100644 --- a/helm/library/cortex-postgres/Chart.yaml +++ b/helm/library/cortex-postgres/Chart.yaml @@ -5,5 +5,5 @@ apiVersion: v2 name: cortex-postgres description: Postgres setup for Cortex. type: application -version: 0.5.6 +version: 0.5.7 appVersion: "sha-55efebd" From 585c00d3c3d319443d50caeed84dbaa619610e5d Mon Sep 17 00:00:00 2001 From: Markus Wieland Date: Thu, 27 Nov 2025 11:33:30 +0100 Subject: [PATCH 2/3] Update apiVersion in cortex-postgres Chart.yaml from v2 to v3 --- helm/library/cortex-postgres/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/library/cortex-postgres/Chart.yaml b/helm/library/cortex-postgres/Chart.yaml index 658ca154..953af39c 100644 --- a/helm/library/cortex-postgres/Chart.yaml +++ b/helm/library/cortex-postgres/Chart.yaml @@ -1,7 +1,7 @@ # Copyright 2025 SAP SE # SPDX-License-Identifier: Apache-2.0 -apiVersion: v2 +apiVersion: v3 name: cortex-postgres description: Postgres setup for Cortex. type: application From 3f1c2e441863646834a0fd5d0ab69518e21b39a7 Mon Sep 17 00:00:00 2001 From: Markus Wieland Date: Thu, 27 Nov 2025 11:34:37 +0100 Subject: [PATCH 3/3] Downgrade apiVersion from v3 to v2 in multiple Chart.yaml files --- helm/bundles/cortex-cinder/Chart.yaml | 2 +- helm/bundles/cortex-crds/Chart.yaml | 2 +- helm/bundles/cortex-ironcore/Chart.yaml | 2 +- helm/bundles/cortex-manila/Chart.yaml | 2 +- helm/bundles/cortex-nova/Chart.yaml | 2 +- helm/library/cortex-postgres/Chart.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm/bundles/cortex-cinder/Chart.yaml b/helm/bundles/cortex-cinder/Chart.yaml index d13ca6f5..14d9b5d9 100644 --- a/helm/bundles/cortex-cinder/Chart.yaml +++ b/helm/bundles/cortex-cinder/Chart.yaml @@ -1,7 +1,7 @@ # Copyright 2025 SAP SE # SPDX-License-Identifier: Apache-2.0 -apiVersion: v3 +apiVersion: v2 name: cortex-cinder description: A Helm chart deploying Cortex for Cinder. type: application diff --git a/helm/bundles/cortex-crds/Chart.yaml b/helm/bundles/cortex-crds/Chart.yaml index d1376b34..86b6fbd7 100644 --- a/helm/bundles/cortex-crds/Chart.yaml +++ b/helm/bundles/cortex-crds/Chart.yaml @@ -1,7 +1,7 @@ # Copyright 2025 SAP SE # SPDX-License-Identifier: Apache-2.0 -apiVersion: v3 +apiVersion: v2 name: cortex-crds description: A Helm chart deploying Cortex CRDs. type: application diff --git a/helm/bundles/cortex-ironcore/Chart.yaml b/helm/bundles/cortex-ironcore/Chart.yaml index d41c7cc4..d5d66942 100644 --- a/helm/bundles/cortex-ironcore/Chart.yaml +++ b/helm/bundles/cortex-ironcore/Chart.yaml @@ -1,7 +1,7 @@ # Copyright 2025 SAP SE # SPDX-License-Identifier: Apache-2.0 -apiVersion: v3 +apiVersion: v2 name: cortex-ironcore description: A Helm chart deploying Cortex for IronCore. type: application diff --git a/helm/bundles/cortex-manila/Chart.yaml b/helm/bundles/cortex-manila/Chart.yaml index 1a33f981..39972ae7 100644 --- a/helm/bundles/cortex-manila/Chart.yaml +++ b/helm/bundles/cortex-manila/Chart.yaml @@ -1,7 +1,7 @@ # Copyright 2025 SAP SE # SPDX-License-Identifier: Apache-2.0 -apiVersion: v3 +apiVersion: v2 name: cortex-manila description: A Helm chart deploying Cortex for Manila. type: application diff --git a/helm/bundles/cortex-nova/Chart.yaml b/helm/bundles/cortex-nova/Chart.yaml index 4e5bd91c..2d87b669 100644 --- a/helm/bundles/cortex-nova/Chart.yaml +++ b/helm/bundles/cortex-nova/Chart.yaml @@ -1,7 +1,7 @@ # Copyright 2025 SAP SE # SPDX-License-Identifier: Apache-2.0 -apiVersion: v3 +apiVersion: v2 name: cortex-nova description: A Helm chart deploying Cortex for Nova. type: application diff --git a/helm/library/cortex-postgres/Chart.yaml b/helm/library/cortex-postgres/Chart.yaml index 953af39c..658ca154 100644 --- a/helm/library/cortex-postgres/Chart.yaml +++ b/helm/library/cortex-postgres/Chart.yaml @@ -1,7 +1,7 @@ # Copyright 2025 SAP SE # SPDX-License-Identifier: Apache-2.0 -apiVersion: v3 +apiVersion: v2 name: cortex-postgres description: Postgres setup for Cortex. type: application