Skip to content

Commit 1eff914

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0
7+
FLAGD_VERSION=v0.3.1
88
CHART_VERSION=v0.2.23# x-release-please-version
99
ENVTEST_K8S_VERSION = 1.25
1010

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.0
75+
Image: ghcr.io/open-feature/flagd:v0.3.1
7676
Port: 8014/TCP
7777
Host Port: 0/TCP
7878
Args:

0 commit comments

Comments
 (0)