Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #26 from QJoly/renovate/n1try-wakapi-2.x
Browse files Browse the repository at this point in the history
Update n1try/wakapi Docker tag to v2.6.2
  • Loading branch information
qjoly authored Mar 7, 2023
2 parents c1f4144 + 0f2f4d6 commit 4706e70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/wakapi/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: wakapi
description: Wakapi is an open-source tool that helps you keep track of the time you have spent coding.
version: 0.1.1
appVersion: "2.6.1"
version: 0.1.2
appVersion: "2.6.2"
keywords:
- wakapi
home: https://wakapi.dev/
Expand All @@ -12,4 +12,4 @@ maintainers:
url: https://thebidouilleur.xyz
sources:
- https://wakapi.dev/
- https://github.com/QJoly/helm-charts
- https://github.com/QJoly/helm-charts
2 changes: 1 addition & 1 deletion charts/wakapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: n1try/wakapi
pullPolicy: IfNotPresent
tag: "2.6.1"
tag: "2.6.2"

database:
enabled: true # Disable if you want to use SQLite as Database
Expand Down

0 comments on commit 4706e70

Please sign in to comment.