Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update docker.io/curlimages/curl docker tag to v8.10.1 #16

Merged
merged 2 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading