We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15ad251 + e168ae2 commit 14eba6fCopy full SHA for 14eba6f
Makefile
@@ -4,7 +4,7 @@ IMG ?= controller:latest
4
# customize overlay to be used in the build, DEFAULT or HELM
5
KUSTOMIZE_OVERLAY ?= DEFAULT
6
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
7
-FLAGD_VERSION=v0.2.7
+FLAGD_VERSION=v0.3.0
8
CHART_VERSION=v0.2.22# x-release-please-version
9
ENVTEST_K8S_VERSION = 1.25
10
docs/getting_started.md
@@ -72,7 +72,7 @@ kubectl describe pod busybox-curl-7bd5767999-spf7v
72
```
73
```yaml
74
flagd:
75
- Image: ghcr.io/open-feature/flagd:v0.2.7
+ Image: ghcr.io/open-feature/flagd:vX.X.X
76
Port: 8014/TCP
77
Host Port: 0/TCP
78
Args:
0 commit comments