Skip to content

Commit

Permalink
Merge pull request #16 from JJGadgets/create-pull-request/patch
Browse files Browse the repository at this point in the history
[bot] Automated update
  • Loading branch information
budimanjojo committed Jul 6, 2023
2 parents 3741ec3 + bd14670 commit 8e388b9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion alert-notification-v1beta2.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"additionalProperties": {
"type": "string"
},
"description": "EventMetadata is an optional field for adding metadata to events dispatched by the controller. This can be used for enhancing the context of the event. If a field would override one already present on the original event as generated by the emitter, then the override doesn't happen, i.e. the original value is preserved, and an error log is printed.",
"description": "EventMetadata is an optional field for adding metadata to events dispatched by the controller. This can be used for enhancing the context of the event. If a field would override one already present on the original event as generated by the emitter, then the override doesn't happen, i.e. the original value is preserved, and an info log is printed.",
"type": "object"
},
"eventSeverity": {
Expand Down
10 changes: 10 additions & 0 deletions helmrelease-helm-v2beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,16 @@
"uninstall": {
"description": "Uninstall holds the configuration for Helm uninstall actions for this HelmRelease.",
"properties": {
"deletionPropagation": {
"default": "background",
"description": "DeletionPropagation specifies the deletion propagation policy when a Helm uninstall is performed.",
"enum": [
"background",
"foreground",
"orphan"
],
"type": "string"
},
"disableHooks": {
"description": "DisableHooks prevents hooks from running during the Helm rollback action.",
"type": "boolean"
Expand Down
7 changes: 4 additions & 3 deletions provider-notification-v1beta2.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
"description": "ProviderSpec defines the desired state of the Provider.",
"properties": {
"address": {
"description": "Address specifies the HTTP/S incoming webhook address of this Provider.",
"description": "Address specifies the endpoint, in a generic sense, to where alerts are sent. What kind of endpoint depends on the specific Provider type being used. For the generic Provider, for example, this is an HTTP/S address. For other Provider types this could be a project ID or a namespace.",
"maxLength": 2048,
"pattern": "^(http|https)://.*$",
"type": "string"
},
"certSecretRef": {
Expand Down Expand Up @@ -89,6 +88,7 @@
"bitbucket",
"azuredevops",
"googlechat",
"googlepubsub",
"webex",
"sentry",
"azureeventhub",
Expand All @@ -98,7 +98,8 @@
"opsgenie",
"alertmanager",
"grafana",
"githubdispatch"
"githubdispatch",
"pagerduty"
],
"type": "string"
},
Expand Down

0 comments on commit 8e388b9

Please sign in to comment.