Skip to content

Commit

Permalink
Update gitjob to v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Daishan committed Oct 2, 2020
1 parent 10548f1 commit 23f6406
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
7 changes: 4 additions & 3 deletions charts/fleet-crd/templates/gitjobs-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ spec:
properties:
spec:
properties:
forceUpdate:
nullable: true
type: string
forceUpdateGeneration:
type: integer
git:
properties:
branch:
Expand Down Expand Up @@ -3197,6 +3196,8 @@ spec:
secretToken:
nullable: true
type: string
updateGeneration:
type: integer
type: object
type: object
version: v1
Expand Down
4 changes: 2 additions & 2 deletions charts/fleet/charts/gitjob/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.1.3
appVersion: 0.1.5
description: Controller that run jobs based on git events
name: gitjob
version: 0.1.3
version: 0.1.5
8 changes: 8 additions & 0 deletions charts/fleet/charts/gitjob/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ rules:
- 'jobs'
verbs:
- '*'
- apiGroups:
- ""
resources:
- 'pods'
verbs:
- 'list'
- 'get'
- 'watch'
- apiGroups:
- ""
resources:
Expand Down
2 changes: 1 addition & 1 deletion charts/fleet/charts/gitjob/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gitjob:
repository: rancher/gitjob
tag: v0.1.3
tag: v0.1.5

tekton:
repository: rancher/tekton-utils
Expand Down

0 comments on commit 23f6406

Please sign in to comment.