Commit e362718
Fix test failures from removed image references (#44932)
Tests were failing because `wgetImage` and other deprecated images were
removed from `values.yaml` but their references remained in templates
and schemas.
**Changes:**
- Replace `wgetImage` → `ubuntuImage` in clickhouse/solr wait containers
(`_dbWait.tpl`)
- Remove orphaned schema files: `wgetImage`, `alpineImage`,
`scratchImage`, `yqImage`, `openvpnImage`, `wireguardImage`,
`redisClientImage`
- Clean schema references in `values.schema.json`
**Before:**
```yaml
{{- define "tc.v1.common.lib.deps.wait.clickhouse" -}}
imageSelector: wgetImage # Image no longer exists
```
**After:**
```yaml
{{- define "tc.v1.common.lib.deps.wait.clickhouse" -}}
imageSelector: ubuntuImage # Uses existing ubuntu image with wget
```
All 1346 unit tests now pass.
<!-- START COPILOT CODING AGENT TIPS -->
---
💬 We'd love your input! Share your thoughts on Copilot coding agent in
our [2 minute survey](https://gh.io/copilot-coding-agent-survey).
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: PrivatePuffin <7613738+PrivatePuffin@users.noreply.github.com>1 parent 14493f5 commit e362718
File tree
9 files changed
+2
-170
lines changed- charts/library/common
- schemas/images
- templates/lib/dependencies
9 files changed
+2
-170
lines changedThis file was deleted.
This file was deleted.
Lines changed: 0 additions & 20 deletions
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | 147 | | |
152 | 148 | | |
153 | 149 | | |
154 | 150 | | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | 151 | | |
160 | 152 | | |
161 | 153 | | |
162 | 154 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | 155 | | |
172 | 156 | | |
173 | 157 | | |
| |||
176 | 160 | | |
177 | 161 | | |
178 | 162 | | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | 163 | | |
184 | 164 | | |
185 | 165 | | |
| |||
220 | 200 | | |
221 | 201 | | |
222 | 202 | | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | 203 | | |
232 | 204 | | |
233 | 205 | | |
| |||
0 commit comments