Commit 0de9206
[ipa] fix kube-rbac-proxy image pull failure
The idm-operator-controller-manager pod has a kube-rbac-proxy
sidecar container that references gcr.io/kubebuilder/kube-rbac-
proxy:v0.5.0. This image is no longer available on gcr.io
(Google Container Registry is being deprecated), causing
ErrImagePull/ImagePullBackOff and preventing the Deployment
from becoming Available.
Replace with registry.k8s.io/kubebuilder/kube-rbac-proxy:v0.16.0
which is the current canonical location.
Assisted-by: Claude Opus 4 (Anthropic)
Change-Id: Idcbff92540f1e6b02463d1a704a80ed3906465e5
Signed-off-by: Grzegorz Grasza <xek@redhat.com>1 parent cb17c52 commit 0de9206
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
0 commit comments