Skip to content

Commit f08a321

Browse files
committed
fixup: sync helm docs
Signed-off-by: Todd Baert <[email protected]>
1 parent 11693a9 commit f08a321

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

chart/open-feature-operator/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The command removes all the Kubernetes components associated with the chart and
123123
| `sidecarConfiguration.managementPort` | Sets the value of the `XXX_MANAGEMENT_PORT` environment variable for the injected sidecar. | `8014` |
124124
| `sidecarConfiguration.socketPath` | Sets the value of the `XXX_SOCKET_PATH` environment variable for the injected sidecar. | `""` |
125125
| `sidecarConfiguration.image.repository` | Sets the image for the injected sidecar. | `ghcr.io/open-feature/flagd` |
126-
| `sidecarConfiguration.image.tag` | Sets the version tag for the injected sidecar. | `v0.12.0` |
126+
| `sidecarConfiguration.image.tag` | Sets the version tag for the injected sidecar. | `v0.12.4` |
127127
| `sidecarConfiguration.providerArgs` | Used to append arguments to the sidecar startup command. This value is a comma separated string of key values separated by '=', e.g. `key=value,key2=value2` results in the appending of `--sync-provider-args key=value --sync-provider-args key2=value2`. | `""` |
128128
| `sidecarConfiguration.envVarPrefix` | Sets the prefix for all environment variables set in the injected sidecar. | `FLAGD` |
129129
| `sidecarConfiguration.defaultSyncProvider` | Sets the value of the `XXX_SYNC_PROVIDER` environment variable for the injected sidecar container. There are 4 valid sync providers: `kubernetes`, `grpc`, `file` and `http`. | `kubernetes` |
@@ -159,7 +159,7 @@ The command removes all the Kubernetes components associated with the chart and
159159
| `flagdProxyConfiguration.port` | Sets the port to expose the sync API on. | `8015` |
160160
| `flagdProxyConfiguration.managementPort` | Sets the port to expose the management API on. | `8016` |
161161
| `flagdProxyConfiguration.image.repository` | Sets the image for the flagd-proxy deployment. | `ghcr.io/open-feature/flagd-proxy` |
162-
| `flagdProxyConfiguration.image.tag` | Sets the tag for the flagd-proxy deployment. | `v0.7.0` |
162+
| `flagdProxyConfiguration.image.tag` | Sets the tag for the flagd-proxy deployment. | `v0.7.4` |
163163
| `flagdProxyConfiguration.debugLogging` | Controls the addition of the `--debug` flag to the container startup arguments. | `false` |
164164

165165
### Flagd configuration
@@ -171,15 +171,15 @@ The command removes all the Kubernetes components associated with the chart and
171171
| `flagdConfiguration.syncPort` | Sets the port to expose the sync API on. | `8015` |
172172
| `flagdConfiguration.managementPort` | Sets the port to expose the management API on. | `8014` |
173173
| `flagdConfiguration.image.repository` | Sets the image for the flagd deployment. | `ghcr.io/open-feature/flagd` |
174-
| `flagdConfiguration.image.tag` | Sets the tag for the flagd deployment. | `v0.12.0` |
174+
| `flagdConfiguration.image.tag` | Sets the tag for the flagd deployment. | `v0.12.4` |
175175
| `flagdConfiguration.debugLogging` | Controls the addition of the `--debug` flag to the container startup arguments. | `false` |
176176

177177
### Operator resource configuration
178178

179179
| Name | Description | Value |
180180
| ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | -------------------------------------------- |
181181
| `controllerManager.manager.image.repository` | Sets the image for the operator. | `ghcr.io/open-feature/open-feature-operator` |
182-
| `controllerManager.manager.image.tag` | Sets the version tag for the operator. | `v0.8.5` |
182+
| `controllerManager.manager.image.tag` | Sets the version tag for the operator. | `v0.8.6` |
183183
| `controllerManager.manager.resources.limits.cpu` | Sets cpu resource limits for operator. | `500m` |
184184
| `controllerManager.manager.resources.limits.memory` | Sets memory resource limits for operator. | `128Mi` |
185185
| `controllerManager.manager.resources.requests.cpu` | Sets cpu resource requests for operator. | `10m` |

0 commit comments

Comments
 (0)