Skip to content

Commit

Permalink
updated PodDisruptionBudget to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelMurciano committed Sep 17, 2024
1 parent 888fa20 commit a5a0182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v1/networking.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ var EastWestDefault = EastWest{

var istioDefault = Istio{
Enabled: false,
OperatorImage: "istio-operator:1.17.8",
PilotImage: "pilot:1.17.8",
OperatorImage: "istio-operator:1.16.1",
PilotImage: "pilot:1.16.1",
ExternalIP: nil,
IngressSvcAnnotations: nil,
IngressSvcExtraPorts: nil,
Expand Down

0 comments on commit a5a0182

Please sign in to comment.