Skip to content

Commit

Permalink
Update the kube proxy image.
Browse files Browse the repository at this point in the history
Signed-off-by: Ye Cao <caoye.cao@alibaba-inc.com>
  • Loading branch information
dashanji committed Dec 2, 2024
1 parent 0f78867 commit 95f8346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/vineyard-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ controllerManager:
drop:
- ALL
image:
repository: gcr.io/kubebuilder/kube-rbac-proxy
repository: ghcr.io/v6d-io/v6d/kube-rbac-proxy
tag: v0.13.0
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion k8s/config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
capabilities:
drop:
- "ALL"
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0
image: ghcr.io/v6d-io/v6d/kube-rbac-proxy:v0.13.0
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
Expand Down

0 comments on commit 95f8346

Please sign in to comment.