Commit 22ada29
authored
fix(tor-controller): repoint kube-rbac-proxy after gcr.io takedown (#7)
## Summary
Upstream tor-controller (`tor-controller-0.1.17`) pins
`gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0`, which Google removed from
gcr.io. The sidecar fails with \`ImagePullBackOff\` and
\`gitops-operators\` stays Progressing waiting for the Deployment to go
Healthy.
Override the image via kustomize to the maintained brancz fork at
v0.18.0.
## Test plan
- [x] Live cluster: \`kubectl set image\` to the new ref makes the
Deployment Healthy
- [ ] After merge: \`gitops-operators\` Application reaches Synced +
Healthy
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent 756bff4 commit 22ada29
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
12 | 19 | | |
13 | 20 | | |
14 | 21 | | |
| |||
0 commit comments