forked from rancher/fleet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request rancher#331 from StrongMonkey/update-gitjob
Update gitjob to v0.1.15 to include webhook support
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
apiVersion: v2 | ||
appVersion: 0.1.13 | ||
appVersion: 0.1.15 | ||
description: Controller that run jobs based on git events | ||
name: gitjob | ||
version: 0.1.13 | ||
version: 0.1.15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
gitjob: | ||
repository: rancher/gitjob | ||
tag: v0.1.13 | ||
tag: v0.1.15 | ||
|
||
tekton: | ||
repository: rancher/tekton-utils | ||
|