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

Commit

Permalink
chore: release 3.1.350
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Mar 30, 2021
1 parent 905236d commit 577635b
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/jx-cli/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: jx-cli
description: Jenkins X next gen cloud CI / CD platform for Kubernetes
home: https://jenkins-x.io/
version: 0.0.1
version: 3.1.350
appVersion: 3.0.0
icon: https://jenkins-x.github.io/jenkins-x-website/img/profile.png
sources:
Expand Down
59 changes: 59 additions & 0 deletions charts/jx-cli/README.md
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 | [email protected] | |

## 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)
53 changes: 53 additions & 0 deletions charts/jx-cli/templates/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{{- if .Capabilities.APIVersions.Has "jenkins.io/v1/Release" }}
apiVersion: jenkins.io/v1
kind: Release
metadata:
creationTimestamp: "2021-03-30T15:09:29Z"
deletionTimestamp: null
name: '{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}'
spec:
commits:
- author:
email: [email protected]
name: jenkins-x-bot
branch: master
committer:
email: [email protected]
name: jenkins-x-bot
message: |
chore: upgrade jenkins-x/jx-cli to version 0.0.120
from: https://github.com/jenkins-x/jx-pipeline.git
sha: 5d8cf03ba5f86115638065bfaea543c9527db135
- author:
email: [email protected]
name: jenkins-x-bot
branch: master
committer:
email: [email protected]
name: jenkins-x-bot
message: |
chore: upgrade jenkins-x/jx-cli to version 0.0.30
from: https://github.com/jenkins-x/jx-application.git
sha: d9998055fad7cb817ccd481e4e891f17dcf3052f
- author:
email: [email protected]
name: root
branch: master
committer:
email: [email protected]
name: root
message: |
chore: upgrade jenkins-x/jx-cli to version 0.2.37
from: https://github.com/jenkins-x/jx-gitops.git
sha: c182d5c794559c8b3b9e06c6190871eefca6fb93
gitHttpUrl: https://github.com/jenkins-x/jx-cli
gitOwner: jenkins-x
gitRepository: jx-cli
name: '{{ .Chart.Name }}'
version: 3.1.350
status: {}

{{- end }}
2 changes: 1 addition & 1 deletion charts/jx-cli/values.yaml
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.350
pullPolicy: IfNotPresent

replicaCount: 1
Expand Down

0 comments on commit 577635b

Please sign in to comment.