diff --git a/charts/pyrra/Chart.yaml b/charts/pyrra/Chart.yaml index ce7ce47e8..f5622034e 100644 --- a/charts/pyrra/Chart.yaml +++ b/charts/pyrra/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.4 +version: 0.3.0 # 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.4.4" +appVersion: 0.6.0 diff --git a/charts/pyrra/README.md b/charts/pyrra/README.md index 6c0939925..66e2e0ab8 100644 --- a/charts/pyrra/README.md +++ b/charts/pyrra/README.md @@ -1,6 +1,6 @@ # pyrra -![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.4](https://img.shields.io/badge/AppVersion-v0.4.4-informational?style=flat-square) +![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.0](https://img.shields.io/badge/AppVersion-0.6.0-informational?style=flat-square) SLO manager and alert generator @@ -15,7 +15,7 @@ Additionaly, you (most likely) will need to specify prometheusExternalUrl with U | fullnameOverride | string | `""` | Overrides helm-generated chart fullname | | image.pullPolicy | string | `"IfNotPresent"` | Overrides pullpolicy | | image.repository | string | `"ghcr.io/pyrra-dev/pyrra"` | Overrides the image repository | -| image.tag | string | `"v0.4.4"` | Overrides the image tag | +| image.tag | string | `"v0.5.0"` | 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 9a51409b7..3dbf950bc 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.4.4" + tag: "v0.5.0" serviceAccount: # -- Specifies whether a service account should be created