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-3
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ The command removes all the Kubernetes components associated with the chart and
108
108
|`sidecarConfiguration.managementPort`| Sets the value of the `XXX_MANAGEMENT_PORT` environment variable for the injected sidecar. |`8014`|
109
109
|`sidecarConfiguration.socketPath`| Sets the value of the `XXX_SOCKET_PATH` environment variable for the injected sidecar. |`""`|
110
110
|`sidecarConfiguration.image.repository`| Sets the image for the injected sidecar. |`ghcr.io/open-feature/flagd`|
111
-
|`sidecarConfiguration.image.tag`| Sets the version tag for the injected sidecar. |`v0.10.3`|
111
+
|`sidecarConfiguration.image.tag`| Sets the version tag for the injected sidecar. |`v0.11.1`|
112
112
|`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`. |`""`|
113
113
|`sidecarConfiguration.envVarPrefix`| Sets the prefix for all environment variables set in the injected sidecar. |`FLAGD`|
114
114
|`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`|
@@ -143,7 +143,7 @@ The command removes all the Kubernetes components associated with the chart and
143
143
|`flagdProxyConfiguration.port`| Sets the port to expose the sync API on. |`8015`|
144
144
|`flagdProxyConfiguration.managementPort`| Sets the port to expose the management API on. |`8016`|
145
145
|`flagdProxyConfiguration.image.repository`| Sets the image for the flagd-proxy deployment. |`ghcr.io/open-feature/flagd-proxy`|
146
-
|`flagdProxyConfiguration.image.tag`| Sets the tag for the flagd-proxy deployment. |`v0.6.2`|
146
+
|`flagdProxyConfiguration.image.tag`| Sets the tag for the flagd-proxy deployment. |`v0.6.4`|
147
147
|`flagdProxyConfiguration.debugLogging`| Controls the addition of the `--debug` flag to the container startup arguments. |`false`|
148
148
149
149
### Flagd configuration
@@ -155,7 +155,7 @@ The command removes all the Kubernetes components associated with the chart and
155
155
|`flagdConfiguration.syncPort`| Sets the port to expose the sync API on. |`8015`|
156
156
|`flagdConfiguration.managementPort`| Sets the port to expose the management API on. |`8014`|
157
157
|`flagdConfiguration.image.repository`| Sets the image for the flagd deployment. |`ghcr.io/open-feature/flagd`|
158
-
|`flagdConfiguration.image.tag`| Sets the tag for the flagd deployment. |`v0.10.3`|
158
+
|`flagdConfiguration.image.tag`| Sets the tag for the flagd deployment. |`v0.11.1`|
159
159
|`flagdConfiguration.debugLogging`| Controls the addition of the `--debug` flag to the container startup arguments. |`false`|
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
@@ -22,7 +22,7 @@ sidecarConfiguration:
22
22
## @param sidecarConfiguration.image.repository Sets the image for the injected sidecar.
23
23
repository: "ghcr.io/open-feature/flagd"
24
24
## @param sidecarConfiguration.image.tag Sets the version tag for the injected sidecar.
25
-
tag: v0.10.3
25
+
tag: v0.11.1
26
26
## @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`.
27
27
providerArgs: ""
28
28
## @param sidecarConfiguration.envVarPrefix Sets the prefix for all environment variables set in the injected sidecar.
@@ -83,7 +83,7 @@ flagdProxyConfiguration:
83
83
## @param flagdProxyConfiguration.image.repository Sets the image for the flagd-proxy deployment.
84
84
repository: "ghcr.io/open-feature/flagd-proxy"
85
85
## @param flagdProxyConfiguration.image.tag Sets the tag for the flagd-proxy deployment.
86
-
tag: v0.6.2
86
+
tag: v0.6.4
87
87
## @param flagdProxyConfiguration.debugLogging Controls the addition of the `--debug` flag to the container startup arguments.
88
88
debugLogging: false
89
89
@@ -101,7 +101,7 @@ flagdConfiguration:
101
101
## @param flagdConfiguration.image.repository Sets the image for the flagd deployment.
102
102
repository: "ghcr.io/open-feature/flagd"
103
103
## @param flagdConfiguration.image.tag Sets the tag for the flagd deployment.
104
-
tag: v0.10.3
104
+
tag: v0.11.1
105
105
## @param flagdConfiguration.debugLogging Controls the addition of the `--debug` flag to the container startup arguments.
0 commit comments