Skip to content
Merged
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
13 changes: 8 additions & 5 deletions charts/lfx-platform/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
version: 1.0.0
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.18.4
version: v1.18.5
- name: trust-manager
repository: https://charts.jetstack.io
version: v0.18.0
Expand All @@ -37,13 +37,13 @@ dependencies:
version: 0.4.9
- name: lfx-v2-project-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-project-service/chart
version: 0.5.5
version: 0.5.6
- name: lfx-v2-fga-sync
repository: oci://ghcr.io/linuxfoundation/lfx-v2-fga-sync/chart
version: 0.2.12
- name: lfx-v2-access-check
repository: oci://ghcr.io/linuxfoundation/lfx-v2-access-check/chart
version: 0.2.5
version: 0.2.6
- name: lfx-v2-indexer-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-indexer-service/chart
version: 0.4.14
Expand All @@ -61,6 +61,9 @@ dependencies:
version: 0.3.4
- name: lfx-v2-voting-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-voting-service/chart
version: 0.1.5
- name: lfx-v2-survey-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-survey-service/chart
version: 0.1.0
digest: sha256:aca5612c36fda7f5fa278584535cb98d05a0b1a1dcf18cb96de6cd46e22bf4ad
generated: "2026-01-29T11:24:51.297707-08:00"
digest: sha256:4c07a55ece4039bd71d1372e0b9271153003c71063ed7b7d9e85051474b4255d
generated: "2026-02-04T13:43:15.220177-08:00"
4 changes: 4 additions & 0 deletions charts/lfx-platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,7 @@ dependencies:
repository: oci://ghcr.io/linuxfoundation/lfx-v2-voting-service/chart
version: ~0.1.0
condition: lfx-v2-voting-service.enabled
- name: lfx-v2-survey-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-survey-service/chart
version: ~0.1.0
condition: lfx-v2-survey-service.enabled
9 changes: 9 additions & 0 deletions charts/lfx-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,15 @@ lfx-v2-voting-service:
annotations:
reloader.stakater.com/auto: "true"

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

# Enable reloader to restart pods when ConfigMap or Secrets change
annotations:
reloader.stakater.com/auto: "true"

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