diff --git a/incubating/pagerduty-alert/Dockerfile b/incubating/pagerduty-alert/Dockerfile index a464bfe10..d51fe14b1 100644 --- a/incubating/pagerduty-alert/Dockerfile +++ b/incubating/pagerduty-alert/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.7-alpine3.14 +FROM python:3.9.12-alpine3.15 RUN pip install pdpyras diff --git a/incubating/pagerduty-alert/step.yaml b/incubating/pagerduty-alert/step.yaml index d44cefc03..be38d9acb 100644 --- a/incubating/pagerduty-alert/step.yaml +++ b/incubating/pagerduty-alert/step.yaml @@ -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: @@ -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", @@ -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 ]]'