Skip to content

Commit

Permalink
gitjobs v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Aug 29, 2020
1 parent 15f1377 commit 6ac65f8
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
19 changes: 19 additions & 0 deletions charts/fleet-crd/templates/gitjobs-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ kind: CustomResourceDefinition
metadata:
name: gitjobs.gitjob.cattle.io
spec:
additionalPrinterColumns:
- JSONPath: .spec.git.repo
name: REPO
type: string
- JSONPath: .spec.git.branch
name: BRANCH
type: string
- JSONPath: .status.commit
name: COMMIT
type: string
- JSONPath: .status.jobStatus
name: JOBSTATUS
type: string
- JSONPath: .metadata.creationTimestamp
name: Age
type: date
group: gitjob.cattle.io
names:
kind: GitJob
Expand All @@ -15,6 +31,9 @@ spec:
properties:
spec:
properties:
forceUpdate:
nullable: true
type: string
git:
properties:
branch:
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.0
appVersion: 0.1.1
description: Controller that run jobs based on git events
name: gitjob
version: 0.1.0
version: 0.1.1
1 change: 1 addition & 0 deletions charts/fleet/charts/gitjob/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ rules:
- 'list'
- 'get'
- 'update'
- 'watch'
- apiGroups:
- "gitjob.cattle.io"
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,3 +1,3 @@
image:
repository: rancher/gitjob
tag: v0.1.0
tag: v0.1.1

0 comments on commit 6ac65f8

Please sign in to comment.