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/values.yaml
+3-3
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