From 7a3767026651a808fd1c00140ec4208d85ceee61 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot-test Date: Fri, 19 Mar 2021 05:50:56 +0000 Subject: [PATCH] chore: release 3.1.326 --- charts/jx-cli/Chart.yaml | 2 +- charts/jx-cli/README.md | 59 ++++++++++++++++++++++++++++ charts/jx-cli/templates/release.yaml | 43 ++++++++++++++++++++ charts/jx-cli/values.yaml | 2 +- 4 files changed, 104 insertions(+), 2 deletions(-) create mode 100644 charts/jx-cli/README.md create mode 100644 charts/jx-cli/templates/release.yaml diff --git a/charts/jx-cli/Chart.yaml b/charts/jx-cli/Chart.yaml index c1f60ed8..11a8ccfa 100644 --- a/charts/jx-cli/Chart.yaml +++ b/charts/jx-cli/Chart.yaml @@ -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.326 appVersion: 3.0.0 icon: https://jenkins-x.github.io/jenkins-x-website/img/profile.png sources: diff --git a/charts/jx-cli/README.md b/charts/jx-cli/README.md new file mode 100644 index 00000000..76a7a3f9 --- /dev/null +++ b/charts/jx-cli/README.md @@ -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:** + +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| Jenkins X Team | jenkins-x@googlegroups.com | | + +## Source Code + +* + +## 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) diff --git a/charts/jx-cli/templates/release.yaml b/charts/jx-cli/templates/release.yaml new file mode 100644 index 00000000..75f30b45 --- /dev/null +++ b/charts/jx-cli/templates/release.yaml @@ -0,0 +1,43 @@ +{{- if .Capabilities.APIVersions.Has "jenkins.io/v1/Release" }} +apiVersion: jenkins.io/v1 +kind: Release +metadata: + creationTimestamp: "2021-03-19T05:50:56Z" + 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: free disk space + sha: 3617b4be6d01cf17cc3f23445ae25f98e8199300 + - author: + email: 27856297+dependabot-preview[bot]@users.noreply.github.com + name: dependabot-preview[bot] + branch: master + committer: + email: noreply@github.com + name: GitHub + message: |- + chore(deps): bump github.com/jenkins-x/jx-helpers/v3 + + Bumps [github.com/jenkins-x/jx-helpers/v3](https://github.com/jenkins-x/jx-helpers) from 3.0.89 to 3.0.90. + - [Release notes](https://github.com/jenkins-x/jx-helpers/releases) + - [Commits](https://github.com/jenkins-x/jx-helpers/compare/v3.0.89...v3.0.90) + + Signed-off-by: dependabot-preview[bot] + sha: baa106b65fd8c153bb4d8df2e338fa360b5a3549 + gitHttpUrl: https://github.com/jenkins-x/jx-cli + gitOwner: jenkins-x + gitRepository: jx-cli + name: '{{ .Chart.Name }}' + version: 3.1.326 +status: {} + +{{- end }} diff --git a/charts/jx-cli/values.yaml b/charts/jx-cli/values.yaml index 729adfdc..7d0c3647 100644 --- a/charts/jx-cli/values.yaml +++ b/charts/jx-cli/values.yaml @@ -1,6 +1,6 @@ image: repository: gcr.io/jenkinsxio/jx-cli - tag: 3.0.354 + tag: 3.1.326 pullPolicy: IfNotPresent replicaCount: 1