From ec4342e7b51a242805b179a81dca62b329d96d4b Mon Sep 17 00:00:00 2001 From: Arthur Deierlein Date: Mon, 22 Apr 2024 10:07:42 +0200 Subject: [PATCH] chore(timed): update backend to v3.0.15 --- charts/timed/Chart.yaml | 6 +++--- charts/timed/README.md | 4 ++-- charts/timed/values.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/timed/Chart.yaml b/charts/timed/Chart.yaml index 87754e706..48a359668 100644 --- a/charts/timed/Chart.yaml +++ b/charts/timed/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: timed description: Chart for Timed application type: application -version: 0.16.35 +version: 0.16.36 keywords: - timed - tracking @@ -23,7 +23,7 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "update timed-backend to v3.0.12" + description: "update timed-backend to v3.0.15" links: - name: GitHub Release - url: https://github.com/adfinis/timed-backend/releases/tag/v3.0.12 + url: https://github.com/adfinis/timed-backend/releases/tag/v3.0.15 diff --git a/charts/timed/README.md b/charts/timed/README.md index aa1922d4b..2559dd1ee 100644 --- a/charts/timed/README.md +++ b/charts/timed/README.md @@ -1,6 +1,6 @@ # timed -![Version: 0.16.35](https://img.shields.io/badge/Version-0.16.35-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.16.36](https://img.shields.io/badge/Version-0.16.36-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Chart for Timed application @@ -61,7 +61,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | backend.existingSecret | string | `nil` | Specify an existing secret that gets used instead of a Helm managed secret based on several values. | | backend.image.pullPolicy | string | `"IfNotPresent"` | Backend image pull policy | | backend.image.repository | string | `"ghcr.io/adfinis/timed-backend"` | Backend image name | -| backend.image.tag | string | `"v3.0.12"` | Backend version. | +| backend.image.tag | string | `"3.0.15"` | Backend version. | | backend.jobs.dbmigrate.enable | bool | `true` | Enable the dbmigrate Job. This is configurable because timed can also run this on startup if so preferred. | | backend.livenessProbe.enabled | bool | `true` | Enable liveness probe on backend | | backend.livenessProbe.failureThreshold | int | `6` | Number of tries to perform the probe | diff --git a/charts/timed/values.yaml b/charts/timed/values.yaml index 5a8a3794d..9c74ea268 100644 --- a/charts/timed/values.yaml +++ b/charts/timed/values.yaml @@ -12,7 +12,7 @@ backend: # -- Backend image name repository: ghcr.io/adfinis/timed-backend # -- Backend version. - tag: v3.0.12 + tag: 3.0.15 # -- Backend image pull policy pullPolicy: IfNotPresent service: