Skip to content

Commit

Permalink
SYS-600 fix authelia helm chart default values; fix for issue #44
Browse files Browse the repository at this point in the history
  • Loading branch information
instantlinux committed Feb 17, 2023
1 parent ac6a01a commit 482ee23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions images/samba-dc/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ for file in /etc/samba/smb.conf /etc/samba/conf.d/netlogon.conf \
/etc/samba/conf.d/sysvol.conf; do
sed -e "s:{{ ALLOW_DNS_UPDATES }}:$ALLOW_DNS_UPDATES:" \
-e "s:{{ BIND_INTERFACES_ONLY }}:$BIND_INTERFACES_ONLY:" \
-e "s:{{ DNS_FORWARDER }}:$DNS_FORWARDER:" \
-e "s:{{ DOMAIN_LOGONS }}:$DOMAIN_LOGONS:" \
-e "s:{{ DOMAIN_MASTER }}:$DOMAIN_MASTER:" \
-e "s+{{ INTERFACES }}+$INTERFACES+" \
Expand Down
2 changes: 1 addition & 1 deletion k8s/helm/authelia/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sources:
- https://github.com/instantlinux/docker-tools
- https://github.com/authelia/authelia
type: application
version: 0.1.4
version: 0.1.5
appVersion: "4.37.5"
dependencies:
- name: chartlib
Expand Down
4 changes: 2 additions & 2 deletions k8s/helm/authelia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ mysql:
username: authelia
session:
domain: example.com
expiration: 1209600000
inactivity: 300000
expiration: 2w
inactivity: 5m
smtp:
host: smtp.gmail.com
port: 587
Expand Down

0 comments on commit 482ee23

Please sign in to comment.