Skip to content

Commit

Permalink
Merge pull request #289 from skyerus/bump-flagd
Browse files Browse the repository at this point in the history
feat: upgrade flagd to v0.3.0
  • Loading branch information
skyerus authored Jan 6, 2023
2 parents 15ad251 + e168ae2 commit 14eba6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ IMG ?= controller:latest
# 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.2.7
FLAGD_VERSION=v0.3.0
CHART_VERSION=v0.2.22# x-release-please-version
ENVTEST_K8S_VERSION = 1.25

Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ kubectl describe pod busybox-curl-7bd5767999-spf7v
```
```yaml
flagd:
Image: ghcr.io/open-feature/flagd:v0.2.7
Image: ghcr.io/open-feature/flagd:vX.X.X
Port: 8014/TCP
Host Port: 0/TCP
Args:
Expand Down

0 comments on commit 14eba6f

Please sign in to comment.