File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed
Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 3434 " totp" ,
3535 " traefik" ,
3636 " webauthn" ,
37- " websecure"
37+ " websecure" ,
38+ " stakater"
3839 ],
3940 "flagWords" : [
4041 " abort" ,
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies:
4343 version: 0.2.3
4444- name: lfx-v2-access-check
4545 repository: oci://ghcr.io/linuxfoundation/lfx-v2-access-check/chart
46- version: 0.2.3
46+ version: 0.2.4
4747- name: lfx-v2-indexer-service
4848 repository: oci://ghcr.io/linuxfoundation/lfx-v2-indexer-service/chart
4949 version: 0.4.4
@@ -56,5 +56,5 @@ dependencies:
5656- name: lfx-v2-auth-service
5757 repository: oci://ghcr.io/linuxfoundation/lfx-v2-auth-service/chart
5858 version: 0.2.5
59- digest: sha256:762d9c09282b2130f84066a2ba188317a88d3922c3befa86db83ca695345490f
60- generated: "2025-10-07T14:43:56.084279178-07 :00"
59+ digest: sha256:c2f9cd38a1bfa9f1b7eed4d7984617b78a066aa7c76b72b9c293162b446e0632
60+ generated: "2025-10-10T09:01:46.100319+01 :00"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apiVersion: v2
55name : lfx-platform
66description : LFX Platform v2 Helm chart
77type : application
8- version : 0.3.1
8+ version : 0.3.2
99icon : https://github.com/linuxfoundation/lfx-v2-helm/raw/main/img/lfx-logo-color.svg
1010dependencies :
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.37
17+ version : ~0.2.38
1818 condition : openfga.enabled
1919 - name : heimdall
2020 repository : oci://ghcr.io/dadrus/heimdall/chart
21- version : ~0.15.6
21+ version : ~0.15.7
2222 condition : heimdall.enabled
2323 - name : nats
2424 repository : https://nats-io.github.io/k8s/helm/charts/
Original file line number Diff line number Diff line change @@ -103,6 +103,10 @@ gateway:
103103openfga :
104104 enabled : true
105105
106+ # Enable reloader to restart pods when ConfigMap or Secrets change
107+ podAnnotations :
108+ reloader.stakater.com/auto : " true"
109+
106110 # Disable playground by default
107111 playground :
108112 enabled : false
@@ -146,6 +150,9 @@ heimdall:
146150 volumeMounts :
147151 - name : heimdall-signer-cert
148152 mountPath : " /heimdall/cert/"
153+ # Enable reloader to restart pods when ConfigMap or Secrets change
154+ annotations :
155+ reloader.stakater.com/auto : " true"
149156
150157 env :
151158 CLIENT_SECRET :
You can’t perform that action at this time.
0 commit comments