From 6c2110cd5c84712adc0b64879a9497235c4b9112 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 19:44:42 +0000 Subject: [PATCH 1/2] chore(deps): update docker.io/curlimages/curl docker tag to v8.11.0 --- anza-labs/lubelogger/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anza-labs/lubelogger/values.yaml b/anza-labs/lubelogger/values.yaml index 7229309..0dc4989 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.1" + tag: "8.11.0" # -- Image pull policy. pullPolicy: IfNotPresent From 89d9f71487014dc5850ef09ad42e6f97c5a880c6 Mon Sep 17 00:00:00 2001 From: Mateusz Urbanek Date: Thu, 14 Nov 2024 20:46:04 +0100 Subject: [PATCH 2/2] chore: generate updated versions Signed-off-by: Mateusz Urbanek --- anza-labs/lubelogger/Chart.yaml | 2 +- anza-labs/lubelogger/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anza-labs/lubelogger/Chart.yaml b/anza-labs/lubelogger/Chart.yaml index df1fe13..37ef57d 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.7 +version: 0.4.8 appVersion: "v1.3.9" maintainers: - name: Mateusz Urbanek diff --git a/anza-labs/lubelogger/README.md b/anza-labs/lubelogger/README.md index 8c730bf..38f0ce4 100644 --- a/anza-labs/lubelogger/README.md +++ b/anza-labs/lubelogger/README.md @@ -1,6 +1,6 @@ # lubelogger -![Version: 0.4.7](https://img.shields.io/badge/Version-0.4.7-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: v1.3.9](https://img.shields.io/badge/AppVersion-v1.3.9-informational?style=flat) +![Version: 0.4.8](https://img.shields.io/badge/Version-0.4.8-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: v1.3.9](https://img.shields.io/badge/AppVersion-v1.3.9-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.1"` | Tag for the image. | +| curl.image.tag | string | `"8.11.0"` | 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. |