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.
1 parent e7f5e4b commit c5e275aCopy full SHA for c5e275a
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:vX.X.X
+ Image: ghcr.io/open-feature/flagd:v0.3.0
76
Port: 8014/TCP
77
Host Port: 0/TCP
78
Args:
renovate.json
@@ -9,6 +9,12 @@
9
"matchStrings": ["FLAGD_VERSION=(?<currentValue>.*?)\\n"],
10
"depNameTemplate": "open-feature/flagd",
11
"datasourceTemplate": "github-releases"
12
+ },
13
+ {
14
+ "fileMatch": ["^README.md$"],
15
+ "matchStrings": ["ghcr.io/open-feature/flagd:(?<currentValue>.*?)\\n"],
16
+ "depNameTemplate": "open-feature/flagd",
17
+ "datasourceTemplate": "github-releases"
18
}
19
]
20
0 commit comments