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
@@ -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.12.0
40
+
tag: v0.12.3
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.7.0
103
+
tag: v0.7.3
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.12.0
121
+
tag: v0.12.3
122
122
## @param flagdConfiguration.debugLogging Controls the addition of the `--debug` flag to the container startup arguments.
0 commit comments