Skip to content

Commit 7889019

Browse files
committed
Merge branch 'main' of ssh://github.com/linuxfoundation/lfx-v2-helm into andrest50/past-meeting-artifacts
2 parents 1848aad + 3dbd52c commit 7889019

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

.cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"contextualizers",
1010
"crds",
1111
"dadrus",
12+
"daemonset",
1213
"dbname",
1314
"finalizer",
1415
"gelf",

charts/lfx-platform/Chart.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies:
44
version: 36.2.0
55
- name: openfga
66
repository: https://openfga.github.io/helm-charts
7-
version: 0.2.43
7+
version: 0.2.44
88
- name: heimdall
99
repository: oci://ghcr.io/dadrus/heimdall/chart
1010
version: 0.15.8
@@ -37,7 +37,7 @@ dependencies:
3737
version: 0.4.6
3838
- name: lfx-v2-project-service
3939
repository: oci://ghcr.io/linuxfoundation/lfx-v2-project-service/chart
40-
version: 0.4.3
40+
version: 0.4.4
4141
- name: lfx-v2-fga-sync
4242
repository: oci://ghcr.io/linuxfoundation/lfx-v2-fga-sync/chart
4343
version: 0.2.3
@@ -49,6 +49,6 @@ dependencies:
4949
version: 0.4.4
5050
- name: lfx-v2-auth-service
5151
repository: oci://ghcr.io/linuxfoundation/lfx-v2-auth-service/chart
52-
version: 0.2.1
53-
digest: sha256:4910bb2ac9c059bb3e4beb5067ba6bcca6e7f9b2c76ce91897a7e68d85c680d6
54-
generated: "2025-09-29T12:29:27.911893-03:00"
52+
version: 0.2.2
53+
digest: sha256:e5fbbfdae4b632143a36ed0e54d214030e771ad83d11f28de015c2d52400fe33
54+
generated: "2025-10-02T09:09:29.437084-03:00"

charts/lfx-platform/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ dependencies:
7474
condition: lfx-v2-indexer-service.enabled
7575
- name: lfx-v2-auth-service
7676
repository: oci://ghcr.io/linuxfoundation/lfx-v2-auth-service/chart
77-
version: ~0.2.1
77+
version: ~0.2.2
7878
condition: lfx-v2-auth-service.enabled

charts/lfx-platform/values.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,3 +551,14 @@ lfx-v2-auth-service:
551551
## https://github.com/linuxfoundation/lfx-v2-auth-service?tab=readme-ov-file#auth0-configuration
552552
USER_REPOSITORY_TYPE:
553553
value: mock
554+
# Authelia configuration
555+
## Required when using "authelia" repository type
556+
## For more information, see the [Local Development Support documentation](https://github.com/linuxfoundation/lfx-v2-auth-service/blob/main/README.md#local-development-support)
557+
AUTHELIA_CONFIGMAP_NAME:
558+
value: authelia-users
559+
AUTHELIA_CONFIGMAP_NAMESPACE:
560+
value: lfx
561+
AUTHELIA_DAEMONSET_NAME:
562+
value: lfx-platform-authelia
563+
AUTHELIA_SECRET_NAME:
564+
value: authelia-users

0 commit comments

Comments
 (0)