Skip to content

Commit 95b273b

Browse files
Issifpoiana
authored andcommitted
fix missing values in the readme
Signed-off-by: Thomas Labarussias <[email protected]>
1 parent 4f6e431 commit 95b273b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

charts/falcosidekick/CHANGELOG.md

+4
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.9.10
9+
10+
- Fix missing values in the README
11+
812
## 0.9.9
913

1014
- Added Azure Workload Identity for Falcosidekick

charts/falcosidekick/Chart.yaml

+1-1
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.9.9
6+
version: 0.9.10
77
keywords:
88
- monitoring
99
- security

charts/falcosidekick/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ The following table lists the main configurable parameters of the Falcosidekick
220220
| config.azure.eventHub.namespace | string | `""` | Name of the space the Hub is in |
221221
| config.azure.podIdentityClientID | string | `""` | Azure Identity Client ID |
222222
| config.azure.podIdentityName | string | `""` | Azure Identity name |
223-
| config.azure.workloadIdentityClientID | string | `""` | Azure Workload Identity Client ID |
224223
| config.azure.resourceGroupName | string | `""` | Azure Resource Group name |
225224
| config.azure.subscriptionID | string | `""` | Azure Subscription ID |
225+
| config.azure.workloadIdentityClientID | string | `""` | Azure Workload Identity Client ID |
226226
| config.bracketreplacer | string | `""` | if not empty, the brackets in keys of Output Fields are replaced |
227227
| config.cliq.icon | string | `""` | Cliq icon (avatar) |
228228
| config.cliq.messageformat | string | `""` | a Go template to format Google Chat Text above Attachment, displayed in addition to the output from `cliq.outputformat`. If empty, no Text is displayed before sections. |

0 commit comments

Comments
 (0)