From 90a560874a347c0c55ad9b6112fc9313d861568b Mon Sep 17 00:00:00 2001 From: Falk Neumann Date: Tue, 8 Aug 2023 11:43:34 +0200 Subject: [PATCH] chore(timed): update frontend image tag to v3.2.2 (#1084) --- 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 6c639848f..afa5b98e2 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.27 +version: 0.16.28 keywords: - timed - tracking @@ -23,7 +23,7 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "update timed-frontnend to v3.2.1" + description: "update timed-frontnend to v3.2.2" links: - name: GitHub Release - url: https://github.com/adfinis/timed-frontend/releases/tag/v3.2.1 + url: https://github.com/adfinis/timed-frontend/releases/tag/v3.2.2 diff --git a/charts/timed/README.md b/charts/timed/README.md index 29c490911..302fbae50 100644 --- a/charts/timed/README.md +++ b/charts/timed/README.md @@ -1,6 +1,6 @@ # timed -![Version: 0.16.27](https://img.shields.io/badge/Version-0.16.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.16.28](https://img.shields.io/badge/Version-0.16.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Chart for Timed application @@ -105,7 +105,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | backend.startupProbe.failureThreshold | int | `6` | Number of times to perform the probe | | frontend.image.pullPolicy | string | `"IfNotPresent"` | Frontend image pull policy | | frontend.image.repository | string | `"ghcr.io/adfinis/timed-frontend"` | Frontend image name | -| frontend.image.tag | string | `"v3.2.1"` | Frontend version. | +| frontend.image.tag | string | `"v3.2.2"` | Frontend version. | | frontend.livenessProbe.enabled | bool | `true` | Enable liveness probe on frontend | | frontend.livenessProbe.failureThreshold | int | `6` | Number of tries to perform the probe | | frontend.livenessProbe.initialDelaySeconds | int | `60` | Number of seconds after the container has started before liveness probe is initiated | diff --git a/charts/timed/values.yaml b/charts/timed/values.yaml index 336928dec..8a1729f85 100644 --- a/charts/timed/values.yaml +++ b/charts/timed/values.yaml @@ -203,7 +203,7 @@ frontend: # -- Frontend image pull policy pullPolicy: IfNotPresent # -- Frontend version. - tag: v3.2.1 + tag: v3.2.2 service: # -- Frontend service name name: timed-frontend