Commit da04fd9
fix: use official kubectl image for gateway API CRD installer job (#514)
bitnami/kubectl:1.31.4 tag does not exist on Docker Hub, causing
ImagePullBackOff. Switch to the official distroless image
registry.k8s.io/kubectl:v1.31.4 and update command/args since the
distroless image has no /bin/sh.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 35c7eb9 commit da04fd9
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments