From 2f6731129ab5ff167511c7494e53146e4924413b Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Thu, 23 Dec 2021 22:41:56 +0100 Subject: [PATCH] [Chart] Bump version and pdate changelogannotation --- charts/k8s-linkup/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/k8s-linkup/Chart.yaml b/charts/k8s-linkup/Chart.yaml index 2ac1cd8..f2503bd 100644 --- a/charts/k8s-linkup/Chart.yaml +++ b/charts/k8s-linkup/Chart.yaml @@ -12,7 +12,7 @@ annotations: - title: k8s-linkup running with OpenVPN backend in k9s url: https://edugit.org/AlekSIS/libs/k8s-linkup/-/raw/master/screenshot.webp artifacthub.io/changes: | - - Set default HAProxy log level to notice + - Allow configuration of timeouts per linkup and per port mapping # A chart can be either an 'application' or a 'library' chart. # @@ -27,9 +27,9 @@ type: application # 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: 2.1.3 +version: 2.2.0 # 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 # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 2.1.3 +appVersion: 2.2.0 -- GitLab