Skip to content

Commit 0640f46

Browse files
chore(deps): update dependency open-feature/flagd to v0.4.0 (#342)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6f73a62 commit 0640f46

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.3.4
10+
FLAGD_VERSION=v0.4.0
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
@@ -51,7 +51,7 @@ The command removes all the Kubernetes components associated with the chart and
5151
| `sidecarConfiguration.metricsPort` | 8014 | Sets the value of the `XXX_METRICS_PORT` environment variable for the injected sidecar container. |
5252
| `sidecarConfiguration.socketPath` | `""` | Sets the value of the `XXX_SOCKET_PATH` environment variable for the injected sidecar container. |
5353
| `sidecarConfiguration.image.repository` | `ghcr.io/open-feature/flagd` | Sets the image for the injected sidecar container. |
54-
| `sidecarConfiguration.image.tag` | current flagd version: `v0.3.4` | Sets the version tag for the injected sidecar container. |
54+
| `sidecarConfiguration.image.tag` | current flagd version: `v0.4.0` | Sets the version tag for the injected sidecar container. |
5555
| `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` |
5656
| `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` |
5757
| `sidecarConfiguration.logFormat` | `json` | Sets the value of the `XXX_LOG_FORMAT` environment variable for the injected sidecar container. |

chart/open-feature-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidecarConfiguration:
88
image:
99
# these fields must remain in the same order, renovate uses a regex to update the tag value
1010
repository: "ghcr.io/open-feature/flagd"
11-
tag: v0.3.4
11+
tag: v0.4.0
1212
providerArgs: ""
1313
envVarPrefix: "FLAGD"
1414
defaultSyncProvider: kubernetes

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.3.4
118+
Image: ghcr.io/open-feature/flagd:v0.4.0
119119
Port: 8014/TCP
120120
Host Port: 0/TCP
121121
Args:

0 commit comments

Comments
 (0)