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
+4-4
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ The command removes all the Kubernetes components associated with the chart and
123
123
|`sidecarConfiguration.managementPort`| Sets the value of the `XXX_MANAGEMENT_PORT` environment variable for the injected sidecar. |`8014`|
124
124
|`sidecarConfiguration.socketPath`| Sets the value of the `XXX_SOCKET_PATH` environment variable for the injected sidecar. |`""`|
125
125
|`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.11.1`|
126
+
|`sidecarConfiguration.image.tag`| Sets the version tag for the injected sidecar. |`v0.12.0`|
127
127
|`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`. |`""`|
128
128
|`sidecarConfiguration.envVarPrefix`| Sets the prefix for all environment variables set in the injected sidecar. |`FLAGD`|
129
129
|`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
159
159
|`flagdProxyConfiguration.port`| Sets the port to expose the sync API on. |`8015`|
160
160
|`flagdProxyConfiguration.managementPort`| Sets the port to expose the management API on. |`8016`|
161
161
|`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.6.4`|
162
+
|`flagdProxyConfiguration.image.tag`| Sets the tag for the flagd-proxy deployment. |`v0.7.0`|
163
163
|`flagdProxyConfiguration.debugLogging`| Controls the addition of the `--debug` flag to the container startup arguments. |`false`|
164
164
165
165
### Flagd configuration
@@ -171,7 +171,7 @@ The command removes all the Kubernetes components associated with the chart and
171
171
|`flagdConfiguration.syncPort`| Sets the port to expose the sync API on. |`8015`|
172
172
|`flagdConfiguration.managementPort`| Sets the port to expose the management API on. |`8014`|
173
173
|`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.11.1`|
174
+
|`flagdConfiguration.image.tag`| Sets the tag for the flagd deployment. |`v0.12.0`|
175
175
|`flagdConfiguration.debugLogging`| Controls the addition of the `--debug` flag to the container startup arguments. |`false`|
176
176
177
177
### Operator resource configuration
@@ -185,7 +185,7 @@ The command removes all the Kubernetes components associated with the chart and
185
185
|`controllerManager.kubeRbacProxy.resources.requests.cpu`| Sets cpu resource requests for kube-rbac-proxy. |`5m`|
186
186
|`controllerManager.kubeRbacProxy.resources.requests.memory`| Sets memory resource requests for kube-rbac-proxy. |`64Mi`|
187
187
|`controllerManager.manager.image.repository`| Sets the image for the operator. |`ghcr.io/open-feature/open-feature-operator`|
188
-
|`controllerManager.manager.image.tag`| Sets the version tag for the operator. |`v0.8.1`|
188
+
|`controllerManager.manager.image.tag`| Sets the version tag for the operator. |`v0.8.4`|
189
189
|`controllerManager.manager.resources.limits.cpu`| Sets cpu resource limits for operator. |`500m`|
190
190
|`controllerManager.manager.resources.limits.memory`| Sets memory resource limits for operator. |`128Mi`|
191
191
|`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
+3-3
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ sidecarConfiguration:
37
37
## @param sidecarConfiguration.image.repository Sets the image for the injected sidecar.
38
38
repository: "ghcr.io/open-feature/flagd"
39
39
## @param sidecarConfiguration.image.tag Sets the version tag for the injected sidecar.
40
-
tag: v0.11.1
40
+
tag: v0.12.0
41
41
## @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`.
42
42
providerArgs: ""
43
43
## @param sidecarConfiguration.envVarPrefix Sets the prefix for all environment variables set in the injected sidecar.
@@ -100,7 +100,7 @@ flagdProxyConfiguration:
100
100
## @param flagdProxyConfiguration.image.repository Sets the image for the flagd-proxy deployment.
101
101
repository: "ghcr.io/open-feature/flagd-proxy"
102
102
## @param flagdProxyConfiguration.image.tag Sets the tag for the flagd-proxy deployment.
103
-
tag: v0.6.4
103
+
tag: v0.7.0
104
104
## @param flagdProxyConfiguration.debugLogging Controls the addition of the `--debug` flag to the container startup arguments.
105
105
debugLogging: false
106
106
@@ -118,7 +118,7 @@ flagdConfiguration:
118
118
## @param flagdConfiguration.image.repository Sets the image for the flagd deployment.
119
119
repository: "ghcr.io/open-feature/flagd"
120
120
## @param flagdConfiguration.image.tag Sets the tag for the flagd deployment.
121
-
tag: v0.11.1
121
+
tag: v0.12.0
122
122
## @param flagdConfiguration.debugLogging Controls the addition of the `--debug` flag to the container startup arguments.
0 commit comments