From ead93997a342688ad364bbd46a24f731e50b5a3c Mon Sep 17 00:00:00 2001 From: Tim Birkett Date: Tue, 7 Feb 2023 17:02:33 +0000 Subject: [PATCH] feat: add istio/base crds --- helmfile.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/helmfile.yaml b/helmfile.yaml index c1820eb..3fb9e7a 100644 --- a/helmfile.yaml +++ b/helmfile.yaml @@ -20,6 +20,8 @@ repositories: oci: true - name: traefik url: https://helm.traefik.io/traefik + - name: istio + url: https://istio-release.storage.googleapis.com/charts templates: defaults: &defaults @@ -68,3 +70,8 @@ releases: chart: traefik/traefik version: 20.8.0 <<: *defaults + + - name: istio-base + chart: istio/base + version: 1.16.2 + <<: *defaults \ No newline at end of file