Skip to content

Commit 172cf54

Browse files
authored
Merge branch 'master' into fix_finalizer_cfg_drift
2 parents 9e3a468 + fba3d9d commit 172cf54

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed

api/v1beta1/grafanacontactpoint_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ type GrafanaContactPointSpec struct {
4545
// +kubebuilder:validation:MaxItems=99
4646
ValuesFrom []ValueFrom `json:"valuesFrom,omitempty"`
4747

48-
// +kubebuilder:validation:Enum=alertmanager;prometheus-alertmanager;dingding;discord;email;googlechat;kafka;line;opsgenie;pagerduty;pushover;sensugo;sensu;slack;teams;telegram;threema;victorops;webhook;wecom;hipchat;oncall
48+
// +kubebuilder:validation:Enum=alertmanager;prometheus-alertmanager;dingding;discord;email;googlechat;kafka;line;opsgenie;pagerduty;pushover;sensugo;sensu;slack;teams;telegram;threema;victorops;webex;webhook;wecom;hipchat;oncall
4949
Type string `json:"type,omitempty"`
5050
}
5151

bundle/manifests/grafana.integreatly.org_grafanacontactpoints.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ spec:
122122
- telegram
123123
- threema
124124
- victorops
125+
- webex
125126
- webhook
126127
- wecom
127128
- hipchat

config/crd/bases/grafana.integreatly.org_grafanacontactpoints.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ spec:
129129
- telegram
130130
- threema
131131
- victorops
132+
- webex
132133
- webhook
133134
- wecom
134135
- hipchat

deploy/helm/grafana-operator/crds/grafana.integreatly.org_grafanacontactpoints.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ spec:
129129
- telegram
130130
- threema
131131
- victorops
132+
- webex
132133
- webhook
133134
- wecom
134135
- hipchat

deploy/kustomize/base/crds.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ spec:
445445
- telegram
446446
- threema
447447
- victorops
448+
- webex
448449
- webhook
449450
- wecom
450451
- hipchat

docs/docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ GrafanaContactPointSpec defines the desired state of GrafanaContactPoint
750750
<td>
751751
<br/>
752752
<br/>
753-
<i>Enum</i>: alertmanager, prometheus-alertmanager, dingding, discord, email, googlechat, kafka, line, opsgenie, pagerduty, pushover, sensugo, sensu, slack, teams, telegram, threema, victorops, webhook, wecom, hipchat, oncall<br/>
753+
<i>Enum</i>: alertmanager, prometheus-alertmanager, dingding, discord, email, googlechat, kafka, line, opsgenie, pagerduty, pushover, sensugo, sensu, slack, teams, telegram, threema, victorops, webex, webhook, wecom, hipchat, oncall<br/>
754754
</td>
755755
<td>false</td>
756756
</tr><tr>

0 commit comments

Comments
 (0)