From 385bc42f8ecb2cfea552e1bb7ea55f006e3fa8f3 Mon Sep 17 00:00:00 2001 From: zhuyunhui07454 Date: Sun, 26 Feb 2023 21:05:57 +0800 Subject: [PATCH 1/2] helm dependencies add cert-manager --- helm/Chart.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index d6593fff..ddbecd2c 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -6,3 +6,9 @@ version: 0.0.2 sources: - https://github.com/higress-group/higress-console appVersion: "0.0.2" +dependencies: + - name: cert-manager + version: v1.10.2 + repository: https://charts.jetstack.io + alias: cert-manager + condition: cert-manager.enabled From 4632e79b20dffd16c13b7ce73dfe5736fc21446f Mon Sep 17 00:00:00 2001 From: zyhui98 Date: Sun, 26 Feb 2023 21:16:35 +0800 Subject: [PATCH 2/2] helm dependencies add cert-manager 1.11.0 --- helm/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index ddbecd2c..6ddf5187 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -8,7 +8,7 @@ sources: appVersion: "0.0.2" dependencies: - name: cert-manager - version: v1.10.2 + version: v1.11.0 repository: https://charts.jetstack.io alias: cert-manager condition: cert-manager.enabled