From b5a2df88d8d0ec0016e9b9aaca0a366d065d2d49 Mon Sep 17 00:00:00 2001 From: gauravk Date: Fri, 30 Jan 2026 15:36:21 +0000 Subject: [PATCH] chore(helm): update chart to v0.1.19 - Update apiVersion to v2 (Helm 3 format) - Bump version and appVersion to 0.1.19 to match latest release - Update kubeVersion requirement to >=1.19.0 - Add type: application field - Add sources field - Add additional keywords (container, image) - Update maintainers Fixes #528 --- helm/Chart.yaml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 0a2e15d06..e1859cfe5 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,13 +1,20 @@ +apiVersion: v2 name: kraken description: P2P Docker registry capable of distributing TBs of data in seconds -version: 0.2.0 -kubeVersion: ">=1.10.0" +type: application +version: 0.1.19 +appVersion: "0.1.19" +kubeVersion: ">=1.19.0" keywords: - http - docker - registry - p2p -home: https://github.com/uber/kraken/helm + - container + - image +home: https://github.com/uber/kraken +sources: + - https://github.com/uber/kraken maintainers: - - name: Antoine Pourchet - email: antoine.pourchet@gmail.com + - name: Kraken Maintainers + url: https://github.com/uber/kraken