@@ -110,7 +110,8 @@ webapp:
110110 defaultOrgExecutionConcurrencyLimit : 300
111111
112112 # Resources
113- resources : {}
113+ resources :
114+ {}
114115 # Example resource configuration:
115116 # limits:
116117 # cpu: 1000m
@@ -124,7 +125,8 @@ webapp:
124125 postgres : true # Set to false to disable DATABASE_HOST env var (overrides postgres.external.connectivityCheck)
125126
126127 # Extra environment variables for webapp
127- extraEnvVars : []
128+ extraEnvVars :
129+ []
128130 # - name: CUSTOM_VAR
129131 # value: "custom-value"
130132 # - name: SECRET_VAR
@@ -138,7 +140,8 @@ webapp:
138140 # value: "/etc/ssl/certs/postgres-ca.crt"
139141
140142 # Extra volumes for the webapp pod
141- extraVolumes : []
143+ extraVolumes :
144+ []
142145 # - name: config-volume
143146 # configMap:
144147 # name: my-config
@@ -155,7 +158,8 @@ webapp:
155158 # path: postgres-ca.crt
156159
157160 # Extra volume mounts for the webapp container
158- extraVolumeMounts : []
161+ extraVolumeMounts :
162+ []
159163 # - name: config-volume
160164 # mountPath: /etc/config
161165 # readOnly: true
@@ -244,7 +248,8 @@ webapp:
244248 paths :
245249 - path : /
246250 pathType : Prefix
247- tls : []
251+ tls :
252+ []
248253 # - secretName: trigger-tls
249254 # hosts:
250255 # - trigger.local
@@ -317,7 +322,8 @@ supervisor:
317322 role :
318323 name : " "
319324 # Extra environment variables for Supervisor
320- extraEnvVars : []
325+ extraEnvVars :
326+ []
321327 # - name: CUSTOM_VAR
322328 # value: "custom-value"
323329
@@ -465,7 +471,7 @@ electric:
465471 image :
466472 registry : docker.io
467473 repository : electricsql/electric
468- tag : " 1.0.24 "
474+ tag : " 1.2.4 "
469475 pullPolicy : IfNotPresent
470476 config :
471477 insecure : true
@@ -514,7 +520,8 @@ electric:
514520 url : " " # For example: "http://electric:3000"
515521
516522 # Extra environment variables for Electric
517- extraEnvVars : []
523+ extraEnvVars :
524+ []
518525 # - name: CUSTOM_VAR
519526 # value: "custom-value"
520527
@@ -735,7 +742,8 @@ registry:
735742 successThreshold : 1
736743
737744 # Extra environment variables for Registry
738- extraEnvVars : []
745+ extraEnvVars :
746+ []
739747 # - name: CUSTOM_VAR
740748 # value: "custom-value"
741749
@@ -761,7 +769,8 @@ registry:
761769 paths :
762770 - path : /
763771 pathType : Prefix
764- tls : []
772+ tls :
773+ []
765774 # - secretName: registry-tls
766775 # hosts:
767776 # - registry.local
@@ -783,7 +792,8 @@ telemetry:
783792
784793# Extra Kubernetes manifests
785794# This allows you to add additional Kubernetes resources that will be deployed with the chart
786- extraManifests : []
795+ extraManifests :
796+ []
787797 # - apiVersion: v1
788798 # kind: ConfigMap
789799 # metadata:
0 commit comments