Commit 3e48398
committed
fix(helm): Always respect configured registry in image references
Remove the dot-based heuristic that skipped prepending the registry
when the repository contained a dot. This caused explicitly configured
registries (both service-level and global) to be silently ignored for
repositories with dots in their path (e.g. mirror.gcr.io/grafana/loki).
Restores the pre-grafana#19347 behavior of always prepending the registry.
Fixes grafana#206631 parent 5cb7d11 commit 3e48398
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
167 | | - | |
| 166 | + | |
168 | 167 | | |
169 | 168 | | |
170 | 169 | | |
| |||
175 | 174 | | |
176 | 175 | | |
177 | 176 | | |
178 | | - | |
| 177 | + | |
179 | 178 | | |
180 | 179 | | |
181 | 180 | | |
| |||
0 commit comments