Skip to content

Commit

Permalink
Fix helm install command (#106)
Browse files Browse the repository at this point in the history
Co-authored-by: James Elliott <[email protected]>
  • Loading branch information
sturman and james-d-elliott authored Oct 3, 2021
1 parent 5d4f6b7 commit 4280ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/authelia/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: authelia
version: 0.6.1
version: 0.6.2
kubeVersion: ">= 1.13.0-0"
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/authelia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ See the [official migration documentation](https://www.authelia.com/docs/configu
1. Visit https://charts.authelia.com and follow the instructions to install the chart repo.
2. Configure the chart by setting the various [parameters](#parameters), either in a locally downloaded values.yaml or
in the next step.
3. Install the chart with `helm install authelia/authelia` and optionally set your values with `--values values.yaml` or
3. Install the chart with `helm install authelia authelia/authelia` and optionally set your values with `--values values.yaml` or
via `--set [parameter]=[value]`.

## Values Files
Expand Down

0 comments on commit 4280ebd

Please sign in to comment.