Skip to content

Commit

Permalink
chore(infra-apps): bump cert-manager version to 1.1.* (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
tongpu authored Nov 24, 2020
1 parent e309b27 commit 4b3fd1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/infra-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: infra-apps
description: Argo CD app-of-apps config for infrastructure components
type: application
# version and appVersion are in sync in this chart!
version: 0.1.2
appVersion: 0.1.0
version: 0.2.0
appVersion: 0.2.0
home: https://github.com/adfinis-sygroup/helm-charts/tree/master/charts/infra-apps
sources:
- https://github.com/adfinis-sygroup/helm-charts
Expand Down
4 changes: 2 additions & 2 deletions charts/infra-apps/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# infra-apps

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

Argo CD app-of-apps config for infrastructure components

Expand Down Expand Up @@ -35,7 +35,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk
| certManager.destination.namespace | string | `"infra-certManager"` | Namespace |
| certManager.enabled | bool | `false` | Enable cert-manager |
| certManager.repoURL | string | [repo](https://charts.jetstack.io) | Repo URL |
| certManager.targetRevision | string | `"1.0.*"` | [cert-manager Helm chart](https://github.com/jetstack/cert-manager/tree/master/deploy/charts/cert-manager) version |
| certManager.targetRevision | string | `"1.1.*"` | [cert-manager Helm chart](https://github.com/jetstack/cert-manager/tree/master/deploy/charts/cert-manager) version |
| certManager.values | object | [upstream values](https://github.com/jetstack/cert-manager/blob/master/deploy/charts/cert-manager/values.yaml) | Helm values |
| ingressNginx | object | [example](./examples/nginx-ingress.yaml) | [NGINX Ingress Controller](https://kubernetes.github.io/ingress-nginx/) |
| ingressNginx.chart | string | `"ingress-nginx"` | Chart |
Expand Down
2 changes: 1 addition & 1 deletion charts/infra-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ certManager:
# certManager.chart -- Chart
chart: "cert-manager"
# certManager.targetRevision -- [cert-manager Helm chart](https://github.com/jetstack/cert-manager/tree/master/deploy/charts/cert-manager) version
targetRevision: '1.0.*'
targetRevision: '1.1.*'
# certManager.values -- Helm values
# @default -- [upstream values](https://github.com/jetstack/cert-manager/blob/master/deploy/charts/cert-manager/values.yaml)
values: {}
Expand Down

0 comments on commit 4b3fd1a

Please sign in to comment.