Skip to content

Commit 743a33a

Browse files
authored
Update payload template urls (#1610)
* Update payload template urls Signed-off-by: Alan Cha <[email protected]> * Bump version Signed-off-by: Alan Cha <[email protected]> --------- Signed-off-by: Alan Cha <[email protected]>
1 parent 1358e2d commit 743a33a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/iter8/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: iter8
3-
version: 0.16.0
3+
version: 0.16.1
44
description: Iter8 experiment chart
55
type: application
66
home: https://iter8.tools

charts/iter8/templates/_task-github.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
headers:
2121
Authorization: token {{ .token }}
2222
Accept: application/vnd.github+json
23-
payloadTemplateURL: {{ default "https://raw.githubusercontent.com/iter8-tools/iter8/iter8-0.13.7/templates/notify/_payload-github.tpl" .payloadTemplateURL }}
23+
payloadTemplateURL: {{ default "https://raw.githubusercontent.com/iter8-tools/iter8/v0.16.5/templates/notify/_payload-github.tpl" .payloadTemplateURL }}
2424
softFailure: {{ default true .softFailure }}
2525
{{ end }}

charts/iter8/templates/_task-slack.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
with:
1212
url: {{ .url }}
1313
method: POST
14-
payloadTemplateURL: {{ default "https://raw.githubusercontent.com/iter8-tools/iter8/iter8-0.13.7/templates/notify/_payload-slack.tpl" .payloadTemplateURL }}
14+
payloadTemplateURL: {{ default "https://raw.githubusercontent.com/iter8-tools/iter8/v0.16.5/templates/notify/_payload-slack.tpl" .payloadTemplateURL }}
1515
softFailure: {{ default true .softFailure }}
1616
{{ end }}

0 commit comments

Comments
 (0)