@leverege/build-tools 2.25.0 → 2.25.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leverege/build-tools",
|
|
3
|
-
"version": "2.25.
|
|
3
|
+
"version": "2.25.2",
|
|
4
4
|
"description": "A collection of build / support tools for Leverege developers",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"helmwhat": "src/helmup",
|
|
34
34
|
"k8scale": "src/k8scale",
|
|
35
35
|
"k8cryo": "src/k8cryo",
|
|
36
|
-
"k8thaw": "src/
|
|
36
|
+
"k8thaw": "src/k8cryo",
|
|
37
37
|
"k8x": "src/k8x",
|
|
38
38
|
"klog": "src/klog",
|
|
39
39
|
"npm-link": "src/npm-link",
|
|
@@ -745,15 +745,15 @@ serverFiles:
|
|
|
745
745
|
summary: "Velero schedule {{ $labels.schedule }} backup failed to execute properly"
|
|
746
746
|
description: "It has been over 30 hours since the last successful backup"
|
|
747
747
|
dashboard: "OVH:<MONITORING>/velero"
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
748
|
+
- alert: NoVeleroBackups
|
|
749
|
+
expr: velero_backup_success_total{schedule!=""} == 0
|
|
750
|
+
for: 30h
|
|
751
|
+
labels:
|
|
752
|
+
severity: warning
|
|
753
|
+
annotations:
|
|
754
|
+
summary: "Velero has not made any backups yet"
|
|
755
|
+
description: "No backups have successfully been made since velero was initialized (or restarted), go check it out ASAP"
|
|
756
|
+
dashboard: "OVH:<MONITORING>/velero"
|
|
757
757
|
|
|
758
758
|
server:
|
|
759
759
|
affinity:
|
|
@@ -76,7 +76,7 @@ labels: {}
|
|
|
76
76
|
# Additional pod labels for Velero deployment's template. Optional
|
|
77
77
|
# ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
|
|
78
78
|
podLabels:
|
|
79
|
-
|
|
79
|
+
schedule-version: "2.0"
|
|
80
80
|
|
|
81
81
|
# Tolerations to use for the Velero deployment. Optional.
|
|
82
82
|
tolerations: []
|