Skip to content

Commit eb4d6ee

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

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
@@ -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.2
7+
FLAGD_VERSION=v0.3.4
88
CHART_VERSION=v0.2.27# 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.image.repository` | `ghcr.io/open-feature/flagd` | Sets the image for the injected sidecar container. |
53-
| `sidecarConfiguration.image.tag` | current flagd version: `v0.3.2` | Sets the version tag for the injected sidecar container. |
53+
| `sidecarConfiguration.image.tag` | current flagd version: `v0.3.4` | 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
| `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` |
5656

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.2
11+
tag: v0.3.4
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
@@ -99,7 +99,7 @@ kubectl describe pod busybox-curl-7bd5767999-spf7v
9999
```
100100
```yaml
101101
flagd:
102-
Image: ghcr.io/open-feature/flagd:v0.3.2
102+
Image: ghcr.io/open-feature/flagd:v0.3.4
103103
Port: 8014/TCP
104104
Host Port: 0/TCP
105105
Args:

0 commit comments

Comments
 (0)