From 8ef23d559426590aeb5b5396d4535cc66f12f29a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 20:00:13 +0000 Subject: [PATCH] chore(deps): update dependency open-feature/flagd to v0.4.2 --- Makefile | 2 +- chart/open-feature-operator/README.md | 2 +- docs/getting_started.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2795dc8a9..df6957806 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ IMG?=$(RELEASE_REGISTRY)/$(RELEASE_IMAGE) # customize overlay to be used in the build, DEFAULT or HELM KUSTOMIZE_OVERLAY ?= DEFAULT # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. -FLAGD_VERSION=v0.4.1 +FLAGD_VERSION=v0.4.2 CHART_VERSION=v0.2.29# x-release-please-version ENVTEST_K8S_VERSION = 1.26.1 diff --git a/chart/open-feature-operator/README.md b/chart/open-feature-operator/README.md index 431afb138..22de76d21 100644 --- a/chart/open-feature-operator/README.md +++ b/chart/open-feature-operator/README.md @@ -95,7 +95,7 @@ The command removes all the Kubernetes components associated with the chart and | `sidecarConfiguration.metricsPort` | 8014 | Sets the value of the `XXX_METRICS_PORT` environment variable for the injected sidecar container. | | `sidecarConfiguration.socketPath` | `""` | Sets the value of the `XXX_SOCKET_PATH` environment variable for the injected sidecar container. | | `sidecarConfiguration.image.repository` | `ghcr.io/open-feature/flagd` | Sets the image for the injected sidecar container. | -| `sidecarConfiguration.image.tag` | current flagd version: `v0.4.1` | Sets the version tag for the injected sidecar container. | +| `sidecarConfiguration.image.tag` | current flagd version: `v0.4.2` | Sets the version tag for the injected sidecar container. | | `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` | | `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` | | `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` | diff --git a/docs/getting_started.md b/docs/getting_started.md index 309111f3c..f1b5de64b 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -115,7 +115,7 @@ kubectl describe pod busybox-curl-7bd5767999-spf7v ``` ```yaml flagd: - Image: ghcr.io/open-feature/flagd:v0.4.1 + Image: ghcr.io/open-feature/flagd:v0.4.2 Port: 8014/TCP Host Port: 0/TCP Args: