From 66aa54d77d4360c21fc618179b41d2110ef299a0 Mon Sep 17 00:00:00 2001 From: Malte Viering Date: Tue, 17 Mar 2026 12:35:36 +0100 Subject: [PATCH 1/2] fix: Bump cortex-x (new postgres version) --- helm/bundles/cortex-cinder/Chart.yaml | 2 +- helm/bundles/cortex-manila/Chart.yaml | 2 +- helm/bundles/cortex-nova/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/bundles/cortex-cinder/Chart.yaml b/helm/bundles/cortex-cinder/Chart.yaml index 2c6bba933..d9ee0a674 100644 --- a/helm/bundles/cortex-cinder/Chart.yaml +++ b/helm/bundles/cortex-cinder/Chart.yaml @@ -5,7 +5,7 @@ apiVersion: v2 name: cortex-cinder description: A Helm chart deploying Cortex for Cinder. type: application -version: 0.0.38 +version: 0.0.39 appVersion: 0.1.0 dependencies: # from: file://../../library/cortex-postgres diff --git a/helm/bundles/cortex-manila/Chart.yaml b/helm/bundles/cortex-manila/Chart.yaml index 0fd2bf0a6..955676a3f 100644 --- a/helm/bundles/cortex-manila/Chart.yaml +++ b/helm/bundles/cortex-manila/Chart.yaml @@ -5,7 +5,7 @@ apiVersion: v2 name: cortex-manila description: A Helm chart deploying Cortex for Manila. type: application -version: 0.0.38 +version: 0.0.39 appVersion: 0.1.0 dependencies: # from: file://../../library/cortex-postgres diff --git a/helm/bundles/cortex-nova/Chart.yaml b/helm/bundles/cortex-nova/Chart.yaml index 5c349ae49..6e8c90172 100644 --- a/helm/bundles/cortex-nova/Chart.yaml +++ b/helm/bundles/cortex-nova/Chart.yaml @@ -5,7 +5,7 @@ apiVersion: v2 name: cortex-nova description: A Helm chart deploying Cortex for Nova. type: application -version: 0.0.38 +version: 0.0.39 appVersion: 0.1.0 dependencies: # from: file://../../library/cortex-postgres From 4465f86c8529e3c49f9ae9daa948070d52ed8467 Mon Sep 17 00:00:00 2001 From: Malte Viering Date: Tue, 17 Mar 2026 12:43:15 +0100 Subject: [PATCH 2/2] fix: Bump all services --- helm/bundles/cortex-crds/Chart.yaml | 2 +- helm/bundles/cortex-ironcore/Chart.yaml | 2 +- helm/bundles/cortex-pods/Chart.yaml | 2 +- helm/library/cortex/Chart.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/bundles/cortex-crds/Chart.yaml b/helm/bundles/cortex-crds/Chart.yaml index 5427ac308..840298499 100644 --- a/helm/bundles/cortex-crds/Chart.yaml +++ b/helm/bundles/cortex-crds/Chart.yaml @@ -5,7 +5,7 @@ apiVersion: v2 name: cortex-crds description: A Helm chart deploying Cortex CRDs. type: application -version: 0.0.38 +version: 0.0.39 appVersion: 0.1.0 dependencies: # from: file://../../library/cortex diff --git a/helm/bundles/cortex-ironcore/Chart.yaml b/helm/bundles/cortex-ironcore/Chart.yaml index a555ba200..56f696d1e 100644 --- a/helm/bundles/cortex-ironcore/Chart.yaml +++ b/helm/bundles/cortex-ironcore/Chart.yaml @@ -5,7 +5,7 @@ apiVersion: v2 name: cortex-ironcore description: A Helm chart deploying Cortex for IronCore. type: application -version: 0.0.38 +version: 0.0.39 appVersion: 0.1.0 dependencies: # from: file://../../library/cortex diff --git a/helm/bundles/cortex-pods/Chart.yaml b/helm/bundles/cortex-pods/Chart.yaml index 949a2493a..d0c040d91 100644 --- a/helm/bundles/cortex-pods/Chart.yaml +++ b/helm/bundles/cortex-pods/Chart.yaml @@ -5,7 +5,7 @@ apiVersion: v2 name: cortex-pods description: A Helm chart deploying Cortex for Pods. type: application -version: 0.0.38 +version: 0.0.39 appVersion: 0.1.0 dependencies: # from: file://../../library/cortex diff --git a/helm/library/cortex/Chart.yaml b/helm/library/cortex/Chart.yaml index 3b1609bd6..57097a54a 100644 --- a/helm/library/cortex/Chart.yaml +++ b/helm/library/cortex/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: cortex description: A Helm chart to distribute cortex. type: application -version: 0.0.25 +version: 0.0.26 appVersion: "sha-354b3d8b" icon: "https://example.com/icon.png" dependencies: []