Compare commits

..

1 Commits

Author SHA1 Message Date
52363a1dbc fix: invalid rules
All checks were successful
lint-and-test / lint-helm (push) Successful in 30s
release-charts-volsync-target / release (push) Successful in 17s
lint-and-test / chart-testing (push) Successful in 2m50s
renovate / renovate (push) Successful in 1m46s
2026-04-28 17:53:08 -05:00
3 changed files with 4 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: volsync-target
version: 1.1.0
version: 1.1.1
description: Volsync Replication set to target specific PVC with preconfigured settings
keywords:
- volsync-target

View File

@@ -1,6 +1,6 @@
# volsync-target
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![AppVersion: 0.15.0](https://img.shields.io/badge/AppVersion-0.15.0-informational?style=flat-square)
![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![AppVersion: 0.15.0](https://img.shields.io/badge/AppVersion-0.15.0-informational?style=flat-square)
Volsync Replication set to target specific PVC with preconfigured settings

View File

@@ -17,12 +17,9 @@ spec:
rules:
- alert: VolSyncBackupPodFailed
expr: |
kube_pod_container_status_last_terminated_exit_code > 0
(kube_pod_container_status_last_terminated_exitcode > 0)
* on(pod, namespace) group_left(owner_name)
label_replace(
kube_pod_owner{owner_kind="Job"},
"owner_name", "$1", "owner_name", "(.*)"
)
kube_pod_owner{owner_kind="Job", owner_name=~"volsync-.*"}
for: 1m
labels:
severity: critical