Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit e61aa25

Browse files
chore: release 3.1.305
1 parent f980bc7 commit e61aa25

4 files changed

Lines changed: 102 additions & 2 deletions

File tree

charts/jx-cli/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: jx-cli
33
description: Jenkins X next gen cloud CI / CD platform for Kubernetes
44
home: https://jenkins-x.io/
5-
version: 0.0.1
5+
version: 3.1.305
66
appVersion: 3.0.0
77
icon: https://jenkins-x.github.io/jenkins-x-website/img/profile.png
88
sources:

charts/jx-cli/README.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# jx-cli
2+
3+
![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)
4+
5+
Jenkins X next gen cloud CI / CD platform for Kubernetes
6+
7+
**Homepage:** <https://jenkins-x.io/>
8+
9+
## Maintainers
10+
11+
| Name | Email | Url |
12+
| ---- | ------ | --- |
13+
| Jenkins X Team | jenkins-x@googlegroups.com | |
14+
15+
## Source Code
16+
17+
* <https://github.com/jenkins-x/jx>
18+
19+
## Values
20+
21+
| Key | Type | Default | Description |
22+
|-----|------|---------|-------------|
23+
| activeDeadlineSeconds | int | `300` | |
24+
| affinity | object | `{}` | |
25+
| args[0] | string | `"version"` | |
26+
| backoffLimit | int | `5` | |
27+
| clusterrole.enabled | bool | `false` | |
28+
| command[0] | string | `"jx"` | |
29+
| cronjob.concurrencyPolicy | string | `"Forbid"` | |
30+
| cronjob.enabled | bool | `false` | |
31+
| cronjob.failedJobsHistoryLimit | int | `1` | |
32+
| cronjob.schedule | string | `"* * * * *"` | |
33+
| cronjob.successfulJobsHistoryLimit | int | `3` | |
34+
| daemonset.enabled | bool | `false` | |
35+
| deployment.enabled | bool | `false` | |
36+
| env.JX_LOG_FORMAT | string | `"json"` | |
37+
| env.JX_LOG_LEVEL | string | `"info"` | |
38+
| env.PIPELINE_KIND | string | `"dummy"` | |
39+
| image.pullPolicy | string | `"IfNotPresent"` | |
40+
| image.repository | string | `"gcr.io/jenkinsxio/jx-cli"` | |
41+
| image.tag | string | `"3.0.354"` | |
42+
| internalPort | int | `80` | |
43+
| job.enabled | bool | `false` | |
44+
| nodeSelector | object | `{}` | |
45+
| podAnnotations | object | `{}` | |
46+
| probe.path | string | `"/"` | |
47+
| replicaCount | int | `1` | |
48+
| resources | object | `{}` | |
49+
| restartPolicy | string | `"Never"` | |
50+
| role.enabled | bool | `false` | |
51+
| service.enabled | bool | `false` | |
52+
| service.port | int | `80` | |
53+
| service.type | string | `"ClusterIP"` | |
54+
| serviceaccount.customName | string | `""` | |
55+
| serviceaccount.enabled | bool | `false` | |
56+
| tolerations | list | `[]` | |
57+
58+
----------------------------------------------
59+
Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0)
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{{- if .Capabilities.APIVersions.Has "jenkins.io/v1/Release" }}
2+
apiVersion: jenkins.io/v1
3+
kind: Release
4+
metadata:
5+
creationTimestamp: "2021-03-12T17:12:08Z"
6+
deletionTimestamp: null
7+
name: '{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}'
8+
spec:
9+
commits:
10+
- author:
11+
email: jenkins-x@googlegroups.com
12+
name: root
13+
branch: master
14+
committer:
15+
email: jenkins-x@googlegroups.com
16+
name: root
17+
message: |
18+
chore: upgrade jenkins-x/jx-cli to version 0.2.22
19+
20+
from: https://github.com/jenkins-x/jx-gitops.git
21+
sha: 09145b1f90d807b0124ca4ff6bac6a0494878cf9
22+
- author:
23+
email: jenkins-x@googlegroups.com
24+
name: root
25+
branch: master
26+
committer:
27+
email: jenkins-x@googlegroups.com
28+
name: root
29+
message: |
30+
chore: upgrade jenkins-x/jx-cli to version 0.2.21
31+
32+
from: https://github.com/jenkins-x/jx-gitops.git
33+
sha: 0d7b2b79647ec009e569bf32dd434906e9e8ac48
34+
gitHttpUrl: https://github.com/jenkins-x/jx-cli
35+
gitOwner: jenkins-x
36+
gitRepository: jx-cli
37+
name: '{{ .Chart.Name }}'
38+
version: 3.1.305
39+
status: {}
40+
41+
{{- end }}

charts/jx-cli/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
repository: gcr.io/jenkinsxio/jx-cli
3-
tag: 3.0.354
3+
tag: 3.1.305
44
pullPolicy: IfNotPresent
55

66
replicaCount: 1

0 commit comments

Comments
 (0)