Skip to content

Commit

Permalink
⚡ Change Bucket and Role name
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Luisi committed Aug 7, 2024
1 parent 844a495 commit 5518c75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions apps/istio-ingress/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace: istio-ingress
helmCharts:
- name: gateway
releaseName: gateway
version: 1.21.5
version: 1.18.1
repo: https://istio-release.storage.googleapis.com/charts
valuesInline:
name: istio-ingressgateway
Expand All @@ -16,7 +16,6 @@ helmCharts:
enabled: true
service:
externalTrafficPolicy: Local
type: LoadBalancer
annotations:
service.beta.kubernetes.io/aws-load-balancer-type: "nlb"
service.beta.kubernetes.io/aws-load-balancer-scheme: "internet-facing"
Expand Down
4 changes: 2 additions & 2 deletions apps/istio/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resources:
helmCharts:
- name: base
releaseName: base
version: 1.21.5
version: 1.18.1
repo: https://istio-release.storage.googleapis.com/charts
includeCRDs: true
valuesInline:
Expand All @@ -21,7 +21,7 @@ helmCharts:

- name: istiod
releaseName: istiod
version: 1.21.5
version: 1.18.1
repo: https://istio-release.storage.googleapis.com/charts
valuesInline:
fullnameOverride: istiod
Expand Down

0 comments on commit 5518c75

Please sign in to comment.