Skip to content

Commit dbfea97

Browse files
chore(deps): update dependency open-feature/flagd to v0.3.2 (#314)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c178c49 commit dbfea97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ IMG ?= controller:latest
44
# customize overlay to be used in the build, DEFAULT or HELM
55
KUSTOMIZE_OVERLAY ?= DEFAULT
66
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
7-
FLAGD_VERSION=v0.3.1
7+
FLAGD_VERSION=v0.3.2
88
CHART_VERSION=v0.2.25# x-release-please-version
99
ENVTEST_K8S_VERSION = 1.25
1010

chart/open-feature-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The command removes all the Kubernetes components associated with the chart and
5050
| `sidecarConfiguration.metricsPort` | 8014 | Sets the value of the `XXX_METRICS_PORT` environment variable for the injected sidecar container.|
5151
| `sidecarConfiguration.socketPath` | `""` | Sets the value of the `XXX_SOCKET_PATH` environment variable for the injected sidecar container.|
5252
| `sidecarConfiguration.repository` | `ghcr.io/open-feature/flagd` | Sets the image for the injected sidecar container. |
53-
| `sidecarConfiguration.tag` | current flagd version: `v0.3.0` | Sets the version tag for the injected sidecar container. |
53+
| `sidecarConfiguration.tag` | current flagd version: `v0.3.2` | Sets the version tag for the injected sidecar container. |
5454
| `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` |
5555

5656
### Operator resource configuration

docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ kubectl describe pod busybox-curl-7bd5767999-spf7v
7272
```
7373
```yaml
7474
flagd:
75-
Image: ghcr.io/open-feature/flagd:v0.3.1
75+
Image: ghcr.io/open-feature/flagd:v0.3.2
7676
Port: 8014/TCP
7777
Host Port: 0/TCP
7878
Args:

0 commit comments

Comments
 (0)