From 4f3a8e79c27951cc3ab8a9735a0fe36860ac0a6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 13:47:28 -0600 Subject: [PATCH] chore(deps): update ghcr.io/alfhou/hammond docker tag to v0.0.24 (#491) * chore(deps): update ghcr.io/alfhou/hammond docker tag to v0.0.24 * chore: Update chart metadata --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] --- charts/hammond/Chart.yaml | 6 +++--- charts/hammond/README.md | 8 ++++---- charts/hammond/values.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/hammond/Chart.yaml b/charts/hammond/Chart.yaml index 31c89e54b..930bc331f 100644 --- a/charts/hammond/Chart.yaml +++ b/charts/hammond/Chart.yaml @@ -4,9 +4,9 @@ description: A self-hosted vehicle expense tracking system with support for mult home: https://charts.gabe565.com/charts/hammond/ icon: https://raw.githubusercontent.com/AlfHou/hammond/84cba2c/ui/public/touch-icon.png type: application -version: 0.6.3 +version: 0.6.4 # renovate datasource=docker depName=ghcr.io/alfhou/hammond -appVersion: v0.0.23 +appVersion: v0.0.24 kubeVersion: ">=1.22.0-0" keywords: - hammond @@ -22,7 +22,7 @@ sources: annotations: artifacthub.io/changes: |- - kind: changed - description: Update ghcr.io/alfhou/hammond docker tag to v0.0.23 + description: Update ghcr.io/alfhou/hammond docker tag to v0.0.24 artifacthub.io/links: |- - name: App Source url: https://github.com/AlfHou/hammond diff --git a/charts/hammond/README.md b/charts/hammond/README.md index 5b16fac6a..1aa3d17c6 100644 --- a/charts/hammond/README.md +++ b/charts/hammond/README.md @@ -2,16 +2,16 @@ hammond logo -![Version: 0.6.3](https://img.shields.io/badge/Version-0.6.3-informational?style=flat) +![Version: 0.6.4](https://img.shields.io/badge/Version-0.6.4-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: v0.0.23](https://img.shields.io/badge/AppVersion-v0.0.23-informational?style=flat) +![AppVersion: v0.0.24](https://img.shields.io/badge/AppVersion-v0.0.24-informational?style=flat) A self-hosted vehicle expense tracking system with support for multiple users. **Homepage:** **This chart is not maintained by the upstream project and any issues with the chart should be raised -[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=hammond&version=0.6.3)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=hammond&version=0.6.4)** ## Source Code @@ -88,7 +88,7 @@ N/A | env.JWT_SECRET | string | `nil` | The secret used to sign the JWT token. There is a default value, but it is important that you change it to something else. | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/alfhou/hammond"` | image repository | -| image.tag | string | `"v0.0.23"` | image tag | +| image.tag | string | `"v0.0.24"` | image tag | | ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. | | persistence | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. | | service | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. | diff --git a/charts/hammond/values.yaml b/charts/hammond/values.yaml index 198308e7e..781e5123a 100644 --- a/charts/hammond/values.yaml +++ b/charts/hammond/values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: v0.0.23 + tag: v0.0.24 # -- environment variables. [[ref]](https://github.com/AlfHou/hammond#environment-variables) # @default -- See [values.yaml](./values.yaml)