From 4e392d1cf6b386d645dca326a88627cf7e971269 Mon Sep 17 00:00:00 2001 From: Jun <108045855+2456868764@users.noreply.github.com> Date: Wed, 27 Sep 2023 09:30:24 +0800 Subject: [PATCH] update higress helm chart version to latest in profiles for installation (#560) --- pkg/cmd/hgctl/manifests/profiles/_all.yaml | 2 +- pkg/cmd/hgctl/manifests/profiles/k8s.yaml | 2 +- pkg/cmd/hgctl/manifests/profiles/local-k8s.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/cmd/hgctl/manifests/profiles/_all.yaml b/pkg/cmd/hgctl/manifests/profiles/_all.yaml index 92d2fe5de..a1e4c7958 100644 --- a/pkg/cmd/hgctl/manifests/profiles/_all.yaml +++ b/pkg/cmd/hgctl/manifests/profiles/_all.yaml @@ -58,7 +58,7 @@ charts: higress: url: https://higress.io/helm-charts name: higress - version: 1.1.2 + version: latest istio: url: https://istio-release.storage.googleapis.com/charts name: base diff --git a/pkg/cmd/hgctl/manifests/profiles/k8s.yaml b/pkg/cmd/hgctl/manifests/profiles/k8s.yaml index c2372e8c5..298a560cb 100644 --- a/pkg/cmd/hgctl/manifests/profiles/k8s.yaml +++ b/pkg/cmd/hgctl/manifests/profiles/k8s.yaml @@ -46,7 +46,7 @@ charts: higress: url: https://higress.io/helm-charts name: higress - version: 1.1.2 + version: latest istio: url: https://istio-release.storage.googleapis.com/charts name: base diff --git a/pkg/cmd/hgctl/manifests/profiles/local-k8s.yaml b/pkg/cmd/hgctl/manifests/profiles/local-k8s.yaml index 5310b9878..b73495d46 100644 --- a/pkg/cmd/hgctl/manifests/profiles/local-k8s.yaml +++ b/pkg/cmd/hgctl/manifests/profiles/local-k8s.yaml @@ -46,7 +46,7 @@ charts: higress: url: https://higress.io/helm-charts name: higress - version: 1.1.2 + version: latest istio: url: https://istio-release.storage.googleapis.com/charts name: base