Commit 43f6329
Remove unused curl.image helper template (#716)
Resolves #715
The `curl.image` helper template in `_helpers.tpl` is defined but never
referenced anywhere in the chart. Likely a relic from the Bitnami
Elasticsearch chart integration.
**Changes:**
- Removed `curl.image` helper definition from
`charts/jaeger/templates/_helpers.tpl`
- Bumped chart version from `4.3.0` to `4.3.1`
**Verification:**
```bash
# No references found in any templates
$ grep -r "curl.image" charts/jaeger/templates/
$ grep -r "include.*curl" charts/jaeger/templates/
$ grep -r "curlimages/curl" charts/jaeger/templates/
```
> [!WARNING]
>
> <details>
> <summary>Firewall rules blocked me from connecting to one or more
addresses (expand for details)</summary>
>
> #### I tried to connect to the following addresses, but was blocked by
firewall rules:
>
> - `charts.bitnami.com`
> - Triggering command: `/usr/local/bin/helm helm dependency update`
(dns block)
> - `charts.helm.sh`
> - Triggering command: `/usr/local/bin/helm helm dependency update`
(dns block)
> - `helm.elastic.co`
> - Triggering command: `/usr/local/bin/helm helm dependency update`
(dns block)
>
> If you need me to access, download, or install something from one of
these locations, you can either:
>
> - Configure [Actions setup
steps](https://gh.io/copilot/actions-setup-steps) to set up my
environment, which run before the firewall is enabled
> - Add the appropriate URLs or hosts to the custom allowlist in this
repository's [Copilot coding agent
settings](https://github.com/jaegertracing/helm-charts/settings/copilot/coding_agent)
(admins only)
>
> </details>
<!-- START COPILOT CODING AGENT SUFFIX -->
<!-- START COPILOT ORIGINAL PROMPT -->
<details>
<summary>Original prompt</summary>
> #715
</details>
<!-- START COPILOT CODING AGENT TIPS -->
---
✨ Let Copilot coding agent [set things up for
you](https://github.com/jaegertracing/helm-charts/issues/new?title=✨+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot)
— coding agent works faster and does higher quality work when set up for
your repo.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: yurishkuro <3523016+yurishkuro@users.noreply.github.com>1 parent 985d2a9 commit 43f6329
2 files changed
Lines changed: 1 addition & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | 452 | | |
466 | 453 | | |
467 | 454 | | |
| |||
0 commit comments