Skip to content

Commit

Permalink
fix helm again
Browse files Browse the repository at this point in the history
  • Loading branch information
zachariahmiller authored Dec 13, 2023
1 parent c3efd4a commit d0f8af4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/istio/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ components:
charts:
# renovate: datasource=helm
- name: base
namespace: istio-system
url: https://istio-release.storage.googleapis.com/charts
version: 1.19.3
namespace: istio-system
# renovate: datasource=helm
- name: istiod
namespace: istio-system
url: https://istio-release.storage.googleapis.com/charts
version: 1.19.3
namespace: istio-system
valuesFiles:
- "values/cng-values.yaml"
manifests:
Expand All @@ -102,10 +102,10 @@ components:
charts:
# renovate: datasource=helm
- name: gateway
releaseName: admin-ingressgateway
namespace: istio-admin-gateway
url: https://istio-release.storage.googleapis.com/charts
version: 1.19.3
releaseName: admin-ingressgateway
namespace: istio-admin-gateway
- name: uds-istio-config
version: 0.2.0
localPath: chart
Expand All @@ -119,10 +119,10 @@ components:
charts:
# renovate: datasource=helm
- name: gateway
releaseName: tenant-ingressgateway
namespace: istio-tenant-gateway
url: https://istio-release.storage.googleapis.com/charts
version: 1.19.3
releaseName: tenant-ingressgateway
namespace: istio-tenant-gateway
- name: uds-istio-config
version: 0.2.0
localPath: chart
Expand All @@ -136,10 +136,10 @@ components:
charts:
# renovate: datasource=helm
- name: gateway
releaseName: passthrough-ingressgateway
namespace: istio-passthrough-gateway
url: https://istio-release.storage.googleapis.com/charts
version: 1.19.3
releaseName: passthrough-ingressgateway
namespace: istio-passthrough-gateway
- name: uds-istio-config
version: 0.2.0
localPath: chart
Expand Down

0 comments on commit d0f8af4

Please sign in to comment.