Skip to content

Commit

Permalink
Replace deprecated gcr.io/kubebuilder/kube-rbac-proxy with registry.k…
Browse files Browse the repository at this point in the history
…8s.io/kubebuilder/kube-rbac-proxy. (#3747)
  • Loading branch information
mbobrovskyi authored Dec 5, 2024
1 parent cb285cf commit 93d563a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/kueue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The following table lists the configurable parameters of the kueue chart and the
| `enablePrometheus` | enable Prometheus | `false` |
| `enableCertManager` | enable CertManager | `false` |
| `enableVisibilityAPF` | enable APF for the visibility API | `false` |
| `controllerManager.kubeRbacProxy.image` | controllerManager.kubeRbacProxy's image | `gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0` |
| `controllerManager.kubeRbacProxy.image` | controllerManager.kubeRbacProxy's image | `registry.k8s.io/kubebuilder/kube-rbac-proxy:v0.8.0` |
| `controllerManager.manager.image.repository` | controllerManager.manager's repository and image | `us-central1-docker.pkg.dev/k8s-staging-images/kueue/kueue` |
| `controllerManager.manager.image.tag` | controllerManager.manager's tag | `main` |
| `controllerManager.manager.resources` | controllerManager.manager's resources | abbr. |
Expand Down
2 changes: 1 addition & 1 deletion charts/kueue/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ controllerManager:
# enabled: true
kubeRbacProxy:
image:
repository: gcr.io/kubebuilder/kube-rbac-proxy
repository: registry.k8s.io/kubebuilder/kube-rbac-proxy
# tag
tag: v0.8.0
# This should be set to 'IfNotPresent' for released version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=10
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
image: registry.k8s.io/kubebuilder/kube-rbac-proxy:v0.8.0
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: kube-rbac-proxy
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
image: registry.k8s.io/kubebuilder/kube-rbac-proxy:v0.8.0
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
Expand Down

0 comments on commit 93d563a

Please sign in to comment.