You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|https://charts.bitnami.com/bitnami| common | 1.17.1 |
13
12
14
13
## Values
15
14
16
15
| Key | Type | Default | Description |
17
16
|-----|------|---------|-------------|
18
-
| admin | object |`{"pullPolicy":"IfNotPresent","repository":"inputoutput/cardano-node","tag":"1.33.1"}`| The admin pod is a special pod. This pod is air-gapped (nothing in, nothing out) and mounts cold keys from a Vault. Use this pod for admin operations such as KES key signature and node certificate signature |
17
+
| admin | object |`{"pullPolicy":"IfNotPresent","repository":"inputoutput/cardano-node","tag":"1.35.4"}`| The admin pod is a special pod. This pod is air-gapped (nothing in, nothing out) and mounts cold keys from a Vault. Use this pod for admin operations such as KES key signature and node certificate signature |
| image.tag | string |`"1.33.1"`| Overrides the image tag whose default is the chart appVersion. See [here](https://hub.docker.com/r/inputoutput/cardano-node/tags?page=1&ordering=last_updated) the full list of tags. |
29
+
| image.tag | string |`"1.35.4"`| Overrides the image tag whose default is the chart appVersion. See [here](https://hub.docker.com/r/inputoutput/cardano-node/tags?page=1&ordering=last_updated) the full list of tags. |
| producer.affinity | object |`{}`| Affinity for Cardano producer pods assignment ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity NOTE: `master.podAffinityPreset`, `master.podAntiAffinityPreset`, and `master.nodeAffinityPreset` will be ignored when it's set |
101
86
| producer.enabled | bool |`true`||
87
+
| producer.extraFlags | string |`""`||
102
88
| producer.livenessProbe | object |`{"enabled":true,"failureThreshold":1,"initialDelaySeconds":120,"periodSeconds":60,"successThreshold":1,"timeoutSeconds":5}`| Configure extra options for Cardano producer containers' liveness and readiness probes ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes|
| relay.affinity | object |`{}`| Affinity for Cardano relay pods assignment ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity NOTE: `master.podAffinityPreset`, `master.podAntiAffinityPreset`, and `master.nodeAffinityPreset` will be ignored when it's set |
145
124
| relay.extraFlags | string |`"+RTS -c -RTS"`||
146
125
| relay.livenessProbe | object |`{"enabled":true,"failureThreshold":5,"initialDelaySeconds":900,"periodSeconds":60,"successThreshold":1,"timeoutSeconds":1}`| Configure extra options for Cardano relay containers' liveness and readiness probes |
0 commit comments