Skip to content

Commit 86fc486

Browse files
authored
Merge pull request #70 from linuxfoundation/agaete/reloader
COPS-111 fix: place reloader annotation under metadata and add to meeting_service
2 parents 0c561c3 + cf3795a commit 86fc486

File tree

3 files changed

+19
-14
lines changed

3 files changed

+19
-14
lines changed

charts/lfx-platform/Chart.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ dependencies:
44
version: 36.2.0
55
- name: openfga
66
repository: https://openfga.github.io/helm-charts
7-
version: 0.2.44
7+
version: 0.2.45
88
- name: heimdall
99
repository: oci://ghcr.io/dadrus/heimdall/chart
1010
version: 0.15.8
1111
- name: nats
1212
repository: https://nats-io.github.io/k8s/helm/charts/
13-
version: 1.3.14
13+
version: 1.3.15
1414
- name: opensearch
1515
repository: https://opensearch-project.github.io/helm-charts/
1616
version: 2.34.0
@@ -28,7 +28,7 @@ dependencies:
2828
version: 1.0.0
2929
- name: cert-manager
3030
repository: https://charts.jetstack.io
31-
version: v1.18.2
31+
version: v1.18.3
3232
- name: trust-manager
3333
repository: https://charts.jetstack.io
3434
version: v0.18.0
@@ -52,9 +52,9 @@ dependencies:
5252
version: 0.1.1
5353
- name: lfx-v2-meeting-service
5454
repository: oci://ghcr.io/linuxfoundation/lfx-v2-meeting-service/chart
55-
version: 0.1.1
55+
version: 0.4.17
5656
- name: lfx-v2-auth-service
5757
repository: oci://ghcr.io/linuxfoundation/lfx-v2-auth-service/chart
5858
version: 0.2.7
59-
digest: sha256:f257d04b41319d0d2965ad899e79593afeb766a94dac16333f340db972fb9782
60-
generated: "2025-10-10T13:37:19.358619-03:00"
59+
digest: sha256:1e688d097a18c51922ef8ba33c972f63d71901f43b02cf705578cfc1b222fe6a
60+
generated: "2025-10-15T11:15:50.257162-07:00"

charts/lfx-platform/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apiVersion: v2
55
name: lfx-platform
66
description: LFX Platform v2 Helm chart
77
type: application
8-
version: 0.3.2
8+
version: 0.3.3
99
icon: https://github.com/linuxfoundation/lfx-v2-helm/raw/main/img/lfx-logo-color.svg
1010
dependencies:
1111
- name: traefik
@@ -14,11 +14,11 @@ dependencies:
1414
condition: traefik.enabled
1515
- name: openfga
1616
repository: https://openfga.github.io/helm-charts
17-
version: ~0.2.38
17+
version: ~0.2.39
1818
condition: openfga.enabled
1919
- name: heimdall
2020
repository: oci://ghcr.io/dadrus/heimdall/chart
21-
version: ~0.15.7
21+
version: ~0.15.8
2222
condition: heimdall.enabled
2323
- name: nats
2424
repository: https://nats-io.github.io/k8s/helm/charts/
@@ -78,7 +78,7 @@ dependencies:
7878
condition: lfx-v2-committee-service.enabled
7979
- name: lfx-v2-meeting-service
8080
repository: oci://ghcr.io/linuxfoundation/lfx-v2-meeting-service/chart
81-
version: ~0.1.0
81+
version: ~0.4.0
8282
condition: lfx-v2-meeting-service.enabled
8383
- name: lfx-v2-auth-service
8484
repository: oci://ghcr.io/linuxfoundation/lfx-v2-auth-service/chart

charts/lfx-platform/values.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ openfga:
104104
enabled: true
105105

106106
# Enable reloader to restart pods when ConfigMap or Secrets change
107-
podAnnotations:
107+
annotations:
108108
reloader.stakater.com/auto: "true"
109109

110110
# Disable playground by default
@@ -150,9 +150,10 @@ heimdall:
150150
volumeMounts:
151151
- name: heimdall-signer-cert
152152
mountPath: "/heimdall/cert/"
153-
# Enable reloader to restart pods when ConfigMap or Secrets change
154-
annotations:
155-
reloader.stakater.com/auto: "true"
153+
154+
# Enable reloader to restart pods when ConfigMap or Secrets change
155+
annotations:
156+
reloader.stakater.com/auto: "true"
156157

157158
env:
158159
CLIENT_SECRET:
@@ -556,6 +557,10 @@ lfx-v2-meeting-service:
556557
lfx:
557558
domain: k8s.orb.local
558559

560+
# Enable reloader to restart pods when ConfigMap or Secrets change
561+
annotations:
562+
reloader.stakater.com/auto: "true"
563+
559564
lfx-v2-auth-service:
560565
enabled: true
561566
lfx:

0 commit comments

Comments
 (0)