From 755dd6cf5ef72f26405790f9f881b75dece34148 Mon Sep 17 00:00:00 2001 From: Felix Delattre Date: Thu, 18 Dec 2025 19:57:30 +0100 Subject: [PATCH] Fixed helm chart and app version mismatch. --- helm/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 9e4109ad..958c7531 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -3,4 +3,4 @@ name: stac-auth-proxy description: A Helm chart for stac-auth-proxy type: application version: 0.1.1 -appVersion: "1.0.0" +appVersion: "0.11.0"