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
Copy file name to clipboardExpand all lines: chart/open-feature-operator/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ The command removes all the Kubernetes components associated with the chart and
98
98
|`sidecarConfiguration.managementPort`| Sets the value of the `XXX_MANAGEMENT_PORT` environment variable for the injected sidecar. |`8014`|
99
99
|`sidecarConfiguration.socketPath`| Sets the value of the `XXX_SOCKET_PATH` environment variable for the injected sidecar. |`""`|
100
100
|`sidecarConfiguration.image.repository`| Sets the image for the injected sidecar. |`ghcr.io/open-feature/flagd`|
101
-
|`sidecarConfiguration.image.tag`| Sets the version tag for the injected sidecar. |`v0.7.0`|
101
+
|`sidecarConfiguration.image.tag`| Sets the version tag for the injected sidecar. |`v0.7.2`|
102
102
|`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`. |`""`|
103
103
|`sidecarConfiguration.envVarPrefix`| Sets the prefix for all environment variables set in the injected sidecar. |`FLAGD`|
104
104
|`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`|
@@ -116,7 +116,7 @@ The command removes all the Kubernetes components associated with the chart and
116
116
|`flagdProxyConfiguration.port`| Sets the port to expose the sync API on. |`8015`|
117
117
|`flagdProxyConfiguration.managementPort`| Sets the port to expose the management API on. |`8016`|
118
118
|`flagdProxyConfiguration.image.repository`| Sets the image for the flagd-proxy deployment. |`ghcr.io/open-feature/flagd-proxy`|
119
-
|`flagdProxyConfiguration.image.tag`| Sets the tag for the flagd-proxy deployment. |`v0.2.8`|
119
+
|`flagdProxyConfiguration.image.tag`| Sets the tag for the flagd-proxy deployment. |`v0.3.2`|
120
120
|`flagdProxyConfiguration.debugLogging`| Controls the addition of the `--debug` flag to the container startup arguments. |`false`|
121
121
122
122
### Operator resource configuration
@@ -130,7 +130,7 @@ The command removes all the Kubernetes components associated with the chart and
130
130
|`controllerManager.kubeRbacProxy.resources.requests.cpu`| Sets cpu resource requests for kube-rbac-proxy. |`5m`|
131
131
|`controllerManager.kubeRbacProxy.resources.requests.memory`| Sets memory resource requests for kube-rbac-proxy. |`64Mi`|
132
132
|`controllerManager.manager.image.repository`| Sets the image for the operator. |`ghcr.io/open-feature/open-feature-operator`|
133
-
|`controllerManager.manager.image.tag`| Sets the version tag for the operator. |`v0.2.36`|
133
+
|`controllerManager.manager.image.tag`| Sets the version tag for the operator. |`v0.5.1`|
134
134
|`controllerManager.manager.resources.limits.cpu`| Sets cpu resource limits for operator. |`500m`|
135
135
|`controllerManager.manager.resources.limits.memory`| Sets memory resource limits for operator. |`128Mi`|
136
136
|`controllerManager.manager.resources.requests.cpu`| Sets cpu resource requests for operator. |`10m`|
Copy file name to clipboardExpand all lines: chart/open-feature-operator/values.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ sidecarConfiguration:
16
16
## @param sidecarConfiguration.image.repository Sets the image for the injected sidecar.
17
17
repository: "ghcr.io/open-feature/flagd"
18
18
## @param sidecarConfiguration.image.tag Sets the version tag for the injected sidecar.
19
-
tag: v0.7.0
19
+
tag: v0.7.2
20
20
## @param 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`.
21
21
providerArgs: ""
22
22
## @param sidecarConfiguration.envVarPrefix Sets the prefix for all environment variables set in the injected sidecar.
@@ -46,7 +46,7 @@ flagdProxyConfiguration:
46
46
## @param flagdProxyConfiguration.image.repository Sets the image for the flagd-proxy deployment.
47
47
repository: "ghcr.io/open-feature/flagd-proxy"
48
48
## @param flagdProxyConfiguration.image.tag Sets the tag for the flagd-proxy deployment.
49
-
tag: v0.2.8
49
+
tag: v0.3.2
50
50
## @param flagdProxyConfiguration.debugLogging Controls the addition of the `--debug` flag to the container startup arguments.
0 commit comments