Skip to content

Commit fa7f690

Browse files
authored
Update the kube proxy image. (#2027)
Fixes #2026 Signed-off-by: Ye Cao <[email protected]>
1 parent 0f78867 commit fa7f690

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/vineyard-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ controllerManager:
66
drop:
77
- ALL
88
image:
9-
repository: gcr.io/kubebuilder/kube-rbac-proxy
9+
repository: ghcr.io/v6d-io/v6d/kube-rbac-proxy
1010
tag: v0.13.0
1111
resources:
1212
limits:

k8s/config/default/manager_auth_proxy_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
capabilities:
1616
drop:
1717
- "ALL"
18-
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0
18+
image: ghcr.io/v6d-io/v6d/kube-rbac-proxy:v0.13.0
1919
args:
2020
- "--secure-listen-address=0.0.0.0:8443"
2121
- "--upstream=http://127.0.0.1:8080/"

0 commit comments

Comments
 (0)