Skip to content

Commit

Permalink
chore(deps): update docker.io/curlimages/curl docker tag to v8.10.1 (#16
Browse files Browse the repository at this point in the history
)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/curlimages/curl](https://redirect.github.com/curl/curl-container)
| patch | `8.10.0` -> `8.10.1` |

---

### Release Notes

<details>
<summary>curl/curl-container (docker.io/curlimages/curl)</summary>

###
[`v8.10.1`](https://redirect.github.com/curl/curl-container/blob/HEAD/CHANGELOG.md#8101---2024-09-18)

[Compare
Source](https://redirect.github.com/curl/curl-container/compare/8.10.0...8.10.1)

##### Changed

-   bump to curl 8.10.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/anza-labs/charts).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXJlYS9kZXBlbmRlbmN5Il19-->

---------

Signed-off-by: Mateusz Urbanek <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mateusz Urbanek <[email protected]>
  • Loading branch information
renovate[bot] and shanduur authored Sep 24, 2024
1 parent bdb9a05 commit c6975b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion anza-labs/lubelogger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: lubelogger
description: LubeLogger is a web-based vehicle maintenance and fuel mileage tracker
type: application
version: 0.4.0
version: 0.4.1
appVersion: "v1.3.7"
maintainers:
- name: Mateusz Urbanek
Expand Down
4 changes: 2 additions & 2 deletions anza-labs/lubelogger/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lubelogger

![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: v1.3.7](https://img.shields.io/badge/AppVersion-v1.3.7-informational?style=flat)
![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: v1.3.7](https://img.shields.io/badge/AppVersion-v1.3.7-informational?style=flat)

LubeLogger is a web-based vehicle maintenance and fuel mileage tracker

Expand Down Expand Up @@ -51,7 +51,7 @@ LubeLogger is a web-based vehicle maintenance and fuel mileage tracker
| config.userConfig.VisibleTabs | list | `[0,1,4,2,3,6,5,8]` | Specifies which tabs are visible in the user interface. |
| curl.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
| curl.image.repository | string | `"docker.io/curlimages/curl"` | Registry and repository for the image. |
| curl.image.tag | string | `"8.10.0"` | Tag for the image. |
| curl.image.tag | string | `"8.10.1"` | Tag for the image. |
| fullnameOverride | string | `""` | Override for the full name. |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
| image.repository | string | `"ghcr.io/hargata/lubelogger"` | Registry and repository for the lubelogger image. |
Expand Down
2 changes: 1 addition & 1 deletion anza-labs/lubelogger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ curl:
# -- Registry and repository for the image.
repository: docker.io/curlimages/curl
# -- Tag for the image.
tag: "8.10.0"
tag: "8.10.1"
# -- Image pull policy.
pullPolicy: IfNotPresent

Expand Down

0 comments on commit c6975b0

Please sign in to comment.