Skip to content

Commit

Permalink
chore(deps): update ghcr.io/alfhou/hammond docker tag to v0.0.22 (#483)
Browse files Browse the repository at this point in the history
* chore(deps): update ghcr.io/alfhou/hammond docker tag to v0.0.22

* chore: Update chart metadata

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Jan 9, 2024
1 parent 3ecd775 commit e210357
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/hammond/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/84cba2c7f26f6d3f81c49b132110b24ac97c7b49/ui/public/touch-icon.png
type: application
version: 0.6.1
version: 0.6.2
# renovate datasource=docker depName=ghcr.io/alfhou/hammond
appVersion: v0.0.21
appVersion: v0.0.22
kubeVersion: ">=1.22.0-0"
keywords:
- hammond
Expand All @@ -22,7 +22,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Pin bjw-s common chart links to v1
description: Update ghcr.io/alfhou/hammond docker tag to v0.0.22
artifacthub.io/links: |-
- name: App Source
url: https://github.com/AlfHou/hammond
Expand Down
8 changes: 4 additions & 4 deletions charts/hammond/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<img src="https://raw.githubusercontent.com/AlfHou/hammond/84cba2c7f26f6d3f81c49b132110b24ac97c7b49/ui/public/touch-icon.png" align="right" width="92" alt="hammond logo">

![Version: 0.6.1](https://img.shields.io/badge/Version-0.6.1-informational?style=flat)
![Version: 0.6.2](https://img.shields.io/badge/Version-0.6.2-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: v0.0.21](https://img.shields.io/badge/AppVersion-v0.0.21-informational?style=flat)
![AppVersion: v0.0.22](https://img.shields.io/badge/AppVersion-v0.0.22-informational?style=flat)

A self-hosted vehicle expense tracking system with support for multiple users.

**Homepage:** <https://charts.gabe565.com/charts/hammond/>

**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.1)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=hammond&version=0.6.2)**

## Source Code

Expand Down Expand Up @@ -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.21"` | image tag |
| image.tag | string | `"v0.0.22"` | 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. |
Expand Down
2 changes: 1 addition & 1 deletion charts/hammond/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: v0.0.21
tag: v0.0.22

# -- environment variables. [[ref]](https://github.com/AlfHou/hammond#environment-variables)
# @default -- See [values.yaml](./values.yaml)
Expand Down

0 comments on commit e210357

Please sign in to comment.