diff --git a/README.md b/README.md index f83c08a..12938ce 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,5 @@ This repository contains the following Helm charts: | Name | Version | App Version | About | Artifact Hub | |------|---------|-------------|-------|--------------| -| [lubelogger](anza-labs/lubelogger) | `0.4.9` | `v1.4.0` | LubeLogger is a web-based vehicle maintenance and fuel mileage tracker | [![Artifact Hub](https://img.shields.io/static/v1?label=ArtifactHub&message=View&color=informational)](https://artifacthub.io/packages/helm/anza-labs/lubelogger) | +| [lubelogger](anza-labs/lubelogger) | `0.4.10` | `v1.4.1` | LubeLogger is a web-based vehicle maintenance and fuel mileage tracker | [![Artifact Hub](https://img.shields.io/static/v1?label=ArtifactHub&message=View&color=informational)](https://artifacthub.io/packages/helm/anza-labs/lubelogger) | | [scribe](anza-labs/scribe) | `0.1.4` | `v0.1.1` | Scribe is a tool that automates the propagation of annotations across Kubernetes resources based on the annotations in a Namespace. | [![Artifact Hub](https://img.shields.io/static/v1?label=ArtifactHub&message=View&color=informational)](https://artifacthub.io/packages/helm/anza-labs/scribe) | diff --git a/anza-labs/lubelogger/Chart.yaml b/anza-labs/lubelogger/Chart.yaml index 0a2c05d..08a7327 100644 --- a/anza-labs/lubelogger/Chart.yaml +++ b/anza-labs/lubelogger/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: lubelogger description: LubeLogger is a web-based vehicle maintenance and fuel mileage tracker type: application -version: 0.4.9 -appVersion: "v1.4.0" +version: 0.4.10 +appVersion: "v1.4.1" maintainers: - name: Mateusz Urbanek email: matueusz.urbanek.98@gmail.com diff --git a/anza-labs/lubelogger/README.md b/anza-labs/lubelogger/README.md index f5eec13..2c4fe26 100644 --- a/anza-labs/lubelogger/README.md +++ b/anza-labs/lubelogger/README.md @@ -1,6 +1,6 @@ # lubelogger -![Version: 0.4.9](https://img.shields.io/badge/Version-0.4.9-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: v1.4.0](https://img.shields.io/badge/AppVersion-v1.4.0-informational?style=flat) +![Version: 0.4.10](https://img.shields.io/badge/Version-0.4.10-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: v1.4.1](https://img.shields.io/badge/AppVersion-v1.4.1-informational?style=flat) LubeLogger is a web-based vehicle maintenance and fuel mileage tracker @@ -55,7 +55,7 @@ LubeLogger is a web-based vehicle maintenance and fuel mileage tracker | 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. | -| image.tag | string | `"v1.4.0"` | Tag for the image. | +| image.tag | string | `"v1.4.1"` | Tag for the image. | | imagePullSecrets | list | `[]` | Secrets for pulling images. | | ingress.annotations | object | `{}` | Annotations to add to the ingress. | | ingress.className | string | `""` | Ingress class name. |