This repository has been archived by the owner on May 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5777156
commit 6f2b6ef
Showing
4 changed files
with
108 additions
and
2 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
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 |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# jx-cli | ||
|
||
![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square) | ||
|
||
Jenkins X next gen cloud CI / CD platform for Kubernetes | ||
|
||
**Homepage:** <https://jenkins-x.io/> | ||
|
||
## Maintainers | ||
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| Jenkins X Team | jenkins-x@googlegroups.com | | | ||
|
||
## Source Code | ||
|
||
* <https://github.com/jenkins-x/jx> | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| activeDeadlineSeconds | int | `300` | | | ||
| affinity | object | `{}` | | | ||
| args[0] | string | `"version"` | | | ||
| backoffLimit | int | `5` | | | ||
| clusterrole.enabled | bool | `false` | | | ||
| command[0] | string | `"jx"` | | | ||
| cronjob.concurrencyPolicy | string | `"Forbid"` | | | ||
| cronjob.enabled | bool | `false` | | | ||
| cronjob.failedJobsHistoryLimit | int | `1` | | | ||
| cronjob.schedule | string | `"* * * * *"` | | | ||
| cronjob.successfulJobsHistoryLimit | int | `3` | | | ||
| daemonset.enabled | bool | `false` | | | ||
| deployment.enabled | bool | `false` | | | ||
| env.JX_LOG_FORMAT | string | `"json"` | | | ||
| env.JX_LOG_LEVEL | string | `"info"` | | | ||
| env.PIPELINE_KIND | string | `"dummy"` | | | ||
| image.pullPolicy | string | `"IfNotPresent"` | | | ||
| image.repository | string | `"gcr.io/jenkinsxio/jx-cli"` | | | ||
| image.tag | string | `"3.0.354"` | | | ||
| internalPort | int | `80` | | | ||
| job.enabled | bool | `false` | | | ||
| nodeSelector | object | `{}` | | | ||
| podAnnotations | object | `{}` | | | ||
| probe.path | string | `"/"` | | | ||
| replicaCount | int | `1` | | | ||
| resources | object | `{}` | | | ||
| restartPolicy | string | `"Never"` | | | ||
| role.enabled | bool | `false` | | | ||
| service.enabled | bool | `false` | | | ||
| service.port | int | `80` | | | ||
| service.type | string | `"ClusterIP"` | | | ||
| serviceaccount.customName | string | `""` | | | ||
| serviceaccount.enabled | bool | `false` | | | ||
| tolerations | list | `[]` | | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0) |
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 |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{{- if .Capabilities.APIVersions.Has "jenkins.io/v1/Release" }} | ||
apiVersion: jenkins.io/v1 | ||
kind: Release | ||
metadata: | ||
creationTimestamp: "2021-03-19T06:49:50Z" | ||
deletionTimestamp: null | ||
name: '{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}' | ||
spec: | ||
commits: | ||
- author: | ||
email: james.strachan@gmail.com | ||
name: James Strachan | ||
branch: master | ||
committer: | ||
email: james.strachan@gmail.com | ||
name: James Strachan | ||
message: | | ||
fix: try split job into 2 | ||
sha: 57771562dd67cd7cf43b77a693cda67bf5cb02b2 | ||
- author: | ||
email: james.strachan@gmail.com | ||
name: James Strachan | ||
branch: master | ||
committer: | ||
email: james.strachan@gmail.com | ||
name: James Strachan | ||
message: | | ||
fix: try split job into 2 | ||
sha: 9d303077944d8c5f1d50ec55eb6423b339298f1e | ||
- author: | ||
email: james.strachan@gmail.com | ||
name: James Strachan | ||
branch: master | ||
committer: | ||
email: james.strachan@gmail.com | ||
name: James Strachan | ||
message: | | ||
chore: less drastic image prune | ||
sha: 32a74469c7c7c02403e43dac09d1aea14e680461 | ||
gitHttpUrl: https://github.com/jenkins-x/jx-cli | ||
gitOwner: jenkins-x | ||
gitRepository: jx-cli | ||
name: '{{ .Chart.Name }}' | ||
version: 3.1.328 | ||
status: {} | ||
|
||
{{- end }} |
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 @@ | ||
image: | ||
repository: gcr.io/jenkinsxio/jx-cli | ||
tag: 3.0.354 | ||
tag: 3.1.328 | ||
pullPolicy: IfNotPresent | ||
|
||
replicaCount: 1 | ||
|