Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion incubating/pagerduty-alert/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.7-alpine3.14
FROM python:3.9.12-alpine3.15

RUN pip install pdpyras

Expand Down
6 changes: 3 additions & 3 deletions incubating/pagerduty-alert/step.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: step-type
version: '1.0'
metadata:
name: pagerduty-alert
version: 1.0.1
version: 1.0.2
isPublic: true
description: Sends Alerts (Incidents or Change Events) to PagerDuty API
sources:
Expand Down Expand Up @@ -73,7 +73,7 @@ spec:
},
"ASSIGNEE_USER_ID": {
"type": "string",
"description": "Required for incident type, PagerDuty User ID"
"description": "Optional for incident type when an escalation policy is in place, PagerDuty User ID"
},
"FROM_EMAIL": {
"type": "string",
Expand Down Expand Up @@ -102,7 +102,7 @@ spec:
stepsTemplate: |-
pagerduty-alert:
name: pagerduty-alert
image: quay.io/codefreshplugins/pagerduty-alert:1.0.0
image: quay.io/codefreshplugins/pagerduty-alert:1.0.2
environment:
[[ range $key, $val := .Arguments ]]
- '[[ $key ]]=[[ $val ]]'
Expand Down