From e6f30c929549bc9d0b51a620bcc866df93ff3db5 Mon Sep 17 00:00:00 2001 From: akvlad <2798590+akvlad@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:30:18 +0200 Subject: [PATCH 1/3] update qryn version --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 7137996..363fd1b 100644 --- a/values.yaml +++ b/values.yaml @@ -2,7 +2,7 @@ kubernetesClusterDomain: cluster.local image: repository: qxip/qryn - tag: 3.1.5 + tag: 3.2.35 imagePullSecrets: nameOverride: "" From ae73d07fe07176614bf0f8276e9aa99fcfa5439d Mon Sep 17 00:00:00 2001 From: akvlad Date: Mon, 28 Oct 2024 11:45:40 +0200 Subject: [PATCH 2/3] version up --- Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index 6581fee..ebb5be4 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -13,7 +13,7 @@ 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: 0.1.2 +version: 0.1.3 # 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. From 4528c883bf08712e7fa0839bcedb3504a9048a68 Mon Sep 17 00:00:00 2001 From: akvlad Date: Mon, 28 Oct 2024 11:48:17 +0200 Subject: [PATCH 3/3] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b903aee..fe22efc 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ To deploy [qryn](https://github.com/metrico/qryn) using this Helm chart, use the ```bash helm repo add qryn-helm https://metrico.github.io/qryn-helm/ -helm install [RELEASE_NAME] qryn-helm/qryn-helm --version 0.1.1 +helm install [RELEASE_NAME] qryn-helm/qryn-helm --version 0.1.3 ``` See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation.