Skip to content

Commit

Permalink
Change image to gcr.io/istio-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-delgado committed Mar 22, 2023
1 parent 987ef2c commit 2fcea84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/common/scripts/metallb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ spec:
secretKeyRef:
name: memberlist
key: secretkey
image: metallb/speaker:v0.9.3
image: gcr.io/istio-testing/metallb/speaker:v0.9.3
imagePullPolicy: Always
name: speaker
ports:
Expand Down Expand Up @@ -374,7 +374,7 @@ spec:
- args:
- --port=7472
- --config=config
image: metallb/controller:v0.9.3
image: gcr.io/istio-testing/metallb/controller:v0.9.3
imagePullPolicy: Always
name: controller
ports:
Expand All @@ -396,4 +396,4 @@ spec:
runAsNonRoot: true
runAsUser: 65534
serviceAccountName: controller
terminationGracePeriodSeconds: 0
terminationGracePeriodSeconds: 0

0 comments on commit 2fcea84

Please sign in to comment.