Skip to content

Commit

Permalink
Update chart to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fydrah committed Jun 17, 2021
1 parent 8a20e71 commit 8b5882b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/loginapp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: v1.1.0
version: v1.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
4 changes: 2 additions & 2 deletions helm/loginapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ The following table lists the configurable parameters of the `loginapp` chart an
| env | Additionnal env vars <br> Example: <br> `LOGINAPP_XXXXXX: "value"` | `{}` |
| args | Additional args <br> Example: <br> `- "-v" # This is for debug logs` | `[]` |
| config.name | Application name, defaults to Release name | `` |
| config.secret | Application secret if empty, generate a random string please setup a real secret otherwise helm will generate a new secret at each deployment | `` |
| config.existingSecret | Application secret Use an existing secret for the loginapp secret and OIDC secret | `` |
| config.secret | if empty, generate a random string please setup a real secret otherwise helm will generate a new secret at each deployment | `` |
| config.clientID | OIDC Client ID | `"loginapp"` |
| config.clientSecret | OIDC Client secret | `""` |
| config.clientRedirectURL | OIDC Client redirect URL This must end with /callback if empty, defaults to: 1. '{{ .Values.ingress.hosts[0].host }}/callback' if 'ingress.enabled: true' and 'ingress.hosts[0]' exists 2. '{{ .Release.Name }}.{{ .Release.Namespace }}.svc:5555/callback' | `` |
Expand All @@ -89,7 +90,6 @@ The following table lists the configurable parameters of the `loginapp` chart an
| config.tls.altnames | Self singed certificat DNS names <br> Example: <br> `- loginapp.172.17.0.2.nip.io` | `[]` |
| config.tls.altIPs | Self signed certificat IPs | `[]` |
| config.clusters | List of kubernetes clusters to add on web frontend | `[]` |
| config.existingSecret | Use an existing secret for loginapp secret and OIDC secret | `` |
| configOverwrites | Configuration overrides, this is a free configuration merged with the previous generated configuration 'config'. Use this to add or overwrites values. <br> Example: <br> `oidc:` <br> `scopes: [openid,profile,email]` | `{}` |
| templates | Configuration overrides html templates content used by loginapp to display error and token pages <br> Example: <br> `templates:` <br> `token.html: |-` <br> `{{`<html>` <br> `<body>` <br> `<title>Hello token</title>` <br> `</body>` <br> `</html>`}}` | `{}` |
| dex.enabled | | `false` |
Expand Down

0 comments on commit 8b5882b

Please sign in to comment.