File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -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,11 @@ gateway:
103103openfga :
104104 enabled : true
105105
106+ # Enable reloader to restart pods when ConfigMap or Secrets change
107+ deployment :
108+ annotations :
109+ reloader.stakater.com/auto : " true"
110+
106111 # Disable playground by default
107112 playground :
108113 enabled : false
@@ -146,6 +151,9 @@ heimdall:
146151 volumeMounts :
147152 - name : heimdall-signer-cert
148153 mountPath : " /heimdall/cert/"
154+ # Enable reloader to restart pods when ConfigMap or Secrets change
155+ annotations :
156+ reloader.stakater.com/auto : " true"
149157
150158 env :
151159 CLIENT_SECRET :
You can’t perform that action at this time.
0 commit comments