Skip to content

Commit e85fd2d

Browse files
chore(pyrra): update from 'v0.7.6' to 'v0.7.7' (#169)
Signed-off-by: Sebastian Gaiser <sebastiangaiser@users.noreply.github.com>
1 parent 7b3c714 commit e85fd2d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/pyrra/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.13.2
19+
version: 0.13.3
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.6
25+
appVersion: v0.7.7

charts/pyrra/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pyrra
22

3-
![Version: 0.13.2](https://img.shields.io/badge/Version-0.13.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.7.6](https://img.shields.io/badge/AppVersion-v0.7.6-informational?style=flat-square)
3+
![Version: 0.13.3](https://img.shields.io/badge/Version-0.13.3-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)
44

55
SLO 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.6"` | Overrides the image tag |
36+
| image.tag | string | `"v0.7.7"` | 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) |

charts/pyrra/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
# -- Overrides pullpolicy
1212
pullPolicy: IfNotPresent
1313
# -- Overrides the image tag
14-
tag: "v0.7.6"
14+
tag: "v0.7.7"
1515

1616
additionalLabels: {}
1717
# app: pyrra

0 commit comments

Comments
 (0)