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 74a9899 commit 888fa20
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.3",
PilotImage: "pilot:1.13.5",
OperatorImage: "istio-operator:1.17.8",
PilotImage: "pilot:1.17.8",
ExternalIP: nil,
IngressSvcAnnotations: nil,
IngressSvcExtraPorts: nil,
Expand Down

0 comments on commit 888fa20

Please sign in to comment.