diff --git a/charts/timed/Chart.yaml b/charts/timed/Chart.yaml index eaa00e52f..87754e706 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.34 +version: 0.16.35 keywords: - timed - tracking @@ -23,7 +23,7 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "update timed-backend to v3.0.11" + description: "update timed-backend to v3.0.12" links: - name: GitHub Release - url: https://github.com/adfinis/timed-backend/releases/tag/v3.0.11 + url: https://github.com/adfinis/timed-backend/releases/tag/v3.0.12 diff --git a/charts/timed/README.md b/charts/timed/README.md index 9ab3dc143..aa1922d4b 100644 --- a/charts/timed/README.md +++ b/charts/timed/README.md @@ -1,6 +1,6 @@ # timed -![Version: 0.16.34](https://img.shields.io/badge/Version-0.16.34-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![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) 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.11"` | Backend version. | +| backend.image.tag | string | `"v3.0.12"` | 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 8cf1751c7..5a8a3794d 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.11 + tag: v3.0.12 # -- Backend image pull policy pullPolicy: IfNotPresent service: