Skip to content

Commit 664baaa

Browse files
author
Lukas Goodfellow
authored
Pagerduty Update (#471)
* update image version * updated pagerduty python script and step yaml * removed print statment * updated python script
1 parent 19344bf commit 664baaa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

incubating/pagerduty-alert/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9.7-alpine3.14
1+
FROM python:3.9.12-alpine3.15
22

33
RUN pip install pdpyras
44

incubating/pagerduty-alert/step.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: step-type
22
version: '1.0'
33
metadata:
44
name: pagerduty-alert
5-
version: 1.0.1
5+
version: 1.0.2
66
isPublic: true
77
description: Sends Alerts (Incidents or Change Events) to PagerDuty API
88
sources:
@@ -73,7 +73,7 @@ spec:
7373
},
7474
"ASSIGNEE_USER_ID": {
7575
"type": "string",
76-
"description": "Required for incident type, PagerDuty User ID"
76+
"description": "Optional for incident type when an escalation policy is in place, PagerDuty User ID"
7777
},
7878
"FROM_EMAIL": {
7979
"type": "string",
@@ -102,7 +102,7 @@ spec:
102102
stepsTemplate: |-
103103
pagerduty-alert:
104104
name: pagerduty-alert
105-
image: quay.io/codefreshplugins/pagerduty-alert:1.0.0
105+
image: quay.io/codefreshplugins/pagerduty-alert:1.0.2
106106
environment:
107107
[[ range $key, $val := .Arguments ]]
108108
- '[[ $key ]]=[[ $val ]]'

0 commit comments

Comments
 (0)