From 6c0b83ba32bc65b7444e4397e411a8e45b529b60 Mon Sep 17 00:00:00 2001 From: Falk Date: Fri, 28 Jul 2023 15:56:15 +0200 Subject: [PATCH] chore(timed): update frontend image tag to v3.2.0 --- charts/timed/Chart.yaml | 4 ++-- charts/timed/README.md | 2 +- charts/timed/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/timed/Chart.yaml b/charts/timed/Chart.yaml index 5e8367ff2..70604cdaf 100644 --- a/charts/timed/Chart.yaml +++ b/charts/timed/Chart.yaml @@ -23,7 +23,7 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "update timed-backend from v3.0.6 to v3.0.7" + description: "update timed-frontnend to v3.2.0" links: - name: GitHub Release - url: https://github.com/adfinis/timed-backend/releases/tag/v3.0.7 + url: https://github.com/adfinis/timed-frontend/releases/tag/v3.2.0 diff --git a/charts/timed/README.md b/charts/timed/README.md index 4088702c7..20e3352cf 100644 --- a/charts/timed/README.md +++ b/charts/timed/README.md @@ -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.1.5"` | Frontend version. | +| frontend.image.tag | string | `"v3.2.0"` | 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 f7df07a2b..7da04d41e 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.1.5 + tag: v3.2.0 service: # -- Frontend service name name: timed-frontend