Compare commits

...

2 Commits

Author SHA1 Message Date
f01dbbd66a chore(deps): update helm/chart-testing-action action to v2.8.0 2026-04-28 22:54:24 +00:00
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
4 changed files with 5 additions and 8 deletions

View File

@@ -42,7 +42,7 @@ jobs:
python-version: '3.14'
- name: Set up Chart Testing
uses: helm/chart-testing-action@v2.7.0
uses: helm/chart-testing-action@v2.8.0
with:
yamale_version: "6.0.0"

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