Skip to content

Commit

Permalink
chore: release 0.0.178
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Jun 30, 2021
1 parent 0f7b9df commit c7fc4fa
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/jx-git-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: jx-git-operator
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
version: 0.0.178
icon: https://avatars2.githubusercontent.com/u/47602533
appVersion: 0.0.88
43 changes: 42 additions & 1 deletion charts/jx-git-operator/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,42 @@
# JX Git Operator
# jx-git-operator

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.88](https://img.shields.io/badge/AppVersion-0.0.88-informational?style=flat-square)

A Helm chart for Kubernetes

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| bootServiceAccount.annotations | object | `{}` | |
| bootServiceAccount.enabled | bool | `false` | |
| env.POLL_DURATION | string | `"20s"` | |
| envFrom[0].secretRef.name | string | `"jx-boot-job-env-vars"` | |
| envFrom[0].secretRef.optional | bool | `true` | |
| fullnameOverride | string | `""` | |
| gitInitCommands | string | `"echo 'no custom git initialisation scripts'"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"gcr.io/jenkinsxio/jx-git-operator"` | |
| image.tag | string | `"latest"` | |
| jx.releaseCRD | bool | `false` | |
| jxBootJobEnvVarSecrets | object | `{}` | |
| nameOverride | string | `""` | |
| ociRegistries | list | `[]` | |
| password | string | `""` | |
| podAnnotations | object | `{}` | |
| rbac.cluster | bool | `true` | |
| rbac.strict | bool | `false` | |
| replicaCount | int | `1` | |
| resources.limits.cpu | string | `"100m"` | |
| resources.limits.memory | string | `"256Mi"` | |
| resources.requests.cpu | string | `"80m"` | |
| resources.requests.memory | string | `"128Mi"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `"jx-git-operator"` | |
| terminationGracePeriodSeconds | int | `30` | |
| url | string | `""` | |
| username | string | `""` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0)
4 changes: 2 additions & 2 deletions charts/jx-git-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ rbac:
strict: false

image:
repository: gcr.io/jenkinsxio/jx-git-operator
tag: "latest"
repository: ghcr.io/jenkins-x/jx-git-operator
tag: 0.0.178
pullPolicy: IfNotPresent

replicaCount: 1
Expand Down

0 comments on commit c7fc4fa

Please sign in to comment.