From df450cf384ea450c9499db8870fbdd7691ce95b2 Mon Sep 17 00:00:00 2001 From: David Gonzalez Date: Sun, 9 Nov 2025 19:53:31 +0000 Subject: [PATCH] fix(helm): Append prerelease pattern for Helm kubeVersion check (#560) --- deploy/helm/Chart.yaml | 4 ++-- deploy/helm/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/helm/Chart.yaml b/deploy/helm/Chart.yaml index 4f9fdf0..609566e 100644 --- a/deploy/helm/Chart.yaml +++ b/deploy/helm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: wg-portal description: WireGuard Configuration Portal with LDAP, OAuth, OIDC authentication # Version is set to ensure compatibility with the chart's Ingress resource. -kubeVersion: ">=1.19.0" +kubeVersion: ">=1.19.0-0" type: application home: https://wgportal.org icon: https://wgportal.org/latest/assets/images/logo.svg @@ -16,7 +16,7 @@ annotations: # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.7.1 +version: 0.7.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/deploy/helm/README.md b/deploy/helm/README.md index ba07889..4cfcd27 100644 --- a/deploy/helm/README.md +++ b/deploy/helm/README.md @@ -1,6 +1,6 @@ # wg-portal -![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2](https://img.shields.io/badge/AppVersion-v2-informational?style=flat-square) +![Version: 0.7.2](https://img.shields.io/badge/Version-0.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2](https://img.shields.io/badge/AppVersion-v2-informational?style=flat-square) WireGuard Configuration Portal with LDAP, OAuth, OIDC authentication @@ -12,7 +12,7 @@ WireGuard Configuration Portal with LDAP, OAuth, OIDC authentication ## Requirements -Kubernetes: `>=1.19.0` +Kubernetes: `>=1.19.0-0` ## Installing the Chart