Skip to content

Commit 14eba6f

Browse files
authored
Merge pull request #289 from skyerus/bump-flagd
feat: upgrade flagd to v0.3.0
2 parents 15ad251 + e168ae2 commit 14eba6f

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.2.7
7+
FLAGD_VERSION=v0.3.0
88
CHART_VERSION=v0.2.22# 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.2.7
75+
Image: ghcr.io/open-feature/flagd:vX.X.X
7676
Port: 8014/TCP
7777
Host Port: 0/TCP
7878
Args:

0 commit comments

Comments
 (0)