Skip to content

Commit fdc406f

Browse files
jfcozpoiana
authored andcommitted
fix redis customConfig type
level=INFO msg="warning: cannot overwrite table with non table for falco.falcosidekick.webui.redis.customConfig (map[])" Signed-off-by: Julien Francoz <julien-github@francoz.net>
1 parent 156cfc1 commit fdc406f

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

charts/falcosidekick/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ numbering uses [semantic versioning](http://semver.org).
55

66
Before release 0.1.20, the helm chart can be found in `falcosidekick` [repository](https://github.com/falcosecurity/falcosidekick/tree/master/deploy/helm/falcosidekick).
77

8+
## 0.12.1
9+
10+
- fix Redis customConfig type
11+
812
## 0.12.0
913

1014
- Allow specifying folder annotation for grafana dashboards

charts/falcosidekick/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: 2.31.1
33
description: Connect Falco to your ecosystem
44
icon: https://raw.githubusercontent.com/falcosecurity/falcosidekick/master/imgs/falcosidekick_color.png
55
name: falcosidekick
6-
version: 0.12.0
6+
version: 0.12.1
77
keywords:
88
- monitoring
99
- security

charts/falcosidekick/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ The following table lists the main configurable parameters of the Falcosidekick
705705
| webui.priorityClassName | string | `""` | Name of the priority class to be used by the Web UI pods, priority class needs to be created beforehand |
706706
| webui.redis.affinity | object | `{}` | Affinity for the Web UI Redis pods |
707707
| webui.redis.customAnnotations | object | `{}` | custom annotations to add to all resources |
708-
| webui.redis.customConfig | object | `{}` | List of Custom config overrides for Redis |
708+
| webui.redis.customConfig | list | `[]` | List of Custom config overrides for Redis |
709709
| webui.redis.customLabels | object | `{}` | custom labels to add to all resources |
710710
| webui.redis.enabled | bool | `true` | Is mutually exclusive with webui.externalRedis.enabled |
711711
| webui.redis.existingSecret | string | `""` | Existing secret with configuration |

charts/falcosidekick/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,7 @@ webui:
13491349
pullPolicy: IfNotPresent
13501350

13511351
# -- List of Custom config overrides for Redis
1352-
customConfig: {}
1352+
customConfig: []
13531353
# - maxmemory-policy allkeys-lfu
13541354
# - maxmemory 4096mb
13551355

0 commit comments

Comments
 (0)