Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Nov 6, 2023
1 parent cbb41cd commit 356711a
Show file tree
Hide file tree
Showing 6 changed files with 6,508 additions and 2,028 deletions.
10 changes: 5 additions & 5 deletions cluster/base/01_authentik/authentik.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
spec:
# renovate: registryUrl=https://charts.goauthentik.io/
chart: authentik
version: 2.1.0
version: 2023.10.2
sourceRef:
kind: HelmRepository
name: authentik
Expand All @@ -18,13 +18,13 @@ spec:
releaseName: authentik
values:
image:
repository: goauthentik.io/dev-server
tag: gh-master
repository: ghcr.io/goauthentik/dev-server
tag: gh-next-arm64
pullPolicy: Always
ingress:
enabled: true
hosts:
- host: ak.PLACEHOLDER_DOMAIN
- host: ak.127.0.0.1.xip.io
paths:
- path: "/"
pathType: Prefix
Expand All @@ -43,7 +43,7 @@ spec:
log_level: debug
secret_key: "PLACEHOLDER_PASSWORD"
outposts:
container_image_base: goauthentik.io/dev-%(type)s:gh-%(build_hash)s
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s-arm64
env:
# https://goauthentik.io/docs/installation/automated-install
AK_ADMIN_PASS: "PLACEHOLDER_PASSWORD"
Expand Down
2 changes: 1 addition & 1 deletion cluster/base/02_whoami/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: whoami
spec:
rules:
- host: whoami.PLACEHOLDER_DOMAIN
- host: whoami.127.0.0.1.xip.io
http:
paths:
- backend:
Expand Down
Loading

0 comments on commit 356711a

Please sign in to comment.