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
@@ -106,7 +106,7 @@ The command removes all the Kubernetes components associated with the chart and
106
106
|`sidecarConfiguration.managementPort`| Sets the value of the `XXX_MANAGEMENT_PORT` environment variable for the injected sidecar. |`8014`|
107
107
|`sidecarConfiguration.socketPath`| Sets the value of the `XXX_SOCKET_PATH` environment variable for the injected sidecar. |`""`|
108
108
|`sidecarConfiguration.image.repository`| Sets the image for the injected sidecar. |`ghcr.io/open-feature/flagd`|
109
-
|`sidecarConfiguration.image.tag`| Sets the version tag for the injected sidecar. |`v0.9.0`|
109
+
|`sidecarConfiguration.image.tag`| Sets the version tag for the injected sidecar. |`v0.10.3`|
110
110
|`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`. |`""`|
111
111
|`sidecarConfiguration.envVarPrefix`| Sets the prefix for all environment variables set in the injected sidecar. |`FLAGD`|
112
112
|`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`|
@@ -141,7 +141,7 @@ The command removes all the Kubernetes components associated with the chart and
141
141
|`flagdProxyConfiguration.port`| Sets the port to expose the sync API on. |`8015`|
142
142
|`flagdProxyConfiguration.managementPort`| Sets the port to expose the management API on. |`8016`|
143
143
|`flagdProxyConfiguration.image.repository`| Sets the image for the flagd-proxy deployment. |`ghcr.io/open-feature/flagd-proxy`|
144
-
|`flagdProxyConfiguration.image.tag`| Sets the tag for the flagd-proxy deployment. |`v0.5.0`|
144
+
|`flagdProxyConfiguration.image.tag`| Sets the tag for the flagd-proxy deployment. |`v0.6.2`|
145
145
|`flagdProxyConfiguration.debugLogging`| Controls the addition of the `--debug` flag to the container startup arguments. |`false`|
146
146
147
147
### Flagd configuration
@@ -153,7 +153,7 @@ The command removes all the Kubernetes components associated with the chart and
153
153
|`flagdConfiguration.syncPort`| Sets the port to expose the sync API on. |`8015`|
154
154
|`flagdConfiguration.managementPort`| Sets the port to expose the management API on. |`8014`|
155
155
|`flagdConfiguration.image.repository`| Sets the image for the flagd deployment. |`ghcr.io/open-feature/flagd`|
156
-
|`flagdConfiguration.image.tag`| Sets the tag for the flagd deployment. |`v0.10.1`|
156
+
|`flagdConfiguration.image.tag`| Sets the tag for the flagd deployment. |`v0.10.3`|
157
157
|`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-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ sidecarConfiguration:
18
18
## @param sidecarConfiguration.image.repository Sets the image for the injected sidecar.
19
19
repository: "ghcr.io/open-feature/flagd"
20
20
## @param sidecarConfiguration.image.tag Sets the version tag for the injected sidecar.
21
-
tag: v0.9.0
21
+
tag: v0.10.3
22
22
## @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`.
23
23
providerArgs: ""
24
24
## @param sidecarConfiguration.envVarPrefix Sets the prefix for all environment variables set in the injected sidecar.
@@ -79,7 +79,7 @@ flagdProxyConfiguration:
79
79
## @param flagdProxyConfiguration.image.repository Sets the image for the flagd-proxy deployment.
80
80
repository: "ghcr.io/open-feature/flagd-proxy"
81
81
## @param flagdProxyConfiguration.image.tag Sets the tag for the flagd-proxy deployment.
82
-
tag: v0.5.0
82
+
tag: v0.6.2
83
83
## @param flagdProxyConfiguration.debugLogging Controls the addition of the `--debug` flag to the container startup arguments.
84
84
debugLogging: false
85
85
@@ -97,7 +97,7 @@ flagdConfiguration:
97
97
## @param flagdConfiguration.image.repository Sets the image for the flagd deployment.
98
98
repository: "ghcr.io/open-feature/flagd"
99
99
## @param flagdConfiguration.image.tag Sets the tag for the flagd deployment.
100
-
tag: v0.10.1
100
+
tag: v0.10.3
101
101
## @param flagdConfiguration.debugLogging Controls the addition of the `--debug` flag to the container startup arguments.
0 commit comments