File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ type: application
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
1818
19- version : 0.14.0
19+ version : 0.14.1
2020
2121# This is the version number of the application being deployed. This version number should be
2222# incremented each time you make changes to the application. Versions are not expected to
2323# follow Semantic Versioning. They should reflect the version the application is using.
2424# It is recommended to use it with quotes.
25- appVersion : v0.7.7
25+ appVersion : v0.8.0
Original file line number Diff line number Diff line change 11# pyrra
22
3- ![ Version: 0.14.0 ] ( https://img.shields.io/badge/Version-0.14.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.7.7 ] ( https://img.shields.io/badge/AppVersion-v0.7.7 -informational?style=flat-square )
3+ ![ Version: 0.14.1 ] ( https://img.shields.io/badge/Version-0.14.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.8.0 ] ( https://img.shields.io/badge/AppVersion-v0.8.0 -informational?style=flat-square )
44
55SLO manager and alert generator
66
@@ -33,7 +33,7 @@ The dashboards can be deployed using a ConfigMap and get's automatically [reload
3333| genericRules.enabled | bool | ` false ` | enables generate Pyrra generic recording rules. Pyrra generates metrics with the same name for each SLO. |
3434| image.pullPolicy | string | ` "IfNotPresent" ` | Overrides pullpolicy |
3535| image.repository | string | ` "ghcr.io/pyrra-dev/pyrra" ` | Overrides the image repository |
36- | image.tag | string | ` "v0.7.7 " ` | Overrides the image tag |
36+ | image.tag | string | ` "v0.8.0 " ` | Overrides the image tag |
3737| imagePullSecrets | list | ` [] ` | specifies pull secrets for image repository |
3838| ingress.annotations | object | ` {} ` | additional annotations for ingress |
3939| ingress.className | string | ` "" ` | specifies ingress class name (ie nginx) |
Original file line number Diff line number Diff line change 1111 # -- Overrides pullpolicy
1212 pullPolicy : IfNotPresent
1313 # -- Overrides the image tag
14- tag : " v0.7.7 "
14+ tag : " v0.8.0 "
1515
1616additionalLabels : {}
1717 # app: pyrra
You can’t perform that action at this time.
0 commit comments