From 1f4bf8e0b2df3c6773d2010ee43d2e49a683f2c8 Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Mon, 8 May 2023 11:03:00 +0200 Subject: [PATCH] feat: Provide link to Higress in Helm chart (#318) --- helm/core/Chart.yaml | 1 + helm/higress/Chart.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/helm/core/Chart.yaml b/helm/core/Chart.yaml index 17ab3356e..ceb77661a 100644 --- a/helm/core/Chart.yaml +++ b/helm/core/Chart.yaml @@ -2,6 +2,7 @@ apiVersion: v2 appVersion: 1.0.0-rc description: Helm chart for deploying higress gateways icon: https://higress.io/img/higress_logo_small.png +home: http://higress.io/ keywords: - higress - gateways diff --git a/helm/higress/Chart.yaml b/helm/higress/Chart.yaml index 15a535d58..f60b3fb53 100644 --- a/helm/higress/Chart.yaml +++ b/helm/higress/Chart.yaml @@ -2,6 +2,7 @@ apiVersion: v2 appVersion: 1.0.0-rc description: Helm chart for deploying higress gateways icon: https://higress.io/img/higress_logo_small.png +home: http://higress.io/ keywords: - higress - gateways