From c6975b0c3887673d0c10a5aee7313f0f73d7e00a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:46:20 +0200 Subject: [PATCH] chore(deps): update docker.io/curlimages/curl docker tag to v8.10.1 (#16) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
curl/curl-container (docker.io/curlimages/curl) ### [`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
--- ### 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. --- - [ ] 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). --------- Signed-off-by: Mateusz Urbanek Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mateusz Urbanek --- anza-labs/lubelogger/Chart.yaml | 2 +- anza-labs/lubelogger/README.md | 4 ++-- anza-labs/lubelogger/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anza-labs/lubelogger/Chart.yaml b/anza-labs/lubelogger/Chart.yaml index 6a34def..bd876bd 100644 --- a/anza-labs/lubelogger/Chart.yaml +++ b/anza-labs/lubelogger/Chart.yaml @@ -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 diff --git a/anza-labs/lubelogger/README.md b/anza-labs/lubelogger/README.md index e92fe97..e62d38d 100644 --- a/anza-labs/lubelogger/README.md +++ b/anza-labs/lubelogger/README.md @@ -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 @@ -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. | diff --git a/anza-labs/lubelogger/values.yaml b/anza-labs/lubelogger/values.yaml index cc14d1d..6ef774a 100644 --- a/anza-labs/lubelogger/values.yaml +++ b/anza-labs/lubelogger/values.yaml @@ -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