We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f78867 commit fa7f690Copy full SHA for fa7f690
charts/vineyard-operator/values.yaml
@@ -6,7 +6,7 @@ controllerManager:
6
drop:
7
- ALL
8
image:
9
- repository: gcr.io/kubebuilder/kube-rbac-proxy
+ repository: ghcr.io/v6d-io/v6d/kube-rbac-proxy
10
tag: v0.13.0
11
resources:
12
limits:
k8s/config/default/manager_auth_proxy_patch.yaml
@@ -15,7 +15,7 @@ spec:
15
capabilities:
16
17
- "ALL"
18
- image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0
+ image: ghcr.io/v6d-io/v6d/kube-rbac-proxy:v0.13.0
19
args:
20
- "--secure-listen-address=0.0.0.0:8443"
21
- "--upstream=http://127.0.0.1:8080/"
0 commit comments