Skip to content

Commit 63bd360

Browse files
authored
Merge pull request #537 from mengqiy/usegcr
use gcr auth proxy image
2 parents 2c94635 + 3e8033c commit 63bd360

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/scaffold/project/kustomize_auth_proxy_patch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
spec:
5353
containers:
5454
- name: kube-rbac-proxy
55-
image: quay.io/brancz/kube-rbac-proxy:v0.4.0
55+
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.4.0
5656
args:
5757
- "--secure-listen-address=0.0.0.0:8443"
5858
- "--upstream=http://127.0.0.1:8080/"

test/project/config/default/manager_auth_proxy_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
spec:
1111
containers:
1212
- name: kube-rbac-proxy
13-
image: quay.io/brancz/kube-rbac-proxy:v0.4.0
13+
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.4.0
1414
args:
1515
- "--secure-listen-address=0.0.0.0:8443"
1616
- "--upstream=http://127.0.0.1:8080/"

0 commit comments

Comments
 (0)