Skip to content

Commit 7517cc7

Browse files
committed
charts: change the default path of the rbac proxy image. #146
1 parent dc65bf2 commit 7517cc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/mysql-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ rbac:
4040

4141
rbacProxy:
4242
create: true
43-
image: gcr.azk8s.cn/kubebuilder/kube-rbac-proxy:v0.8.0
43+
image: radondb/kube-rbac-proxy:v0.8.0
4444

4545
leaderElection:
4646
create: true

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: gcr.azk8s.cn/kubebuilder/kube-rbac-proxy:v0.8.0
13+
image: radondb/kube-rbac-proxy:v0.8.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)