File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff 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:vX.X.X
75+ Image: ghcr.io/open-feature/flagd:v0.3.0
7676 Port: 8014/TCP
7777 Host Port: 0/TCP
7878 Args:
Original file line number Diff line number Diff line change 22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
44 " config:base"
5+ ],
6+ "regexManagers" : [
7+ {
8+ "fileMatch" : [" ^Makefile$" ],
9+ "matchStrings" : [" FLAGD_VERSION=(?<currentValue>.*?)\\ n" ],
10+ "depNameTemplate" : " open-feature/flagd" ,
11+ "datasourceTemplate" : " github-releases"
12+ },
13+ {
14+ "fileMatch" : [" ^docs/getting_started.md$" ],
15+ "matchStrings" : [" ghcr\\ .io\\ /open-feature\\ /flagd:(?<currentValue>.*?)\\ n" ],
16+ "depNameTemplate" : " open-feature/flagd" ,
17+ "datasourceTemplate" : " github-releases"
18+ }
519 ]
620}
You can’t perform that action at this time.
0 commit comments