Skip to content

Commit

Permalink
Merge pull request #21 from jr0dd/main
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Sep 3, 2021
2 parents 965a150 + 440d681 commit b1a9c9b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -87,6 +87,7 @@ redis:
| authentik.postgresql.s3_backup.access_key | string | `""` | optional S3 backup, access key |
| authentik.postgresql.s3_backup.bucket | string | `""` | optional S3 backup, bucket |
| authentik.postgresql.s3_backup.host | string | `""` | optional S3 backup, host, including protocol (https://minio.domain.tld) |
| authentik.postgresql.s3_backup.insecure_skip_verify | bool | `false` | optional S3 backup, set to `true` to disable SSL certificate verification |
| authentik.postgresql.s3_backup.location | string | `"/"` | optional S3 backup, location in the bucket |
| authentik.postgresql.s3_backup.region | string | `""` | optional S3 backup, region |
| authentik.postgresql.s3_backup.secret_key | string | `""` | optional S3 backup, secret key |
Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/Chart.yaml
Expand Up @@ -16,7 +16,7 @@ keywords:
- ldap
- idp
- sp
version: 2.2.0
version: 2.2.1
appVersion: 2021.8.4
icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg
maintainers:
Expand Down
1 change: 1 addition & 0 deletions charts/authentik/README.md
Expand Up @@ -87,6 +87,7 @@ redis:
| authentik.postgresql.s3_backup.access_key | string | `""` | optional S3 backup, access key |
| authentik.postgresql.s3_backup.bucket | string | `""` | optional S3 backup, bucket |
| authentik.postgresql.s3_backup.host | string | `""` | optional S3 backup, host, including protocol (https://minio.domain.tld) |
| authentik.postgresql.s3_backup.insecure_skip_verify | bool | `false` | optional S3 backup, set to `true` to disable SSL certificate verification |
| authentik.postgresql.s3_backup.location | string | `"/"` | optional S3 backup, location in the bucket |
| authentik.postgresql.s3_backup.region | string | `""` | optional S3 backup, region |
| authentik.postgresql.s3_backup.secret_key | string | `""` | optional S3 backup, secret key |
Expand Down
2 changes: 2 additions & 0 deletions charts/authentik/values.yaml
Expand Up @@ -91,6 +91,8 @@ authentik:
# -- optional S3 backup, location in the bucket
# @default -- `"/"`
location: ""
# -- optional S3 backup, set to `true` to disable SSL certificate verification
insecure_skip_verify: false
redis:
# -- set the redis hostname to talk to
# @default -- `{{ .Release.Name }}-redis-master`
Expand Down

0 comments on commit b1a9c9b

Please sign in to comment.