diff --git a/charts/hammond/Chart.yaml b/charts/hammond/Chart.yaml
index 406a8e98b..31c89e54b 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.2
+version: 0.6.3
# renovate datasource=docker depName=ghcr.io/alfhou/hammond
-appVersion: v0.0.22
+appVersion: v0.0.23
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.22
+ description: Update ghcr.io/alfhou/hammond docker tag to v0.0.23
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 09bab6f6d..5b16fac6a 100644
--- a/charts/hammond/README.md
+++ b/charts/hammond/README.md
@@ -2,16 +2,16 @@
-![Version: 0.6.2](https://img.shields.io/badge/Version-0.6.2-informational?style=flat)
+![Version: 0.6.3](https://img.shields.io/badge/Version-0.6.3-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
-![AppVersion: v0.0.22](https://img.shields.io/badge/AppVersion-v0.0.22-informational?style=flat)
+![AppVersion: v0.0.23](https://img.shields.io/badge/AppVersion-v0.0.23-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.2)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=hammond&version=0.6.3)**
## 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.22"` | image tag |
+| image.tag | string | `"v0.0.23"` | 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 f7a49bc74..198308e7e 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.22
+ tag: v0.0.23
# -- environment variables. [[ref]](https://github.com/AlfHou/hammond#environment-variables)
# @default -- See [values.yaml](./values.yaml)