diff --git a/charts/lfx-platform/Chart.lock b/charts/lfx-platform/Chart.lock index 7e63a41..707fd5d 100644 --- a/charts/lfx-platform/Chart.lock +++ b/charts/lfx-platform/Chart.lock @@ -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" diff --git a/charts/lfx-platform/Chart.yaml b/charts/lfx-platform/Chart.yaml index 844aa5d..1c2a77f 100644 --- a/charts/lfx-platform/Chart.yaml +++ b/charts/lfx-platform/Chart.yaml @@ -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 @@ -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 diff --git a/charts/lfx-platform/values.yaml b/charts/lfx-platform/values.yaml index 63d5307..c78427a 100644 --- a/charts/lfx-platform/values.yaml +++ b/charts/lfx-platform/values.yaml @@ -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: