From 383e553e1bd006575a4cf370f5b2b7dba27871e4 Mon Sep 17 00:00:00 2001 From: Sebastian Gaiser Date: Thu, 11 Apr 2024 16:06:29 +0200 Subject: [PATCH] chore(pyrra): bump image tag from 'v0.7.4' to 'v0.7.5' (#160) Signed-off-by: Sebastian Gaiser --- charts/pyrra/Chart.yaml | 4 ++-- charts/pyrra/README.md | 4 ++-- charts/pyrra/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/pyrra/Chart.yaml b/charts/pyrra/Chart.yaml index 503a12f51..b3df029bc 100644 --- a/charts/pyrra/Chart.yaml +++ b/charts/pyrra/Chart.yaml @@ -16,10 +16,10 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.12.2 +version: 0.12.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: v0.7.4 +appVersion: v0.7.5 diff --git a/charts/pyrra/README.md b/charts/pyrra/README.md index e006f54d4..b57482477 100644 --- a/charts/pyrra/README.md +++ b/charts/pyrra/README.md @@ -1,6 +1,6 @@ # pyrra -![Version: 0.12.2](https://img.shields.io/badge/Version-0.12.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.7.4](https://img.shields.io/badge/AppVersion-v0.7.4-informational?style=flat-square) +![Version: 0.12.3](https://img.shields.io/badge/Version-0.12.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.7.5](https://img.shields.io/badge/AppVersion-v0.7.5-informational?style=flat-square) SLO manager and alert generator @@ -23,7 +23,7 @@ If the SLO object is invalid, the admission controller will reject the request a | genericRules.enabled | bool | `false` | enables generate Pyrra generic recording rules. Pyrra generates metrics with the same name for each SLO. | | image.pullPolicy | string | `"IfNotPresent"` | Overrides pullpolicy | | image.repository | string | `"ghcr.io/pyrra-dev/pyrra"` | Overrides the image repository | -| image.tag | string | `"v0.7.4"` | Overrides the image tag | +| image.tag | string | `"v0.7.5"` | Overrides the image tag | | imagePullSecrets | list | `[]` | specifies pull secrets for image repository | | ingress.annotations | object | `{}` | additional annotations for ingress | | ingress.className | string | `""` | specifies ingress class name (ie nginx) | diff --git a/charts/pyrra/values.yaml b/charts/pyrra/values.yaml index c528affb6..276d23016 100644 --- a/charts/pyrra/values.yaml +++ b/charts/pyrra/values.yaml @@ -11,7 +11,7 @@ image: # -- Overrides pullpolicy pullPolicy: IfNotPresent # -- Overrides the image tag - tag: "v0.7.4" + tag: "v0.7.5" additionalLabels: {} # app: pyrra