Skip to content

Commit

Permalink
dex: bump appVersion to 0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nandor Kracser <[email protected]>
  • Loading branch information
bonifaido committed Mar 18, 2020
1 parent 4670640 commit 5b2cfaf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dex/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dex
version: 0.2.0
appVersion: 0.5.0
version: 0.3.0
appVersion: 0.6.0
description: OpenID Connect Identity (OIDC) and OAuth 2.0 Provider with Pluggable Connectors
icon: https://raw.githubusercontent.com/dexidp/dex/master/Documentation/logos/dex-glyph-color.png
apiVersion: v1
Expand Down
6 changes: 3 additions & 3 deletions dex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ helm install --name dex banzaicloud-stable/dex

## Configuration

The following tables lists configurable parameters of the dex chart and their default values.
The following table lists configurable parameters of the dex chart and their default values.

| Parameter | Description | Default |
| ----------------------------------- | ------------------------------------------- | -----------------------------------------|
|image |dex image |quay.io/dexidp/dex |
|imageTag |image tag |master |
|image |dex image |banzaicloud/dex-shim |
|imageTag |image tag |0.6.0 |
|imagePullPolicy |image pull policy |IfNotPresent |
|replicas |number of replicas |1 |
|postgresql.enabled |deploy postgresql |true |
Expand Down
2 changes: 1 addition & 1 deletion dex/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# name: value

image: banzaicloud/dex-shim
imageTag: "0.5.0"
imageTag: "0.6.0"
imagePullPolicy: "IfNotPresent"

replicas: 1
Expand Down

0 comments on commit 5b2cfaf

Please sign in to comment.