2 Commits

Author SHA1 Message Date
6095ce2212 Update Helm release postgres-cluster to v6
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 2m22s
renovate/stability-days Updates have met minimum release age requirement
2025-06-19 03:34:16 +00:00
420e743bdb adjust severity
Some checks failed
lint-test-helm / helm-lint (push) Failing after 6s
renovate / renovate (push) Successful in 1m11s
2025-06-18 22:32:24 -05:00

View File

@@ -201,7 +201,7 @@ argo-cd:
"message": "{{.app.metadata.name}} health has degraded",
"title": "Degraded: {{.app.metadata.name}}",
"tags": ["rotating_light"],
"priority": 5,
"priority": 4,
"click": "{{.context.argocdUrl}}/applications/argocd/{{.app.metadata.name}}"
}
template.app-sync-failed: |
@@ -214,7 +214,7 @@ argo-cd:
"message": "{{.app.metadata.name}} sync has failed at {{.app.status.operationState.finishedAt}} with the following error: {{.app.status.operationState.message}}",
"title": "Sync Failed: {{.app.metadata.name}}",
"tags": ["rotating_light"],
"priority": 5,
"priority": 4,
"click": "{{.context.argocdUrl}}/applications/{{.app.metadata.name}}?operation=true"
}
template.app-sync-running: |
@@ -240,7 +240,7 @@ argo-cd:
"message": "{{.app.metadata.name}} sync status is unknown",
"title": "Sync Unknown: {{.app.metadata.name}}",
"tags": ["question"],
"priority": 5,
"priority": 3,
"click": "{{.context.argocdUrl}}/applications/{{.app.metadata.name}}"
}
template.app-sync-succeeded: |