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
@@ -80,17 +80,17 @@ helm show values openbas/openbas
80
80
| affinity | object |`{}`| Affinity for pod assignment </br> Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity|
81
81
| args | list |`[]`| Configure args </br> Ref: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/|
82
82
| autoscaling | object |`{"enabled":false,"maxReplicas":100,"minReplicas":1,"targetCPUUtilizationPercentage":80}`| Autoscaling with CPU or memory utilization percentage </br> Ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/|
| caldera.affinity | object |`{}`| Affinity for pod assignment </br> Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity|
85
85
| caldera.autoscaling | object |`{"enabled":false,"maxReplicas":100,"minReplicas":1,"targetCPUUtilizationPercentage":80}`| Autoscaling with CPU or memory utilization percentage </br> Ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/|
| caldera.envFromSecrets | object |`{}`| Secrets from variables |
90
-
| caldera.image | object |`{"pullPolicy":"IfNotPresent","repository":"openbas/caldera-server","tag":"5.0.0"}`| Image registry configuration for the base service |
90
+
| caldera.image | object |`{"pullPolicy":"IfNotPresent","repository":"openbas/caldera-server","tag":"5.1.0"}`| Image registry configuration for the base service |
91
91
| caldera.image.pullPolicy | string |`"IfNotPresent"`| Pull policy for the image |
92
92
| caldera.image.repository | string |`"openbas/caldera-server"`| Repository of the image |
93
-
| caldera.image.tag | string |`"5.0.0"`| Overrides the image tag whose default is the chart appVersion |
93
+
| caldera.image.tag | string |`"5.1.0"`| Overrides the image tag whose default is the chart appVersion |
0 commit comments