Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions charts/lfx-platform/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@ dependencies:
version: 0.1.1
- name: lfx-v2-meeting-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-meeting-service/chart
version: 0.4.17
version: 0.4.21
- name: lfx-v2-mailing-list-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-mailing-list-service/chart
version: 0.1.0
- name: lfx-v2-auth-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-auth-service/chart
version: 0.2.7
digest: sha256:1e688d097a18c51922ef8ba33c972f63d71901f43b02cf705578cfc1b222fe6a
generated: "2025-10-15T11:15:50.257162-07:00"
digest: sha256:1daf569a063416acbb7494e7713ffdd306dbe9cbf18a1b9ead288633a9fba088
generated: "2025-10-22T16:06:28.297515+05:30"
6 changes: 5 additions & 1 deletion charts/lfx-platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apiVersion: v2
name: lfx-platform
description: LFX Platform v2 Helm chart
type: application
version: 0.3.3
version: 0.3.4
icon: https://github.com/linuxfoundation/lfx-v2-helm/raw/main/img/lfx-logo-color.svg
dependencies:
- name: traefik
Expand Down Expand Up @@ -80,6 +80,10 @@ dependencies:
repository: oci://ghcr.io/linuxfoundation/lfx-v2-meeting-service/chart
version: ~0.4.0
condition: lfx-v2-meeting-service.enabled
- name: lfx-v2-mailing-list-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-mailing-list-service/chart
version: ~0.1.0
condition: lfx-v2-mailing-list-service.enabled
- name: lfx-v2-auth-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-auth-service/chart
version: ~0.2.7
Expand Down
5 changes: 5 additions & 0 deletions charts/lfx-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,11 @@ lfx-v2-meeting-service:
annotations:
reloader.stakater.com/auto: "true"

lfx-v2-mailing-list-service:
enabled: true
lfx:
domain: k8s.orb.local

lfx-v2-auth-service:
enabled: true
lfx:
Expand Down