Skip to content

Commit

Permalink
chore: release 0.0.80
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Oct 20, 2022
1 parent e666062 commit dc5908a
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 14 deletions.
4 changes: 2 additions & 2 deletions charts/jx-kh-check/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: jx-kh-check
description: Jenkins X next gen cloud CI / CD platform for Kubernetes
home: https://jenkins-x.io/
version: 0.0.1
appVersion: 3.0.0
version: 0.0.80
appVersion: 0.0.80
icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-website/master/images/logo/jenkinsx-icon-color.svg
sources:
- https://github.com/jenkins-x-plugins/jx-kh-check
Expand Down
73 changes: 73 additions & 0 deletions charts/jx-kh-check/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
# jx-kh-check

![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-plugins/jx-kh-check>

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| check.podRestarts.allNamespaces | bool | `true` | |
| check.podRestarts.enabled | bool | `false` | |
| check.podRestarts.extraEnvs.MAX_FAILURES_ALLOWED | string | `"10"` | |
| check.podRestarts.image.repository | string | `"ghcr.io/jenkins-x/pod-restarts-check"` | |
| check.podRestarts.nodeSelector | object | `{}` | |
| check.podRestarts.resources.requests.cpu | string | `"10m"` | |
| check.podRestarts.resources.requests.memory | string | `"50Mi"` | |
| check.podRestarts.runInterval | string | `"5m"` | |
| check.podRestarts.timeout | string | `"10m"` | |
| check.podRestarts.tolerations | list | `[]` | |
| example.enabled | bool | `false` | |
| example.image.repository | string | `"ghcr.io/jenkins-x/example"` | |
| example.runInterval | string | `"30s"` | |
| example.timeout | string | `"2m"` | |
| image.tag | string | `"0.0.0"` | |
| jxBotToken.enabled | bool | `false` | |
| jxBotToken.gitProvider | string | `nil` | |
| jxBotToken.image.repository | string | `"ghcr.io/jenkins-x/jx-bot-token"` | |
| jxBotToken.runInterval | string | `"5m"` | |
| jxBotToken.timeout | string | `"2m"` | |
| jxInstall.enabled | bool | `false` | |
| jxInstall.image.repository | string | `"ghcr.io/jenkins-x/jx-install"` | |
| jxInstall.runInterval | string | `"90s"` | |
| jxInstall.timeout | string | `"2m"` | |
| jxPodStatus.cluster.enabled | bool | `false` | |
| jxPodStatus.enabled | bool | `false` | |
| jxPodStatus.image.repository | string | `"ghcr.io/jenkins-x/jx-pod-status"` | |
| jxPodStatus.runInterval | string | `"5m"` | |
| jxPodStatus.timeout | string | `"15m"` | |
| jxSecrets.cluster.enabled | bool | `false` | |
| jxSecrets.enabled | bool | `false` | |
| jxSecrets.image.repository | string | `"ghcr.io/jenkins-x/jx-secrets"` | |
| jxSecrets.runInterval | string | `"60s"` | |
| jxSecrets.timeout | string | `"5m"` | |
| jxWebhookEvents.enabled | bool | `false` | |
| jxWebhookEvents.image.repository | string | `"ghcr.io/jenkins-x/jx-webhook-events"` | |
| jxWebhookEvents.runInterval | string | `"5m"` | |
| jxWebhookEvents.timeout | string | `"2m"` | |
| jxWebhooks.enabled | bool | `false` | |
| jxWebhooks.image.repository | string | `"ghcr.io/jenkins-x/jx-webhooks"` | |
| jxWebhooks.runInterval | string | `"90s"` | |
| jxWebhooks.timeout | string | `"2m"` | |
| securityContext.allowPrivilegeEscalation | bool | `false` | |
| securityContext.enabled | bool | `true` | |
| securityContext.fsGroup | int | `999` | |
| securityContext.readOnlyRootFilesystem | bool | `true` | |
| securityContext.runAsNonRoot | bool | `true` | |
| securityContext.runAsUser | int | `999` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0)
16 changes: 4 additions & 12 deletions charts/jx-kh-check/values.yaml
Original file line number Diff line number Diff line change
@@ -1,42 +1,37 @@
image:
tag: 0.0.0

image:
tag: 0.0.80
repository: ghcr.io/jenkins-x/jx-kh-check
example:
enabled: false
image:
repository: ghcr.io/jenkins-x/example
runInterval: 30s # The interval that Kuberhealthy will run your check on
timeout: 2m # After this much time, Kuberhealthy will kill your check and consider it "failed"

jxWebhooks:
enabled: false
image:
repository: ghcr.io/jenkins-x/jx-webhooks
runInterval: 90s # The interval that Kuberhealthy will run your check on
timeout: 2m # After this much time, Kuberhealthy will kill your check and consider it "failed"

jxWebhookEvents:
enabled: false
image:
repository: ghcr.io/jenkins-x/jx-webhook-events
runInterval: 5m # The interval that Kuberhealthy will run your check on
timeout: 2m # After this much time, Kuberhealthy will kill your check and consider it "failed"

jxInstall:
enabled: false
image:
repository: ghcr.io/jenkins-x/jx-install
runInterval: 90s # The interval that Kuberhealthy will run your check on
timeout: 2m # After this much time, Kuberhealthy will kill your check and consider it "failed"

jxBotToken:
enabled: false
image:
repository: ghcr.io/jenkins-x/jx-bot-token
runInterval: 5m # The interval that Kuberhealthy will run your check on
timeout: 2m # After this much time, Kuberhealthy will kill your check and consider it "failed"
gitProvider:

jxPodStatus:
enabled: false
image:
Expand All @@ -45,7 +40,6 @@ jxPodStatus:
timeout: 15m # After this much time, Kuberhealthy will kill your check and consider it "failed"
cluster:
enabled: false

# the upstream uses a check indentation so keeping it here for this check so we dont need to change the helm template
# When enabled equals to true, runAsUser and fsGroup will be
# included to all khchecks as specified below.
Expand All @@ -56,7 +50,6 @@ securityContext:
fsGroup: 999
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true

check:
podRestarts:
enabled: false
Expand All @@ -77,12 +70,11 @@ check:
requests:
cpu: 10m
memory: 50Mi

jxSecrets:
enabled: false
image:
repository: ghcr.io/jenkins-x/jx-secrets
runInterval: 60s # The interval that Kuberhealthy will run your check on
timeout: 5m # After this much time, Kuberhealthy will kill your check and consider it "failed"
cluster:
enabled: false
enabled: false

0 comments on commit dc5908a

Please sign in to comment.