diff --git a/anza-labs/lubelog/Chart.yaml b/anza-labs/lubelog/Chart.yaml index 3d5b38d..e760fe5 100644 --- a/anza-labs/lubelog/Chart.yaml +++ b/anza-labs/lubelog/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: lubelog description: LubeLogger is a web-based vehicle maintenance and fuel mileage tracker type: application -version: 0.1.0 +version: 0.1.1 diff --git a/anza-labs/lubelog/README.md b/anza-labs/lubelog/README.md index c0103f8..b4f8528 100644 --- a/anza-labs/lubelog/README.md +++ b/anza-labs/lubelog/README.md @@ -1,6 +1,6 @@ # lubelog -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) +![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) LubeLogger is a web-based vehicle maintenance and fuel mileage tracker @@ -19,7 +19,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 image. | -| image.tag | string | `"v1.3.4"` | Tag for the image. | +| image.tag | string | `"v1.3.5"` | 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. | diff --git a/anza-labs/lubelog/values.yaml b/anza-labs/lubelog/values.yaml index 79915a6..f71eb2c 100644 --- a/anza-labs/lubelog/values.yaml +++ b/anza-labs/lubelog/values.yaml @@ -7,7 +7,7 @@ image: # -- Registry and repository for the image. repository: ghcr.io/hargata/lubelogger # -- Tag for the image. - tag: "v1.3.4" + tag: "v1.3.5" # -- Image pull policy. pullPolicy: IfNotPresent