Skip to content

Commit

Permalink
feat(security-apps): upgrade dex Helm Chart to 0.6.* (adfinis#360)
Browse files Browse the repository at this point in the history
feat(security-apps): upgrade dex Helm chart to 0.6.3
  • Loading branch information
vmaillot committed Sep 9, 2021
1 parent db98e00 commit bd8c422
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/security-apps/Chart.yaml
Expand Up @@ -3,8 +3,8 @@ name: security-apps
description: Argo CD app-of-apps config for security applications
type: application
# version and appVersion are in sync in this chart!
version: 0.27.0
appVersion: 0.27.0
version: 0.28.0
appVersion: 0.28.0
home: https://github.com/adfinis-sygroup/helm-charts/tree/master/charts/security-apps
sources:
- https://github.com/adfinis-sygroup/helm-charts
Expand Down
4 changes: 2 additions & 2 deletions charts/security-apps/README.md
@@ -1,6 +1,6 @@
# security-apps

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

Argo CD app-of-apps config for security applications

Expand Down Expand Up @@ -28,7 +28,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk
| dex.destination.namespace | string | `"infra-dex"` | Namespace |
| dex.enabled | bool | `false` | Enable dex |
| dex.repoURL | string | [repo](https://charts.dexidp.io) | Repo URL |
| dex.targetRevision | string | `"0.5.*"` | [dex Helm chart](https://github.com/dexidp/helm-charts/tree/master/charts/dex/) version |
| dex.targetRevision | string | `"0.6.*"` | [dex Helm chart](https://github.com/dexidp/helm-charts/tree/master/charts/dex/) version |
| dex.values | object | [upstream values](https://github.com/dexidp/helm-charts/tree/master/charts/dex/values.yaml) | Helm values |
| falco | object | - | [falco](https://github.com/falcosecurity/falco/) ([example](./examples/falco.yaml)) |
| falco.chart | string | `"falco"` | Chart |
Expand Down
2 changes: 1 addition & 1 deletion charts/security-apps/values.yaml
Expand Up @@ -13,7 +13,7 @@ dex:
# dex.chart -- Chart
chart: "dex"
# dex.targetRevision -- [dex Helm chart](https://github.com/dexidp/helm-charts/tree/master/charts/dex/) version
targetRevision: "0.5.*"
targetRevision: "0.6.*"
# dex.values -- Helm values
# @default -- [upstream values](https://github.com/dexidp/helm-charts/tree/master/charts/dex/values.yaml)
values: {}
Expand Down

0 comments on commit bd8c422

Please sign in to comment.