Skip to content

Commit

Permalink
Update gitjobs to v0.1.0 chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Aug 28, 2020
1 parent 552e3be commit 5a30772
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
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.0.1-rc4
appVersion: 0.1.0
description: Controller that run jobs based on git events
name: gitjob
version: 0.0.1-rc4
version: 0.1.0
5 changes: 1 addition & 4 deletions charts/fleet/charts/gitjob/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ spec:
caBundle:
nullable: true
type: string
gitHostName:
nullable: true
type: string
gitSecretName:
clientSecretName:
nullable: true
type: string
insecureSkipTLSVerify:
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.0.1-rc4
tag: v0.1.0

0 comments on commit 5a30772

Please sign in to comment.