Skip to content

Commit

Permalink
feat: Update sso-cdn to release
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Mar 27, 2024
1 parent 362d30c commit 6f50414
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
AUTHENTIK_STORAGE__MEDIA__S3__BUCKET_NAME: "{{ .authentik_AWS_BUCKET_NAME }}"
AUTHENTIK_STORAGE__MEDIA__S3__REGION: "{{ .authentik_AWS_REGION }}"
AUTHENTIK_STORAGE__MEDIA__S3__ENDPOINT: "{{ .authentik_S3_ENDPOINT }}"
AUTHENTIK_STORAGE__MEDIA__S3__CUSTOM_DOMAIN: "{{ .authentik_S3_CUSTOM_ENDPOINT }}"

AUTHENTIK_BOOTSTRAP_EMAIL: "{{ .authentik_BOOTSTRAP_EMAIL }}"
AUTHENTIK_BOOTSTRAP_PASSWORD: "{{ .authentik_BOOTSTRAP_PASSWORD }}"
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/main/apps/security/authentik/cdn/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
main:
image:
repository: ghcr.io/szinn/s3-cdn
tag: latest@sha256:c237637eab22d7f0605b8c48066bc2b91f302de87f8a3d0c5d4140aeed07f593
tag: 0.2.0
pullPolicy: Always
args:
- server
Expand All @@ -55,7 +55,7 @@ spec:
enabled: true
className: nginx
annotations:
ingress.home.arpa/type: "internal"
ingress.home.arpa/type: external
hosts:
- host: "{{ .Release.Name }}.${SECRET_DOMAIN_NAME}"
paths:
Expand Down

0 comments on commit 6f50414

Please sign in to comment.