Skip to content

Commit 3e0a666

Browse files
authored
chore(deps): update dependency open-feature/flagd to v0.4.4 (#400)
Signed-off-by: Michael Beemer <[email protected]>
1 parent 708e4bc commit 3e0a666

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
@@ -7,7 +7,7 @@ IMG?=$(RELEASE_REGISTRY)/$(RELEASE_IMAGE)
77
# customize overlay to be used in the build, DEFAULT or HELM
88
KUSTOMIZE_OVERLAY ?= DEFAULT
99
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
10-
FLAGD_VERSION=v0.4.1
10+
FLAGD_VERSION=v0.4.4
1111
CHART_VERSION=v0.2.29# x-release-please-version
1212
ENVTEST_K8S_VERSION = 1.26.1
1313

chart/open-feature-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The command removes all the Kubernetes components associated with the chart and
9595
| `sidecarConfiguration.metricsPort` | 8014 | Sets the value of the `XXX_METRICS_PORT` environment variable for the injected sidecar container. |
9696
| `sidecarConfiguration.socketPath` | `""` | Sets the value of the `XXX_SOCKET_PATH` environment variable for the injected sidecar container. |
9797
| `sidecarConfiguration.image.repository` | `ghcr.io/open-feature/flagd` | Sets the image for the injected sidecar container. |
98-
| `sidecarConfiguration.image.tag` | current flagd version: `v0.4.1` | Sets the version tag for the injected sidecar container. |
98+
| `sidecarConfiguration.image.tag` | current flagd version: `v0.4.4` | Sets the version tag for the injected sidecar container. |
9999
| `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` |
100100
| `sidecarConfiguration.defaultSyncProvider` | `kubernetes` | Sets the value of the `XXX_SYNC_PROVIDER` environment variable for the injected sidecar container. There are 3 valid sync providers: `kubernetes`, `filepath` and `http` |
101101
| `sidecarConfiguration.logFormat` | `json` | Sets the value of the `XXX_LOG_FORMAT` environment variable for the injected sidecar container. There are 2 valid log formats: `json` and `console` |

docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ kubectl describe pod busybox-curl-7bd5767999-spf7v
115115
```
116116
```yaml
117117
flagd:
118-
Image: ghcr.io/open-feature/flagd:v0.4.1
118+
Image: ghcr.io/open-feature/flagd:v0.4.4
119119
Port: 8014/TCP
120120
Host Port: 0/TCP
121121
Args:

0 commit comments

Comments
 (0)