From bea9489a12664823b917669e0efe3ed92f4244ea Mon Sep 17 00:00:00 2001 From: Lorenzo Venerandi Date: Thu, 22 Jan 2026 11:13:35 +0100 Subject: [PATCH] feat: update Helm chart version and appVersion to 0.1.3 and 1.0.6 respectively --- helm/Chart.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 3fe5d8a..94decfd 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,15 +1,15 @@ -apiVersion: v2 -name: krawl-chart -description: A Helm chart for Krawl honeypot server -type: application -version: 0.1.2 -appVersion: "1.0.0" -keywords: - - honeypot - - security - - krawl -maintainers: - - name: blessedrebus -home: https://github.com/blessedrebus/krawl -sources: - - https://github.com/blessedrebus/krawl +apiVersion: v2 +name: krawl-chart +description: A Helm chart for Krawl honeypot server +type: application +version: 0.1.3 +appVersion: "0.1.6" +keywords: + - honeypot + - security + - krawl +maintainers: + - name: blessedrebus +home: https://github.com/blessedrebus/krawl +sources: + - https://github.com/blessedrebus/krawl