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
***flagd:** add support for GCS ([#765](https://github.com/open-feature/open-feature-operator/issues/765)) ([349c176](https://github.com/open-feature/open-feature-operator/commit/349c176ee5eb9f2738f1354c8987760620363aa6))
9
+
10
+
11
+
### 🐛 Bug Fixes
12
+
13
+
***deps:** update kubernetes packages to v0.32.3 ([#756](https://github.com/open-feature/open-feature-operator/issues/756)) ([a4b4216](https://github.com/open-feature/open-feature-operator/commit/a4b4216d2009a5703214cfb9efacea60d9e1f8d0))
* namespace for ca injection for mutatingwebhook solving [#759](https://github.com/open-feature/open-feature-operator/issues/759) ([#763](https://github.com/open-feature/open-feature-operator/issues/763)) ([d39973b](https://github.com/open-feature/open-feature-operator/commit/d39973b0ea9801829d146ad7649a2b25985fb7af))
16
+
17
+
18
+
### 🧹 Chore
19
+
20
+
***deps:** update dependency ubuntu to v24 ([#748](https://github.com/open-feature/open-feature-operator/issues/748)) ([3014013](https://github.com/open-feature/open-feature-operator/commit/301401391ec352a4e23ba96a479aad0a42ddb07f))
21
+
***deps:** update helm/kind-action action to v1.12.0 ([#744](https://github.com/open-feature/open-feature-operator/issues/744)) ([3fc56cd](https://github.com/open-feature/open-feature-operator/commit/3fc56cd89d3f220f8131184fbe4e9245f554c680))
22
+
23
+
24
+
### 📚 Documentation
25
+
26
+
* Replace the old events calendar by the OpenFeature community Page link ([#751](https://github.com/open-feature/open-feature-operator/issues/751)) ([c4c0c59](https://github.com/open-feature/open-feature-operator/commit/c4c0c59f7f522c8c2f4d3f7fed57dd1cda4e92bb))
Copy file name to clipboardExpand all lines: chart/open-feature-operator/README.md
+4-4Lines changed: 4 additions & 4 deletions
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.12.0`|
126
+
|`sidecarConfiguration.image.tag`| Sets the version tag for the injected sidecar. |`v0.12.4`|
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.7.0`|
162
+
|`flagdProxyConfiguration.image.tag`| Sets the tag for the flagd-proxy deployment. |`v0.7.4`|
163
163
|`flagdProxyConfiguration.debugLogging`| Controls the addition of the `--debug` flag to the container startup arguments. |`false`|
164
164
165
165
### Flagd configuration
@@ -171,15 +171,15 @@ 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.12.0`|
174
+
|`flagdConfiguration.image.tag`| Sets the tag for the flagd deployment. |`v0.12.4`|
175
175
|`flagdConfiguration.debugLogging`| Controls the addition of the `--debug` flag to the container startup arguments. |`false`|
0 commit comments