Skip to content

Commit

Permalink
update ACR webhook with Helm actions (Azure#4820)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysterp authored and AnuTalluri committed Feb 6, 2019
1 parent 31e3aa7 commit 7686523
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1970,7 +1970,9 @@
"enum": [
"push",
"delete",
"quarantine"
"quarantine",
"chart_push",
"chart_delete"
],
"type": "string",
"x-ms-enum": {
Expand Down Expand Up @@ -2065,7 +2067,9 @@
"enum": [
"push",
"delete",
"quarantine"
"quarantine",
"chart_push",
"chart_delete"
],
"type": "string",
"x-ms-enum": {
Expand Down Expand Up @@ -2132,7 +2136,9 @@
"enum": [
"push",
"delete",
"quarantine"
"quarantine",
"chart_push",
"chart_delete"
],
"type": "string",
"x-ms-enum": {
Expand Down

0 comments on commit 7686523

Please sign in to comment.