From fc1f2f9bc932adf13baa7cde510d0099b72fe76b 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 da4425d..f01641b 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.2 -appVersion: "1.0.0" +appVersion: "0.11.0"