-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: detect 16char long hex strings
matches kubernetes event names
- Loading branch information
1 parent
4edcdb9
commit 516ecf9
Showing
4 changed files
with
67 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"details": { | ||
"reason": "UpgradeFailed", | ||
"source": { | ||
"component": "helm-controller" | ||
}, | ||
"message": "Helm upgrade failed for release mission-control-agent/mission-control-kubernetes-bundle with chart [email protected]: values don't meet the specifications of the schema(s) in the following chart(s):\nmission-control-kubernetes:\n- (root): Additional property interval is not allowed\n\nLast Helm logs:\n\n2024-10-09T04:46:13.116068801Z: preparing upgrade for mission-control-kubernetes-bundle\n2024-10-09T04:46:13.156697628Z: resetting values to the chart's original version", | ||
"metadata": { | ||
"uid": "852af766-4928-49d5-a2a6-a5668e3715e3", | ||
"name": "mission-control-kubernetes-bundle.17fcaf5d944b5886", | ||
"namespace": "mission-control-agent", | ||
"annotations": { | ||
"helm.toolkit.fluxcd.io/token": "sha256:eb7505628756567105a575c2dcaf473756212793a2b43537b976db9e18c7b233", | ||
"helm.toolkit.fluxcd.io/revision": "0.1.69", | ||
"helm.toolkit.fluxcd.io/app-version": "1.0.0" | ||
}, | ||
"resourceVersion": "43136301", | ||
"creationTimestamp": "2024-10-09T04:46:13Z" | ||
}, | ||
"involvedObject": { | ||
"uid": "e280b462-01b2-41a4-a53a-50541240a3e2", | ||
"kind": "HelmRelease", | ||
"name": "mission-control-kubernetes-bundle", | ||
"namespace": "mission-control-agent", | ||
"apiVersion": "helm.toolkit.fluxcd.io/v2", | ||
"resourceVersion": "43130040" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"details": { | ||
"reason": "UpgradeFailed", | ||
"source": { | ||
"component": "helm-controller" | ||
}, | ||
"message": "Helm upgrade failed for release mission-control-agent/mission-control-kubernetes-bundle with chart [email protected]: values don't meet the specifications of the schema(s) in the following chart(s):\nmission-control-kubernetes:\n- (root): Additional property interval is not allowed\n\nLast Helm logs:\n\n2024-10-09T03:31:10.99090145Z: preparing upgrade for mission-control-kubernetes-bundle\n2024-10-09T03:31:11.022444234Z: resetting values to the chart's original version", | ||
"metadata": { | ||
"uid": "552e28a9-54a4-4ba7-8dc2-a68924cbba60", | ||
"name": "mission-control-kubernetes-bundle.17fcab45546704af", | ||
"namespace": "mission-control-agent", | ||
"annotations": { | ||
"helm.toolkit.fluxcd.io/token": "sha256:eb7505628756567105a575c2dcaf473756212793a2b43537b976db9e18c7b233", | ||
"helm.toolkit.fluxcd.io/revision": "0.1.69", | ||
"helm.toolkit.fluxcd.io/app-version": "1.0.0" | ||
}, | ||
"resourceVersion": "43130433", | ||
"creationTimestamp": "2024-10-09T03:31:11Z" | ||
}, | ||
"involvedObject": { | ||
"uid": "e280b462-01b2-41a4-a53a-50541240a3e2", | ||
"kind": "HelmRelease", | ||
"name": "mission-control-kubernetes-bundle", | ||
"namespace": "mission-control-agent", | ||
"apiVersion": "helm.toolkit.fluxcd.io/v2", | ||
"resourceVersion": "43098665" | ||
} | ||
} | ||
} |