Skip to content

Commit

Permalink
feat: add istio/base crds
Browse files Browse the repository at this point in the history
  • Loading branch information
portswigger-tim committed Feb 7, 2023
1 parent 8bc5eae commit ead9399
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -68,3 +70,8 @@ releases:
chart: traefik/traefik
version: 20.8.0
<<: *defaults

- name: istio-base
chart: istio/base
version: 1.16.2
<<: *defaults

0 comments on commit ead9399

Please sign in to comment.