Skip to content

Commit

Permalink
Update payload template urls (#1610)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
Alan-Cha authored Aug 29, 2023
1 parent 1358e2d commit 743a33a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/iter8/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: iter8
version: 0.16.0
version: 0.16.1
description: Iter8 experiment chart
type: application
home: https://iter8.tools
Expand Down
2 changes: 1 addition & 1 deletion charts/iter8/templates/_task-github.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
headers:
Authorization: token {{ .token }}
Accept: application/vnd.github+json
payloadTemplateURL: {{ default "https://raw.githubusercontent.com/iter8-tools/iter8/iter8-0.13.7/templates/notify/_payload-github.tpl" .payloadTemplateURL }}
payloadTemplateURL: {{ default "https://raw.githubusercontent.com/iter8-tools/iter8/v0.16.5/templates/notify/_payload-github.tpl" .payloadTemplateURL }}
softFailure: {{ default true .softFailure }}
{{ end }}
2 changes: 1 addition & 1 deletion charts/iter8/templates/_task-slack.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
with:
url: {{ .url }}
method: POST
payloadTemplateURL: {{ default "https://raw.githubusercontent.com/iter8-tools/iter8/iter8-0.13.7/templates/notify/_payload-slack.tpl" .payloadTemplateURL }}
payloadTemplateURL: {{ default "https://raw.githubusercontent.com/iter8-tools/iter8/v0.16.5/templates/notify/_payload-slack.tpl" .payloadTemplateURL }}
softFailure: {{ default true .softFailure }}
{{ end }}

0 comments on commit 743a33a

Please sign in to comment.