From 90c0a00a6a3fa3f13287d90e1032fa077b87b58c Mon Sep 17 00:00:00 2001 From: Kamil Kubicki Date: Thu, 12 Mar 2026 12:42:08 +0100 Subject: [PATCH] Temp: release new core --- charts/dotnet-core/Chart.yaml | 2 +- charts/dotnet-core/values.yaml | 2 -- charts/event-worker/Chart.yaml | 2 +- charts/event-worker/values.yaml | 2 -- 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/charts/dotnet-core/Chart.yaml b/charts/dotnet-core/Chart.yaml index 432f1f0..8d52b03 100644 --- a/charts/dotnet-core/Chart.yaml +++ b/charts/dotnet-core/Chart.yaml @@ -5,5 +5,5 @@ type: application version: 4.8.0 dependencies: - name: charts-core - version: "2.7.0" + version: "2.6.0" repository: "https://ecovadiscode.github.io/charts/" \ No newline at end of file diff --git a/charts/dotnet-core/values.yaml b/charts/dotnet-core/values.yaml index 5664010..6fda5cd 100644 --- a/charts/dotnet-core/values.yaml +++ b/charts/dotnet-core/values.yaml @@ -332,5 +332,3 @@ global: # storageClassName: azurefile-csi # size: 1Gi persistentVolumes: [] - - persistentVolumesSkuName: Standard_LRS # default sku name for azure file, used when storageClassName is not specified in persistentVolumes configuration \ No newline at end of file diff --git a/charts/event-worker/Chart.yaml b/charts/event-worker/Chart.yaml index 12b5bde..3fad8ea 100644 --- a/charts/event-worker/Chart.yaml +++ b/charts/event-worker/Chart.yaml @@ -5,5 +5,5 @@ type: application version: 1.5.0 dependencies: - name: charts-core - version: 2.7.0 + version: 2.6.0 repository: "https://ecovadiscode.github.io/charts/" \ No newline at end of file diff --git a/charts/event-worker/values.yaml b/charts/event-worker/values.yaml index b6f67c8..a63dea9 100644 --- a/charts/event-worker/values.yaml +++ b/charts/event-worker/values.yaml @@ -194,5 +194,3 @@ global: # storageClassName: azurefile-csi # size: 1Gi persistentVolumes: [] - - persistentVolumesSkuName: Standard_LRS # default sku name for azure file, used when storageClassName is not specified in persistentVolumes configuration \ No newline at end of file