Skip to content

Commit

Permalink
chore: release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Aug 25, 2021
1 parent 6ca2d0d commit 780098c
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 10 deletions.
10 changes: 5 additions & 5 deletions charts/kuberhealthy-terraform-drift-check/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: v2
name: kuberhealthy-terraform-drift-check
description: Jenkins X next gen cloud CI / CD platform for Kubernetes
home: https://jenkins-x.io/
version: 0.0.1
appVersion: 0.0.1
version: 0.1.3
appVersion: 0.1.3
icon: https://jenkins-x.github.io/jenkins-x-website/img/profile.png
sources:
- https://github.com/jenkins-x-plugins/kuberhealthy-terraform-drift-check
- https://github.com/jenkins-x-plugins/kuberhealthy-terraform-drift-check
maintainers:
- name: Jenkins X Team
email: [email protected]
- name: Jenkins X Team
email: [email protected]
36 changes: 36 additions & 0 deletions charts/kuberhealthy-terraform-drift-check/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# kuberhealthy-terraform-drift-check

![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-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/kuberhealthy-terraform-drift-check>

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| terraformHealth.enabled | bool | `true` | |
| terraformHealth.env | list | `[]` | |
| terraformHealth.git.url | string | `""` | |
| terraformHealth.git.username | string | `""` | |
| terraformHealth.image.repository | string | `"gcr.io/jenkinsxio/kuberhealthy-terraform-drift-check"` | |
| terraformHealth.image.tag | string | `"latest"` | |
| terraformHealth.runInterval | string | `"30m"` | |
| terraformHealth.secretEnv | string | `nil` | |
| terraformHealth.serviceAccountAnnotations | object | `{}` | |
| terraformHealth.serviceAccountName | string | `""` | |
| terraformHealth.timeout | string | `"10m"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0)
Binary file not shown.
13 changes: 8 additions & 5 deletions charts/kuberhealthy-terraform-drift-check/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ terraformHealth:
url: ""
username: ""
secretEnv:
# GIT_TOKEN: # (Mandatory) Token to authenticate to .Values.git.url
# ARM_CLIENT_SECRET: # (Optional) For Azure RM Terraform Provider
# ARM_SUBSCRIPTION_ID: # (Optional) For Azure RM Terraform Provider
# ARM_CLIENT_ID: # (Optional) For Azure RM Terraform Provider
# ARM_TENANT_ID: # (Optional) For Azure RM Terraform Provider
# GIT_TOKEN: # (Mandatory) Token to authenticate to .Values.git.url
# ARM_CLIENT_SECRET: # (Optional) For Azure RM Terraform Provider
# ARM_SUBSCRIPTION_ID: # (Optional) For Azure RM Terraform Provider
# ARM_CLIENT_ID: # (Optional) For Azure RM Terraform Provider
# ARM_TENANT_ID: # (Optional) For Azure RM Terraform Provider
serviceAccountName: ""
serviceAccountAnnotations: {}
env: []
image:
repository: ghcr.io/jenkins-x/kuberhealthy-terraform-drift-check
tag: 0.1.3

0 comments on commit 780098c

Please sign in to comment.